1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@popperjs/core": "^2.9.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
@ -123,7 +123,7 @@
"hugo-bin": "^0.71.1",
"ip": "^1.1.5",
"jquery": "^3.6.0",
"karma": "^6.3.3",
"karma": "^6.3.4",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
@ -136,17 +136,17 @@
"lockfile-lint": "^4.6.2",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.0",
"postcss": "^8.3.3",
"postcss-cli": "^8.3.1",
"rollup": "^2.51.1",
"rollup": "^2.51.2",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.2.0",
"sass": "1.32.13",
"shelljs": "^0.8.4",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.0",
"stylelint-config-twbs-bootstrap": "^2.2.1",
"terser": "5.1.0",
"vnu-jar": "21.4.9"
"vnu-jar": "21.6.11"
},
"files": [
"dist/{css,js}/*.{css,js,map}",