|
4 | 4 | "description": "Development base files for working with Patternslib and add-ons.", |
5 | 5 | "license": "MIT", |
6 | 6 | "dependencies": { |
7 | | - "@babel/core": "^7.26.10", |
8 | | - "@babel/eslint-parser": "^7.27.0", |
9 | | - "@babel/preset-env": "^7.26.9", |
| 7 | + "@babel/core": "^7.27.1", |
| 8 | + "@babel/eslint-parser": "^7.27.1", |
| 9 | + "@babel/preset-env": "^7.27.1", |
10 | 10 | "@commitlint/cli": "^19.8.0", |
11 | 11 | "@commitlint/config-conventional": "^19.8.0", |
12 | | - "@release-it/conventional-changelog": "^8.0.1", |
| 12 | + "@release-it/conventional-changelog": "^10.0.1", |
13 | 13 | "babel-loader": "^10.0.0", |
14 | 14 | "css-loader": "^7.1.2", |
15 | | - "eslint": "^9.23.0", |
16 | | - "eslint-config-prettier": "^10.1.1", |
| 15 | + "eslint": "^9.26.0", |
| 16 | + "eslint-config-prettier": "^10.1.2", |
17 | 17 | "globals": "^16.0.0", |
18 | 18 | "identity-obj-proxy": "^3.0.0", |
19 | 19 | "jest": "^29.7.0", |
20 | 20 | "jest-environment-jsdom": "^29.7.0", |
21 | 21 | "jest-watch-typeahead": "^2.2.2", |
22 | 22 | "prettier": "^3.5.3", |
23 | 23 | "regenerator-runtime": "^0.14.1", |
24 | | - "release-it": "^18.1.2", |
25 | | - "sass": "^1.86.3", |
| 24 | + "release-it": "^19.0.2", |
| 25 | + "sass": "^1.87.0", |
26 | 26 | "sass-loader": "^16.0.5", |
27 | 27 | "style-loader": "^4.0.0", |
28 | 28 | "terser-webpack-plugin": "^5.3.14", |
29 | 29 | "timezone-mock": "^1.3.6", |
30 | | - "webpack": "^5.98.0", |
| 30 | + "webpack": "^5.99.7", |
31 | 31 | "webpack-bundle-analyzer": "^4.10.2", |
32 | 32 | "webpack-cli": "^6.0.1", |
33 | 33 | "webpack-dev-server": "^5.2.1", |
34 | 34 | "whybundled": "^2.0.0", |
35 | 35 | "yarn": "^1.22.22" |
36 | 36 | }, |
| 37 | + "resolutions": { |
| 38 | + "conventional-changelog-conventionalcommits": "^8.0.0" |
| 39 | + }, |
37 | 40 | "engines": { |
38 | 41 | "node": ">=18.18" |
39 | 42 | }, |
|
0 commit comments