1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

Update devDependencies

* @babel/cli                       ^7.14.3  →  ^7.14.5
* @babel/core                      ^7.14.3  →  ^7.14.5
* @babel/preset-env                ^7.14.4  →  ^7.14.5
* karma                             ^6.3.3  →   ^6.3.4
* postcss                           ^8.3.0  →   ^8.3.3
* rollup                           ^2.51.1  →  ^2.51.2
* stylelint-config-twbs-bootstrap   ^2.2.0  →   ^2.2.1
* vnu-jar                           21.4.9  →  21.6.11
This commit is contained in:
XhmikosR
2021-06-13 08:05:49 +03:00
committed by Mark Otto
parent be17444756
commit 378660674e
2 changed files with 552 additions and 600 deletions

1136
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -100,9 +100,9 @@
"@popperjs/core": "^2.9.2" "@popperjs/core": "^2.9.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.14.3", "@babel/cli": "^7.14.5",
"@babel/core": "^7.14.3", "@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.4", "@babel/preset-env": "^7.14.5",
"@popperjs/core": "^2.9.2", "@popperjs/core": "^2.9.2",
"@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-commonjs": "^19.0.0",
@@ -123,7 +123,7 @@
"hugo-bin": "^0.71.1", "hugo-bin": "^0.71.1",
"ip": "^1.1.5", "ip": "^1.1.5",
"jquery": "^3.6.0", "jquery": "^3.6.0",
"karma": "^6.3.3", "karma": "^6.3.4",
"karma-browserstack-launcher": "1.4.0", "karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0", "karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3", "karma-coverage-istanbul-reporter": "^3.0.3",
@@ -136,17 +136,17 @@
"lockfile-lint": "^4.6.2", "lockfile-lint": "^4.6.2",
"nodemon": "^2.0.7", "nodemon": "^2.0.7",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss": "^8.3.0", "postcss": "^8.3.3",
"postcss-cli": "^8.3.1", "postcss-cli": "^8.3.1",
"rollup": "^2.51.1", "rollup": "^2.51.2",
"rollup-plugin-istanbul": "^3.0.0", "rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.2.0", "rtlcss": "^3.2.0",
"sass": "1.32.13", "sass": "1.32.13",
"shelljs": "^0.8.4", "shelljs": "^0.8.4",
"stylelint": "^13.13.1", "stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.0", "stylelint-config-twbs-bootstrap": "^2.2.1",
"terser": "5.1.0", "terser": "5.1.0",
"vnu-jar": "21.4.9" "vnu-jar": "21.6.11"
}, },
"files": [ "files": [
"dist/{css,js}/*.{css,js,map}", "dist/{css,js}/*.{css,js,map}",