|
1 | 1 | { |
2 | 2 | "name": "@labkey/build", |
3 | | - "version": "8.7.0", |
| 3 | + "version": "8.8.0", |
4 | 4 | "description": "LabKey client-side build assets", |
5 | 5 | "files": [ |
6 | 6 | "webpack/" |
|
12 | 12 | "author": "LabKey", |
13 | 13 | "license": "Apache-2.0", |
14 | 14 | "dependencies": { |
15 | | - "@babel/core": "~7.28.5", |
16 | | - "@babel/plugin-transform-class-properties": "~7.27.1", |
17 | | - "@babel/plugin-transform-object-rest-spread": "~7.28.4", |
18 | | - "@babel/preset-env": "~7.28.5", |
| 15 | + "@babel/core": "~7.29.0", |
| 16 | + "@babel/plugin-transform-class-properties": "~7.28.6", |
| 17 | + "@babel/plugin-transform-object-rest-spread": "~7.28.6", |
| 18 | + "@babel/preset-env": "~7.29.0", |
19 | 19 | "@babel/preset-react": "~7.28.5", |
20 | 20 | "@babel/preset-typescript": "~7.28.5", |
21 | | - "@pmmmwh/react-refresh-webpack-plugin": "~0.6.1", |
| 21 | + "@pmmmwh/react-refresh-webpack-plugin": "~0.6.2", |
22 | 22 | "ajv": "~8.17.1", |
23 | 23 | "babel-loader": "~10.0.0", |
24 | 24 | "bootstrap-sass": "~3.4.3", |
25 | 25 | "copy-webpack-plugin": "~13.0.1", |
26 | 26 | "cross-env": "~10.1.0", |
27 | | - "css-loader": "~7.1.2", |
| 27 | + "css-loader": "~7.1.3", |
28 | 28 | "fork-ts-checker-webpack-plugin": "~9.1.0", |
29 | | - "html-webpack-plugin": "~5.6.4", |
30 | | - "mini-css-extract-plugin": "~2.9.4", |
| 29 | + "html-webpack-plugin": "~5.6.5", |
| 30 | + "mini-css-extract-plugin": "~2.10.0", |
31 | 31 | "react-refresh": "~0.18.0", |
32 | 32 | "resolve-url-loader": "~5.0.0", |
33 | | - "rimraf": "~6.1.0", |
| 33 | + "rimraf": "~6.1.2", |
34 | 34 | "sass": "~1.79.6", |
35 | 35 | "sass-loader": "~16.0.6", |
36 | 36 | "source-map-loader": "~5.0.0", |
37 | 37 | "style-loader": "~4.0.0", |
38 | 38 | "typescript": "~5.9.3", |
39 | | - "webpack": "~5.102.1", |
40 | | - "webpack-bundle-analyzer": "~4.10.2", |
| 39 | + "webpack": "~5.105.0", |
| 40 | + "webpack-bundle-analyzer": "~5.2.0", |
41 | 41 | "webpack-cli": "~6.0.1", |
42 | | - "webpack-dev-server": "~5.2.2" |
| 42 | + "webpack-dev-server": "~5.2.3" |
43 | 43 | } |
44 | 44 | } |
0 commit comments