diff options
| author | XhmikosR <[email protected]> | 2021-06-13 08:05:49 +0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2021-06-14 09:36:09 -0700 |
| commit | 378660674e56824b983b6d79098d34bf5441ceba (patch) | |
| tree | 26674ff88b5cdc334b8b74b53e245b8f5b724e62 /package.json | |
| parent | be17444756c48e3a892c36507f859cd841bd8c1f (diff) | |
| download | bootstrap-378660674e56824b983b6d79098d34bf5441ceba.tar.xz bootstrap-378660674e56824b983b6d79098d34bf5441ceba.zip | |
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
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json index 81aaede8f..e9ea3518b 100644 --- a/package.json +++ b/package.json @@ -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}", |
