1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

Update devDependencies

* autoprefixer                ^9.8.6  →  ^10.0.1
* find-unused-sass-variables  ^2.0.0  →   ^3.0.0
* linkinator                  ^2.2.0  →   ^2.2.2
* postcss-cli                 ^7.1.2  →   ^8.2.0
This commit is contained in:
XhmikosR
2020-10-30 09:01:02 +02:00
parent 1266103171
commit 76d4f728a0
2 changed files with 657 additions and 233 deletions

881
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -115,7 +115,7 @@
"@rollup/plugin-babel": "^5.2.1", "@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0", "@rollup/plugin-node-resolve": "^10.0.0",
"autoprefixer": "^9.8.6", "autoprefixer": "^10.0.1",
"babel-plugin-istanbul": "^6.0.0", "babel-plugin-istanbul": "^6.0.0",
"bundlewatch": "^0.3.1", "bundlewatch": "^0.3.1",
"clean-css-cli": "^4.3.0", "clean-css-cli": "^4.3.0",
@@ -124,7 +124,7 @@
"eslint-config-xo": "^0.33.1", "eslint-config-xo": "^0.33.1",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
"eslint-plugin-unicorn": "^23.0.0", "eslint-plugin-unicorn": "^23.0.0",
"find-unused-sass-variables": "^2.0.0", "find-unused-sass-variables": "^3.0.0",
"glob": "^7.1.6", "glob": "^7.1.6",
"hammer-simulator": "0.0.1", "hammer-simulator": "0.0.1",
"ip": "^1.1.5", "ip": "^1.1.5",
@@ -137,13 +137,14 @@
"karma-firefox-launcher": "^2.0.0", "karma-firefox-launcher": "^2.0.0",
"karma-qunit": "^4.1.1", "karma-qunit": "^4.1.1",
"karma-sinon": "^1.0.5", "karma-sinon": "^1.0.5",
"linkinator": "^2.2.0", "linkinator": "^2.2.2",
"lockfile-lint": "^4.3.7", "lockfile-lint": "^4.3.7",
"node-sass": "^4.14.1", "node-sass": "^4.14.1",
"nodemon": "^2.0.6", "nodemon": "^2.0.6",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"popper.js": "^1.16.1", "popper.js": "^1.16.1",
"postcss-cli": "^7.1.2", "postcss": "^8.1.4",
"postcss-cli": "^8.2.0",
"qunit": "^2.11.3", "qunit": "^2.11.3",
"rollup": "^2.32.1", "rollup": "^2.32.1",
"shelljs": "^0.8.4", "shelljs": "^0.8.4",