diff options
| author | XhmikosR <[email protected]> | 2021-09-28 18:32:57 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-28 18:32:57 +0300 |
| commit | 44a01ec5b7ff29d8b4b00c2a4be5f94a0c62b339 (patch) | |
| tree | 03743ca94a7d9f0d6dda293e7933c569fa08070b /package.json | |
| parent | 8ebd6d95d66eb598cd1944ba186c4c13c771fa03 (diff) | |
| download | bootstrap-v4-dev.tar.xz bootstrap-v4-dev.zip | |
Update devDependencies (#35068)v4-dev
* @babel/cli ^7.15.4 → ^7.15.7
* @rollup/plugin-node-resolve ^13.0.4 → ^13.0.5
* autoprefixer ^10.3.4 → ^10.3.6
* glob ^7.1.7 → ^7.2.0
* nodemon ^2.0.12 → ^2.0.13
* postcss ^8.3.6 → ^8.3.8
* postcss-cli ^8.3.1 → ^9.0.0
* qunit ^2.17.1 → ^2.17.2
* rollup ^2.56.3 → ^2.57.0
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json index 92927996a..5b12c5013 100644 --- a/package.json +++ b/package.json @@ -94,13 +94,13 @@ "popper.js": "^1.16.1" }, "devDependencies": { - "@babel/cli": "^7.15.4", + "@babel/cli": "^7.15.7", "@babel/core": "^7.15.5", "@babel/preset-env": "^7.15.6", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^20.0.0", - "@rollup/plugin-node-resolve": "^13.0.4", - "autoprefixer": "^10.3.4", + "@rollup/plugin-node-resolve": "^13.0.5", + "autoprefixer": "^10.3.6", "babel-plugin-istanbul": "^6.0.0", "bundlewatch": "^0.3.2", "clean-css-cli": "^5.3.3", @@ -111,7 +111,7 @@ "eslint-plugin-qunit": "^6.2.0", "eslint-plugin-unicorn": "^36.0.0", "find-unused-sass-variables": "^3.1.0", - "glob": "^7.1.7", + "glob": "^7.2.0", "globby": "^11.0.4", "hammer-simulator": "0.0.1", "hugo-bin": "^0.76.1", @@ -128,13 +128,13 @@ "linkinator": "^2.14.0", "lockfile-lint": "^4.6.2", "node-sass": "^6.0.1", - "nodemon": "^2.0.12", + "nodemon": "^2.0.13", "npm-run-all": "^4.1.5", "popper.js": "^1.16.1", - "postcss": "^8.3.6", - "postcss-cli": "^8.3.1", - "qunit": "^2.17.1", - "rollup": "^2.56.3", + "postcss": "^8.3.8", + "postcss-cli": "^9.0.0", + "qunit": "^2.17.2", + "rollup": "^2.57.0", "shelljs": "^0.8.4", "sinon": "^7.5.0", "stylelint": "^13.13.1", |
