1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-24 11:52:51 +01:00

Update devDependencies (#35712)

* @babel/core        ^7.16.7  →  ^7.16.12
* @babel/preset-env  ^7.16.8  →  ^7.16.11
* cspell             ^5.15.2  →   ^5.16.0
* karma              ^6.3.11  →   ^6.3.12
* rollup             ^2.64.0  →   ^2.66.0
* sass               ^1.48.0  →   ^1.49.0
This commit is contained in:
XhmikosR 2022-01-25 12:03:42 +02:00 committed by GitHub
parent 520cc8de92
commit 1411181b1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 246 additions and 329 deletions

563
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -101,8 +101,8 @@
},
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@popperjs/core": "^2.11.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
@ -112,7 +112,7 @@
"bundlewatch": "^0.3.3",
"clean-css-cli": "^5.5.0",
"cross-env": "^7.0.3",
"cspell": "^5.15.2",
"cspell": "^5.16.0",
"eslint": "^8.7.0",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-import": "^2.25.4",
@ -123,7 +123,7 @@
"hugo-bin": "^0.80.0",
"ip": "^1.1.5",
"jquery": "^3.6.0",
"karma": "^6.3.11",
"karma": "^6.3.12",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
@ -138,10 +138,10 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"rollup": "^2.64.0",
"rollup": "^2.66.0",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
"sass": "^1.48.0",
"sass": "^1.49.0",
"shelljs": "^0.8.5",
"stylelint": "^14.2.0",
"stylelint-config-twbs-bootstrap": "^3.0.1",