1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

Update devDependencies (#35068)

* @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
This commit is contained in:
XhmikosR
2021-09-28 18:32:57 +03:00
committed by GitHub
parent 8ebd6d95d6
commit 44a01ec5b7
2 changed files with 537 additions and 2202 deletions

2721
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -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",