|
1 | 1 | { |
2 | 2 | "name": "@stanlemon/webdev", |
3 | | - "version": "0.2.53", |
| 3 | + "version": "0.2.54", |
4 | 4 | "description": "My typical web development setup, but without all the copy and paste.", |
5 | 5 | "keywords": [ |
6 | 6 | "webpack", |
|
22 | 22 | "tsc": "tsc" |
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | | - "@babel/cli": "^7.28.0", |
26 | | - "@babel/core": "^7.28.0", |
| 25 | + "@babel/cli": "^7.28.3", |
| 26 | + "@babel/core": "^7.28.3", |
27 | 27 | "@babel/plugin-transform-private-property-in-object": "^7.27.1", |
28 | | - "@babel/preset-env": "^7.28.0", |
| 28 | + "@babel/preset-env": "^7.28.3", |
29 | 29 | "@babel/preset-react": "^7.27.1", |
30 | 30 | "@babel/preset-typescript": "^7.27.1", |
31 | 31 | "@peculiar/webcrypto": "^1.5.0", |
32 | 32 | "@stanlemon/eslint-config": "*", |
33 | | - "@testing-library/jest-dom": "^6.6.4", |
| 33 | + "@testing-library/jest-dom": "^6.8.0", |
34 | 34 | "babel-jest": "^30.0.5", |
35 | 35 | "babel-loader": "^10.0.0", |
36 | 36 | "css-loader": "^7.1.2", |
37 | 37 | "dotenv": "^17.2.1", |
38 | | - "html-webpack-plugin": "^5.6.3", |
| 38 | + "html-webpack-plugin": "^5.6.4", |
39 | 39 | "identity-obj-proxy": "^3.0.0", |
40 | 40 | "jest": "^30.0.5", |
41 | 41 | "jest-environment-jsdom": "^30.0.5", |
42 | | - "less": "^4.4.0", |
| 42 | + "less": "^4.4.1", |
43 | 43 | "less-loader": "^12.3.0", |
44 | 44 | "react-refresh": "^0.17.0", |
45 | 45 | "style-loader": "^4.0.0", |
46 | 46 | "typescript": "^5.9.2", |
47 | | - "webpack": "^5.101.0", |
| 47 | + "webpack": "^5.101.3", |
48 | 48 | "webpack-bundle-analyzer": "^4.10.2", |
49 | 49 | "webpack-cli": "^6.0.1", |
50 | 50 | "webpack-dev-server": "^5.2.2" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | 53 | "@types/jest": "30.0.0", |
54 | | - "@types/react": "19.1.9", |
| 54 | + "@types/react": "19.1.11", |
55 | 55 | "@types/react-dom": "19.1.7", |
56 | 56 | "@types/webpack": "5.28.5", |
57 | 57 | "@types/webpack-env": "1.18.8", |
|
0 commit comments