diff options
| author | XhmikosR <[email protected]> | 2023-04-12 18:33:53 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-12 18:33:53 +0300 |
| commit | 65831d2ea87b9e714ff9451f939bf9b96b3be1fe (patch) | |
| tree | 0a446388e32b50b6e7ac6315a5142543b933db1d /package.json | |
| parent | fe0c7432af53adebc1144ead0ff0ff7889873e77 (diff) | |
| download | bootstrap-65831d2ea87b9e714ff9451f939bf9b96b3be1fe.tar.xz bootstrap-65831d2ea87b9e714ff9451f939bf9b96b3be1fe.zip | |
Update devDependencies and switch to npm-run-all2 (#38450)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index c1ec87d73..0ddc2d596 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "@babel/preset-env": "^7.21.4", "@popperjs/core": "^2.11.7", "@rollup/plugin-babel": "^6.0.3", - "@rollup/plugin-commonjs": "^24.0.1", + "@rollup/plugin-commonjs": "^24.1.0", "@rollup/plugin-node-resolve": "^15.0.2", "@rollup/plugin-replace": "^5.0.2", "autoprefixer": "^10.4.14", @@ -139,13 +139,13 @@ "karma-rollup-preprocessor": "7.0.7", "lockfile-lint": "^4.10.1", "nodemon": "^2.0.22", - "npm-run-all": "^4.1.5", + "npm-run-all2": "^6.0.5", "postcss": "^8.4.21", "postcss-cli": "^10.1.0", "rollup": "^3.20.2", "rollup-plugin-istanbul": "^4.0.0", "rtlcss": "^4.1.0", - "sass": "^1.61.0", + "sass": "^1.62.0", "sass-true": "^7.0.0", "shelljs": "^0.8.5", "stylelint": "^15.4.0", |
