aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2022-06-28 09:07:31 +0300
committerGitHub <[email protected]>2022-06-28 09:07:31 +0300
commit7f70fcab0f13594ab2ba53141452ed3553715340 (patch)
treeac3577fd0b01e7fe89e581aa709cc6d04b8941e6 /package.json
parent828034f26f0f21c58a4a27fe7332eaa979482185 (diff)
downloadbootstrap-7f70fcab0f13594ab2ba53141452ed3553715340.tar.xz
bootstrap-7f70fcab0f13594ab2ba53141452ed3553715340.zip
Update devDependencies (#36640)
* @babel/cli ^7.17.10 → ^7.18.6 * @babel/core ^7.18.5 → ^7.18.6 * @babel/preset-env ^7.18.2 → ^7.18.6 * @rollup/plugin-commonjs ^22.0.0 → ^22.0.1 * eslint ^8.17.0 → ^8.18.0 * hugo-bin ^0.88.2 → ^0.89.0 * karma-jasmine ^5.0.1 → ^5.1.0 * nodemon ^2.0.16 → ^2.0.18 * rollup ^2.75.6 → ^2.75.7 * sass ^1.52.3 → ^1.53.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json
index 7f9e0fb14..63af38ea7 100644
--- a/package.json
+++ b/package.json
@@ -104,19 +104,19 @@
"@popperjs/core": "^2.11.5"
},
"devDependencies": {
- "@babel/cli": "^7.17.10",
- "@babel/core": "^7.18.5",
- "@babel/preset-env": "^7.18.2",
+ "@babel/cli": "^7.18.6",
+ "@babel/core": "^7.18.6",
+ "@babel/preset-env": "^7.18.6",
"@popperjs/core": "^2.11.5",
"@rollup/plugin-babel": "^5.3.1",
- "@rollup/plugin-commonjs": "^22.0.0",
+ "@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"autoprefixer": "^10.4.7",
"bundlewatch": "^0.3.3",
"clean-css-cli": "^5.6.0",
"cross-env": "^7.0.3",
- "eslint": "^8.17.0",
+ "eslint": "^8.18.0",
"eslint-config-xo": "^0.41.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-markdown": "^2.2.1",
@@ -124,7 +124,7 @@
"find-unused-sass-variables": "^4.0.4",
"globby": "^11.1.0",
"hammer-simulator": "0.0.1",
- "hugo-bin": "^0.88.2",
+ "hugo-bin": "^0.89.0",
"ip": "^2.0.0",
"jquery": "^3.6.0",
"karma": "^6.4.0",
@@ -133,18 +133,18 @@
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-detect-browsers": "^2.3.3",
"karma-firefox-launcher": "^2.1.2",
- "karma-jasmine": "^5.0.1",
+ "karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-rollup-preprocessor": "7.0.7",
"lockfile-lint": "^4.7.5",
- "nodemon": "^2.0.16",
+ "nodemon": "^2.0.18",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
- "rollup": "^2.75.6",
+ "rollup": "^2.75.7",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
- "sass": "^1.52.3",
+ "sass": "^1.53.0",
"shelljs": "^0.8.5",
"stylelint": "^14.9.1",
"stylelint-config-twbs-bootstrap": "^4.0.0",