2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Update devDependencies (#33805)

* @babel/core                      ^7.13.16  →  ^7.14.0
* @babel/preset-env                ^7.13.15  →  ^7.14.0
* stylelint-config-twbs-bootstrap    ^2.1.0  →   ^2.2.0
This commit is contained in:
XhmikosR
2021-05-01 14:57:41 +03:00
committed by GitHub
parent 2b151115d9
commit b1c6b0baa9
2 changed files with 182 additions and 164 deletions
+3 -3
View File
@@ -101,8 +101,8 @@
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.0",
"@popperjs/core": "^2.9.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
@@ -144,7 +144,7 @@
"sass": "^1.32.12",
"shelljs": "^0.8.4",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.1.0",
"stylelint-config-twbs-bootstrap": "^2.2.0",
"terser": "5.1.0",
"vnu-jar": "21.4.9"
},