|
4 | 4 | "description": "Development base files for working with Patternslib and add-ons.", |
5 | 5 | "license": "MIT", |
6 | 6 | "dependencies": { |
7 | | - "@babel/core": "^7.28.5", |
8 | | - "@babel/eslint-parser": "^7.28.5", |
9 | | - "@babel/preset-env": "^7.28.5", |
10 | | - "@commitlint/cli": "^20.2.0", |
11 | | - "@commitlint/config-conventional": "^20.2.0", |
12 | | - "@release-it/conventional-changelog": "^10.0.4", |
13 | | - "babel-loader": "^10.0.0", |
14 | | - "caniuse-lite": "1.0.30001760", |
15 | | - "css-loader": "^7.1.2", |
16 | | - "eslint": "^9.39.2", |
| 7 | + "@babel/core": "^7.29.0", |
| 8 | + "@babel/eslint-parser": "^7.28.6", |
| 9 | + "@babel/preset-env": "^7.29.2", |
| 10 | + "@commitlint/cli": "^20.5.0", |
| 11 | + "@commitlint/config-conventional": "^20.5.0", |
| 12 | + "@release-it/conventional-changelog": "^10.0.6", |
| 13 | + "babel-loader": "^10.1.1", |
| 14 | + "caniuse-lite": "1.0.30001790", |
| 15 | + "css-loader": "^7.1.4", |
| 16 | + "eslint": "^10.2.1", |
17 | 17 | "eslint-config-prettier": "^10.1.8", |
18 | | - "globals": "^16.5.0", |
| 18 | + "globals": "^17.5.0", |
19 | 19 | "identity-obj-proxy": "^3.0.0", |
20 | | - "jest": "^30.2.0", |
21 | | - "jest-environment-jsdom": "^30.2.0", |
| 20 | + "jest": "^30.3.0", |
| 21 | + "jest-environment-jsdom": "^30.3.0", |
22 | 22 | "jest-watch-typeahead": "^3.0.1", |
23 | | - "prettier": "^3.7.4", |
| 23 | + "prettier": "^3.8.3", |
24 | 24 | "regenerator-runtime": "^0.14.1", |
25 | | - "release-it": "^19.1.0", |
26 | | - "sass": "^1.97.0", |
27 | | - "sass-loader": "^16.0.6", |
| 25 | + "release-it": "^20.0.0", |
| 26 | + "sass": "^1.99.0", |
| 27 | + "sass-loader": "^16.0.7", |
28 | 28 | "style-loader": "^4.0.0", |
29 | | - "terser-webpack-plugin": "^5.3.16", |
30 | | - "timezone-mock": "^1.3.6", |
31 | | - "webpack": "^5.104.0", |
32 | | - "webpack-bundle-analyzer": "^5.1.0", |
33 | | - "webpack-cli": "^6.0.1", |
34 | | - "webpack-dev-server": "^5.2.2", |
| 29 | + "terser-webpack-plugin": "^5.4.0", |
| 30 | + "timezone-mock": "^1.4.2", |
| 31 | + "webpack": "^5.106.2", |
| 32 | + "webpack-bundle-analyzer": "^5.3.0", |
| 33 | + "webpack-cli": "^7.0.2", |
| 34 | + "webpack-dev-server": "^5.2.3", |
35 | 35 | "whybundled": "^2.0.0", |
36 | 36 | "yarn": "^1.22.22" |
37 | 37 | }, |
|
0 commit comments