|
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.4", |
8 | | - "@babel/eslint-parser": "^7.28.4", |
9 | | - "@babel/preset-env": "^7.28.3", |
10 | | - "@commitlint/cli": "^19.8.0", |
11 | | - "@commitlint/config-conventional": "^19.8.0", |
12 | | - "@release-it/conventional-changelog": "^8.0.2", |
| 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 | + "conventional-changelog-conventionalcommits": "^9.1.0", |
| 13 | + "@release-it/conventional-changelog": "^10.0.4", |
13 | 14 | "babel-loader": "^10.0.0", |
14 | | - "caniuse-lite": "*", |
| 15 | + "caniuse-lite": "1.0.30001760", |
15 | 16 | "css-loader": "^7.1.2", |
16 | | - "eslint": "^9.36.0", |
| 17 | + "eslint": "^9.39.2", |
17 | 18 | "eslint-config-prettier": "^10.1.8", |
18 | | - "globals": "^16.4.0", |
| 19 | + "globals": "^16.5.0", |
19 | 20 | "identity-obj-proxy": "^3.0.0", |
20 | | - "jest": "^30.1.3", |
21 | | - "jest-environment-jsdom": "^30.1.2", |
| 21 | + "jest": "^30.2.0", |
| 22 | + "jest-environment-jsdom": "^30.2.0", |
22 | 23 | "jest-watch-typeahead": "^3.0.1", |
23 | | - "prettier": "^3.6.2", |
| 24 | + "prettier": "^3.7.4", |
24 | 25 | "regenerator-runtime": "^0.14.1", |
25 | | - "release-it": "^19.0.5", |
26 | | - "sass": "^1.93.0", |
27 | | - "sass-loader": "^16.0.5", |
| 26 | + "release-it": "^19.1.0", |
| 27 | + "sass": "^1.97.0", |
| 28 | + "sass-loader": "^16.0.6", |
28 | 29 | "style-loader": "^4.0.0", |
29 | | - "terser-webpack-plugin": "^5.3.14", |
| 30 | + "terser-webpack-plugin": "^5.3.16", |
30 | 31 | "timezone-mock": "^1.3.6", |
31 | | - "webpack": "^5.101.3", |
32 | | - "webpack-bundle-analyzer": "^4.10.2", |
| 32 | + "webpack": "^5.104.0", |
| 33 | + "webpack-bundle-analyzer": "^5.1.0", |
33 | 34 | "webpack-cli": "^6.0.1", |
34 | 35 | "webpack-dev-server": "^5.2.2", |
35 | 36 | "whybundled": "^2.0.0", |
36 | 37 | "yarn": "^1.22.22" |
37 | 38 | }, |
| 39 | + "resolutions": { |
| 40 | + "conventional-changelog-conventionalcommits": "9.1.0" |
| 41 | + }, |
38 | 42 | "engines": { |
39 | 43 | "node": ">=22" |
40 | 44 | }, |
|
0 commit comments