diff options
| author | XhmikosR <[email protected]> | 2020-07-13 21:36:26 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-13 21:36:26 +0300 |
| commit | 2d43e6476c022a0bae2e314fbaf780795d68893c (patch) | |
| tree | d64c337e36993c7fcb487dcd12e315069f77b442 /package.json | |
| parent | 6914efe8dd73ce403a9e04a43a05fe4642ad87f9 (diff) | |
| download | bootstrap-2d43e6476c022a0bae2e314fbaf780795d68893c.tar.xz bootstrap-2d43e6476c022a0bae2e314fbaf780795d68893c.zip | |
Update devDependencies (#31283)
* @rollup/plugin-babel ^5.0.4 → ^5.1.0
* @rollup/plugin-commonjs ^13.0.0 → ^13.0.1
* @rollup/plugin-node-resolve ^8.1.0 → ^8.4.0
* autoprefixer ^9.8.4 → ^9.8.5
* hugo-bin ^0.61.0 → ^0.62.0
* rollup ^2.20.0 → ^2.21.0
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index 0b4f68ffe..7279639a5 100644 --- a/package.json +++ b/package.json @@ -95,10 +95,10 @@ "@babel/cli": "^7.10.4", "@babel/core": "^7.10.4", "@babel/preset-env": "^7.10.4", - "@rollup/plugin-babel": "^5.0.4", - "@rollup/plugin-commonjs": "^13.0.0", - "@rollup/plugin-node-resolve": "^8.1.0", - "autoprefixer": "^9.8.4", + "@rollup/plugin-babel": "^5.1.0", + "@rollup/plugin-commonjs": "^13.0.1", + "@rollup/plugin-node-resolve": "^8.4.0", + "autoprefixer": "^9.8.5", "bundlewatch": "^0.2.7", "clean-css-cli": "^4.3.0", "cross-env": "^7.0.2", @@ -109,7 +109,7 @@ "find-unused-sass-variables": "^2.0.0", "glob": "^7.1.6", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.61.0", + "hugo-bin": "^0.62.0", "ip": "^1.1.5", "jquery": "^3.5.1", "karma": "^5.1.0", @@ -128,7 +128,7 @@ "npm-run-all": "^4.1.5", "popper.js": "^1.16.1", "postcss-cli": "^7.1.1", - "rollup": "^2.20.0", + "rollup": "^2.21.0", "rollup-plugin-istanbul": "^2.0.1", "shelljs": "^0.8.4", "sirv-cli": "^1.0.3", |
