aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-05-01 14:57:41 +0300
committerGitHub <[email protected]>2021-05-01 14:57:41 +0300
commitb1c6b0baa9ae7fd00f2341637b3c87773b309e4d (patch)
tree853506d03f745c80bbc2b5ab3887755b51ad9071 /package.json
parent2b151115d9dc93965eebd2e674a3e077416ff1bd (diff)
downloadbootstrap-b1c6b0baa9ae7fd00f2341637b3c87773b309e4d.tar.xz
bootstrap-b1c6b0baa9ae7fd00f2341637b3c87773b309e4d.zip
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
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index ce14b4ed3..1906b4fd0 100644
--- a/package.json
+++ b/package.json
@@ -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"
},