|
1 | 1 | { |
2 | 2 | "name": "@stanlemon/webdev", |
3 | | - "version": "0.2.24", |
| 3 | + "version": "0.2.25", |
4 | 4 | "description": "My typical web development setup, but without all the copy and paste.", |
5 | 5 | "keywords": [ |
6 | 6 | "webpack", |
|
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | 25 | "@babel/cli": "^7.26.4", |
26 | | - "@babel/core": "^7.26.0", |
| 26 | + "@babel/core": "^7.26.8", |
27 | 27 | "@babel/plugin-transform-private-property-in-object": "^7.25.9", |
28 | | - "@babel/preset-env": "^7.26.0", |
| 28 | + "@babel/preset-env": "^7.26.8", |
29 | 29 | "@babel/preset-react": "^7.26.3", |
30 | 30 | "@babel/preset-typescript": "^7.26.0", |
31 | 31 | "@peculiar/webcrypto": "^1.5.0", |
|
39 | 39 | "identity-obj-proxy": "^3.0.0", |
40 | 40 | "jest": "^29.7.0", |
41 | 41 | "jest-environment-jsdom": "^29.7.0", |
42 | | - "less": "^4.2.1", |
| 42 | + "less": "^4.2.2", |
43 | 43 | "less-loader": "^12.2.0", |
44 | 44 | "react-refresh": "^0.16.0", |
45 | 45 | "style-loader": "^4.0.0", |
|
54 | 54 | "@types/react": "^19.0.4", |
55 | 55 | "@types/react-dom": "^19.0.2", |
56 | 56 | "@types/webpack": "^5.28.5", |
57 | | - "@types/webpack-env": "^1.18.5", |
| 57 | + "@types/webpack-env": "^1.18.8", |
58 | 58 | "react": "^19.0.0", |
59 | 59 | "react-dom": "^19.0.0" |
60 | 60 | }, |
|
0 commit comments