diff options
| author | Sam Light <sam@lightscale.co.uk> | 2026-02-03 20:37:53 +0000 |
|---|---|---|
| committer | Sam Light <samlight1994@gmail.com> | 2026-02-03 20:37:53 +0000 |
| commit | c29e53b1522e1dcdc7c26f2c5fe21fdef3baaf01 (patch) | |
| tree | be072f36055e52cd387665e5eff4abd6532abde6 /package.json | |
| parent | 79c01bc6db7d6d3e36ca9b85b5324fdf2e50a3f0 (diff) | |
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 d441589..818495f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lightscale/webpack-config", - "version": "1.2.0", + "version": "1.3.0", "description": "Basic webpack config with js babel, postcss, scss, svg", "main": "index.js", "auther": "Sam Light", @@ -19,29 +19,29 @@ "ajv": "^8.12.0", "autoprefixer": "^10.4.0", "babel-loader": "^10.0.0", - "babel-plugin-polyfill-corejs3": "^0.12.0", + "babel-plugin-polyfill-corejs3": "^0.14.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", - "glob": "^11.0.0", + "glob": "^13.0.0", "mini-css-extract-plugin": "^2.4.2", "postcss": "^8.4.5", "postcss-loader": "^8.0.0", - "postcss-preset-env": "^10.0.0", + "postcss-preset-env": "^11.0.0", "postcss-scss": "^4.0.2", "sass": "^1.32.0", "sass-loader": "^16.0.0", "style-loader": "^4.0.0", "stylelint": "^16.0.0", - "stylelint-config-recommended-scss": "^14.0.0", - "stylelint-config-standard": "^37.0.0", - "stylelint-scss": "^6.0.0", + "stylelint-config-recommended-scss": "^16.0.0", + "stylelint-config-standard": "^39.0.0", + "stylelint-scss": "^7.0.0", "stylelint-webpack-plugin": "^5.0.0", - "svg-chunk-webpack-plugin": "^7.0.0", + "svg-chunk-webpack-plugin": "^8.0.0", "webpack": "^5.11.1", - "webpack-assets-manifest": "^5.0.6", + "webpack-assets-manifest": "^6.0.0", "webpack-cli": "^6.0.0", "webpack-notifier": "^1.12.0", "webpack-remove-empty-scripts": "^1.0.4", |
