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

Update devDependencies (#33011)

* @babel/cli         ^7.12.10  →  ^7.12.13
* @babel/core        ^7.12.10  →  ^7.12.13
* @babel/preset-env  ^7.12.11  →  ^7.12.13
* karma                ^6.0.4  →    ^6.1.0
* linkinator           2.11.2  →   ^2.13.3
* postcss              ^8.2.4  →    ^8.2.5
* rollup              ^2.38.4  →   ^2.38.5
* rtlcss               ^3.1.1  →    ^3.1.2
* vnu-jar             20.6.30  →    21.2.5
This commit is contained in:
XhmikosR 2021-02-08 21:05:24 +02:00 committed by GitHub
parent b6cae91893
commit 6d34d93d69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 616 additions and 732 deletions

1330
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -100,9 +100,9 @@
"@popperjs/core": "^2.6.0"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@popperjs/core": "^2.6.0",
"@rollup/plugin-babel": "^5.2.3",
"@rollup/plugin-commonjs": "^17.1.0",
@ -122,7 +122,7 @@
"hugo-bin": "^0.68.0",
"ip": "^1.1.5",
"jquery": "^3.5.1",
"karma": "^6.0.4",
"karma": "^6.1.0",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
@ -131,21 +131,21 @@
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"karma-rollup-preprocessor": "^7.0.5",
"linkinator": "2.11.2",
"linkinator": "^2.13.3",
"lockfile-lint": "^4.3.7",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.4",
"postcss": "^8.2.5",
"postcss-cli": "^8.3.1",
"rollup": "^2.38.4",
"rollup": "^2.38.5",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.1.1",
"rtlcss": "^3.1.2",
"sass": "^1.32.6",
"shelljs": "^0.8.4",
"stylelint": "^13.9.0",
"stylelint-config-twbs-bootstrap": "^2.1.0",
"terser": "5.1.0",
"vnu-jar": "20.6.30"
"vnu-jar": "21.2.5"
},
"files": [
"dist/{css,js}/*.{css,js,map}",