1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Update devDependencies (#35798)

* @babel/cli                  ^7.16.8  →  ^7.17.0
* @babel/core                ^7.16.12  →  ^7.17.0
* karma                       ^6.3.13  →  ^6.3.15
* karma-rollup-preprocessor    ^7.0.7  →   ^7.0.8
* postcss                      ^8.4.5  →   ^8.4.6
* rollup                      ^2.66.1  →  ^2.67.1
* sass                        ^1.49.4  →  ^1.49.7
This commit is contained in:
XhmikosR 2022-02-08 09:21:59 +02:00 committed by GitHub
parent a805330f63
commit 8f11c52919
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 354 additions and 278 deletions

618
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -104,8 +104,8 @@
"@popperjs/core": "^2.11.2"
},
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@popperjs/core": "^2.11.2",
"@rollup/plugin-babel": "^5.3.0",
@ -126,7 +126,7 @@
"hugo-bin": "^0.80.1",
"ip": "^1.1.5",
"jquery": "^3.6.0",
"karma": "^6.3.13",
"karma": "^6.3.15",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
@ -134,16 +134,16 @@
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"karma-rollup-preprocessor": "^7.0.7",
"karma-rollup-preprocessor": "^7.0.8",
"lockfile-lint": "^4.6.2",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"postcss": "^8.4.6",
"postcss-cli": "^9.1.0",
"rollup": "^2.66.1",
"rollup": "^2.67.1",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
"sass": "^1.49.4",
"sass": "^1.49.7",
"shelljs": "^0.8.5",
"stylelint": "14.2.0",
"stylelint-config-twbs-bootstrap": "^3.0.1",