@vyriy/webpack-config 0.7.7 → 0.7.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vyriy/webpack-config",
3
- "version": "0.7.7",
3
+ "version": "0.7.8",
4
4
  "description": "Shared Webpack config for Vyriy projects",
5
5
  "type": "module",
6
6
  "exports": {
@@ -159,9 +159,9 @@
159
159
  "@babel/register": "^7.29.7",
160
160
  "@babel/runtime": "^7.29.7",
161
161
  "@pmmmwh/react-refresh-webpack-plugin": "^0.6.2",
162
- "@vyriy/env": "0.7.7",
163
- "@vyriy/html": "0.7.7",
164
- "@vyriy/path": "0.7.7",
162
+ "@vyriy/env": "0.7.8",
163
+ "@vyriy/html": "0.7.8",
164
+ "@vyriy/path": "0.7.8",
165
165
  "babel-loader": "^10.1.1",
166
166
  "css-loader": "^7.1.4",
167
167
  "cssnano": "^8.0.2",
@@ -172,13 +172,13 @@
172
172
  "postcss-loader": "^8.2.1",
173
173
  "postcss-preset-env": "^11.3.0",
174
174
  "react-refresh": "^0.18.0",
175
- "sass": "^1.100.0",
175
+ "sass": "^1.101.0",
176
176
  "sass-loader": "^17.0.0",
177
177
  "style-loader": "^4.0.0",
178
178
  "terser-webpack-plugin": "^5.6.1",
179
179
  "webpack": "^5.107.2",
180
180
  "webpack-cli": "^7.0.3",
181
- "webpack-dev-server": "^5.2.4"
181
+ "webpack-dev-server": "^5.2.5"
182
182
  },
183
183
  "agents": "./AGENTS.md",
184
184
  "license": "MIT",