diff options
| author | Sam Light <sam@lightscale.co.uk> | 2026-08-27 22:11:31 +0100 |
|---|---|---|
| committer | Sam Light <samlight1994@gmail.com> | 2026-08-27 22:11:31 +0100 |
| commit | f1e853dc674fca2a934ec954e49ffb7b3cc6e23b (patch) | |
| tree | 87bebcbf46300275d382d95f28e6f138779fc5bb /package.json | |
| parent | fd3bae049636ccebbe79de4b1a8748efbf66864b (diff) | |
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/package.json b/package.json index 417114c..20c70dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lightscale/webpack-config", - "version": "1.4.0", + "version": "1.5.0", "description": "Basic webpack config with js babel, postcss, scss, svg", "main": "index.js", "auther": "Sam Light", @@ -14,17 +14,16 @@ "access": "public" }, "dependencies": { - "@babel/core": "^7.12.10", - "@babel/preset-env": "^7.12.11", - "ajv": "^8.12.0", + "@babel/core": "^8.0.1", + "@babel/preset-env": "^8.0.2", "autoprefixer": "^10.4.0", "babel-loader": "^10.0.0", - "babel-plugin-polyfill-corejs3": "^0.14.0", + "babel-plugin-polyfill-corejs3": "^1.0.0", "clean-terminal-webpack-plugin": "^3.0.0", "clean-webpack-plugin": "^4.0.0", "css-loader": "^7.0.0", - "eslint": "^9.0.0", - "eslint-webpack-plugin": "^5.0.0", + "eslint": "^10.0.0", + "eslint-webpack-plugin": "^6.0.0", "glob": "^13.0.0", "mini-css-extract-plugin": "^2.4.2", "postcss": "^8.4.5", @@ -32,7 +31,7 @@ "postcss-preset-env": "^11.0.0", "postcss-scss": "^4.0.2", "sass": "^1.32.0", - "sass-loader": "^16.0.0", + "sass-loader": "^17.0.0", "style-loader": "^4.0.0", "stylelint": "^17.0.0", "stylelint-config-recommended-scss": "^17.0.0", @@ -43,8 +42,11 @@ "webpack": "^5.11.1", "webpack-assets-manifest": "^6.0.0", "webpack-cli": "^7.0.0", - "webpack-notifier": "^1.12.0", + "webpack-notifier": "^1.11.1", "webpack-remove-empty-scripts": "^1.0.4", "webpackbar": "^7.0.0" + }, + "allowScripts": { + "@parcel/watcher@2.6.0": true } } |
