|
4 | 4 | "description": "Development base files for working with Patternslib and add-ons.", |
5 | 5 | "license": "MIT", |
6 | 6 | "dependencies": { |
7 | | - "@babel/core": "^7.27.1", |
8 | | - "@babel/eslint-parser": "^7.27.1", |
9 | | - "@babel/preset-env": "^7.27.2", |
| 7 | + "@babel/core": "^7.28.4", |
| 8 | + "@babel/eslint-parser": "^7.28.4", |
| 9 | + "@babel/preset-env": "^7.28.3", |
10 | 10 | "@commitlint/cli": "^19.8.0", |
11 | 11 | "@commitlint/config-conventional": "^19.8.0", |
12 | 12 | "@release-it/conventional-changelog": "^8.0.2", |
13 | 13 | "babel-loader": "^10.0.0", |
| 14 | + "caniuse-lite": "*", |
14 | 15 | "css-loader": "^7.1.2", |
15 | | - "eslint": "^9.26.0", |
16 | | - "eslint-config-prettier": "^10.1.3", |
17 | | - "globals": "^16.1.0", |
| 16 | + "eslint": "^9.36.0", |
| 17 | + "eslint-config-prettier": "^10.1.8", |
| 18 | + "globals": "^16.4.0", |
18 | 19 | "identity-obj-proxy": "^3.0.0", |
19 | | - "jest": "^29.7.0", |
20 | | - "jest-environment-jsdom": "^29.7.0", |
21 | | - "jest-watch-typeahead": "^2.2.2", |
22 | | - "prettier": "^3.5.3", |
| 20 | + "jest": "^30.1.3", |
| 21 | + "jest-environment-jsdom": "^30.1.2", |
| 22 | + "jest-watch-typeahead": "^3.0.1", |
| 23 | + "prettier": "^3.6.2", |
23 | 24 | "regenerator-runtime": "^0.14.1", |
24 | | - "release-it": "^19.0.2", |
25 | | - "sass": "^1.87.0", |
| 25 | + "release-it": "^19.0.5", |
| 26 | + "sass": "^1.93.0", |
26 | 27 | "sass-loader": "^16.0.5", |
27 | 28 | "style-loader": "^4.0.0", |
28 | 29 | "terser-webpack-plugin": "^5.3.14", |
29 | 30 | "timezone-mock": "^1.3.6", |
30 | | - "webpack": "^5.99.8", |
| 31 | + "webpack": "^5.101.3", |
31 | 32 | "webpack-bundle-analyzer": "^4.10.2", |
32 | 33 | "webpack-cli": "^6.0.1", |
33 | | - "webpack-dev-server": "^5.2.1", |
| 34 | + "webpack-dev-server": "^5.2.2", |
34 | 35 | "whybundled": "^2.0.0", |
35 | 36 | "yarn": "^1.22.22" |
36 | 37 | }, |
|
0 commit comments