diff options
| author | XhmikosR <[email protected]> | 2022-07-19 08:33:05 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-19 08:33:05 +0300 |
| commit | 4035ad1a0e4644f27012547f2af95ed16ed217c4 (patch) | |
| tree | 199a069c5ea865a0335c4e6741083476d5d8c864 /package.json | |
| parent | eae51cdf324e72049c5dfd9d24e2ac5eb227f82b (diff) | |
| download | bootstrap-4035ad1a0e4644f27012547f2af95ed16ed217c4.tar.xz bootstrap-4035ad1a0e4644f27012547f2af95ed16ed217c4.zip | |
Update devDependencies (#36767)
* @babel/cli ^7.18.6 → ^7.18.9
* @babel/core ^7.18.6 → ^7.18.9
* @babel/preset-env ^7.18.6 → ^7.18.9
* clean-css-cli ^5.6.0 → ^5.6.1
* eslint ^8.19.0 → ^8.20.0
* eslint-plugin-markdown ^2.2.1 → ^3.0.0
* rollup ^2.76.0 → ^2.77.0
* stylelint-config-twbs-bootstrap ^4.0.0 → ^5.0.0
* terser ^5.14.1 → ^5.14.2
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json index 4d0974045..307e73424 100644 --- a/package.json +++ b/package.json @@ -104,9 +104,9 @@ "@popperjs/core": "^2.11.5" }, "devDependencies": { - "@babel/cli": "^7.18.6", - "@babel/core": "^7.18.6", - "@babel/preset-env": "^7.18.6", + "@babel/cli": "^7.18.9", + "@babel/core": "^7.18.9", + "@babel/preset-env": "^7.18.9", "@popperjs/core": "^2.11.5", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.1", @@ -114,12 +114,12 @@ "@rollup/plugin-replace": "^4.0.0", "autoprefixer": "^10.4.7", "bundlewatch": "^0.3.3", - "clean-css-cli": "^5.6.0", + "clean-css-cli": "^5.6.1", "cross-env": "^7.0.3", - "eslint": "^8.19.0", + "eslint": "^8.20.0", "eslint-config-xo": "^0.41.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-markdown": "^2.2.1", + "eslint-plugin-markdown": "^3.0.0", "eslint-plugin-unicorn": "^42.0.0", "find-unused-sass-variables": "^4.0.4", "globby": "^11.1.0", @@ -141,14 +141,14 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.14", "postcss-cli": "^10.0.0", - "rollup": "^2.76.0", + "rollup": "^2.77.0", "rollup-plugin-istanbul": "^3.0.0", "rtlcss": "^3.5.0", "sass": "^1.53.0", "shelljs": "^0.8.5", "stylelint": "^14.9.1", - "stylelint-config-twbs-bootstrap": "^4.0.0", - "terser": "^5.14.1", + "stylelint-config-twbs-bootstrap": "^5.0.0", + "terser": "^5.14.2", "vnu-jar": "21.10.12" }, "files": [ |
