diff options
author | Sam Light <sam@lightscale.co.uk> | 2025-03-30 14:41:23 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-03-30 14:41:23 +0100 |
commit | 6572a18e9700e20db929cb5906fcfbc447214704 (patch) | |
tree | 673b4ee7455656b49b8daa9a7fc2e4bb09ce6039 /package.json | |
parent | 81f6315788fa80c80a3d25568fa1a5649f0dc608 (diff) |
Updated all packages
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 725c909..8d805fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lightscale/webpack-config", - "version": "1.0.5", + "version": "1.0.7", "description": "Basic webpack config with js babel, postcss, scss, svg", "main": "index.js", "auther": "Sam Light", @@ -12,13 +12,13 @@ "@babel/preset-env": "^7.12.11", "ajv": "^8.12.0", "autoprefixer": "^10.4.0", - "babel-loader": "^9.1.2", - "babel-plugin-polyfill-corejs3": "^0.10.0", + "babel-loader": "^10.0.0", + "babel-plugin-polyfill-corejs3": "^0.12.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": "^4.0.1", + "eslint-webpack-plugin": "^5.0.0", "glob": "^11.0.0", "mini-css-extract-plugin": "^2.4.2", "postcss": "^8.4.5", @@ -30,14 +30,14 @@ "style-loader": "^4.0.0", "stylelint": "^16.0.0", "stylelint-config-recommended-scss": "^14.0.0", - "stylelint-config-standard": "^36.0.0", + "stylelint-config-standard": "^37.0.0", "stylelint-scss": "^6.0.0", "stylelint-webpack-plugin": "^5.0.0", - "svg-chunk-webpack-plugin": "^6.0.0", + "svg-chunk-webpack-plugin": "^7.0.0", "webpack": "^5.11.1", "webpack-assets-manifest": "^5.0.6", - "webpack-cli": "^5.1.1", + "webpack-cli": "^6.0.0", "webpack-notifier": "^1.12.0", - "webpackbar": "^6.0.0" + "webpackbar": "^7.0.0" } } |