|
4 | 4 | "description": "Development base files for working with Patternslib and add-ons.", |
5 | 5 | "license": "MIT", |
6 | 6 | "dependencies": { |
7 | | - "@babel/core": "^7.25.2", |
8 | | - "@babel/eslint-parser": "^7.25.1", |
9 | | - "@babel/preset-env": "^7.25.3", |
10 | | - "@commitlint/cli": "^19.4.0", |
11 | | - "@commitlint/config-conventional": "^19.2.2", |
12 | | - "@release-it/conventional-changelog": "^8.0.1", |
13 | | - "babel-loader": "^9.1.3", |
| 7 | + "@babel/core": "^7.26.8", |
| 8 | + "@babel/eslint-parser": "^7.26.8", |
| 9 | + "@babel/preset-env": "^7.26.8", |
| 10 | + "@commitlint/cli": "^19.7.1", |
| 11 | + "@commitlint/config-conventional": "^19.7.1", |
| 12 | + "@release-it/conventional-changelog": "^10.0.0", |
| 13 | + "babel-loader": "^9.2.1", |
14 | 14 | "css-loader": "^7.1.2", |
15 | 15 | "eslint": "^8.57.0", |
16 | 16 | "eslint-config-prettier": "^9.1.0", |
17 | 17 | "identity-obj-proxy": "^3.0.0", |
18 | 18 | "jest": "^29.7.0", |
19 | 19 | "jest-environment-jsdom": "^29.7.0", |
20 | 20 | "jest-watch-typeahead": "^2.2.2", |
21 | | - "prettier": "^3.3.3", |
| 21 | + "prettier": "^3.5.0", |
22 | 22 | "regenerator-runtime": "^0.14.1", |
23 | | - "release-it": "^17.6.0", |
| 23 | + "release-it": "^18.1.2", |
24 | 24 | "sass": "^1.77.8", |
25 | | - "sass-loader": "^16.0.0", |
| 25 | + "sass-loader": "^16.0.4", |
26 | 26 | "style-loader": "^4.0.0", |
27 | | - "terser-webpack-plugin": "^5.3.10", |
| 27 | + "terser-webpack-plugin": "^5.3.11", |
28 | 28 | "timezone-mock": "^1.3.6", |
29 | | - "webpack": "^5.93.0", |
| 29 | + "webpack": "^5.97.1", |
30 | 30 | "webpack-bundle-analyzer": "^4.10.2", |
31 | | - "webpack-cli": "^5.1.4", |
32 | | - "webpack-dev-server": "^5.0.4", |
| 31 | + "webpack-cli": "^6.0.1", |
| 32 | + "webpack-dev-server": "^5.2.0", |
33 | 33 | "whybundled": "^2.0.0", |
34 | 34 | "yarn": "^1.22.22" |
35 | 35 | }, |
|
0 commit comments