|
4 | 4 | "description": "Development base files for working with Patternslib and add-ons.", |
5 | 5 | "license": "MIT", |
6 | 6 | "dependencies": { |
7 | | - "@babel/core": "^7.23.3", |
8 | | - "@babel/eslint-parser": "^7.23.3", |
9 | | - "@babel/preset-env": "^7.23.3", |
10 | | - "@commitlint/cli": "^18.4.3", |
11 | | - "@commitlint/config-conventional": "^18.4.3", |
| 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 | 12 | "@release-it/conventional-changelog": "^8.0.1", |
13 | 13 | "babel-loader": "^9.1.3", |
14 | | - "css-loader": "^6.8.1", |
15 | | - "eslint": "^8.54.0", |
16 | | - "eslint-config-prettier": "^9.0.0", |
17 | | - "husky": "^8.0.3", |
| 14 | + "css-loader": "^7.1.2", |
| 15 | + "eslint": "^8.57.0", |
| 16 | + "eslint-config-prettier": "^9.1.0", |
| 17 | + "husky": "^9.1.4", |
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 | | - "prettier": "^3.1.0", |
23 | | - "regenerator-runtime": "^0.14.0", |
24 | | - "release-it": "^17.0.0", |
25 | | - "sass": "^1.69.5", |
26 | | - "sass-loader": "^13.3.2", |
27 | | - "style-loader": "^3.3.3", |
28 | | - "terser-webpack-plugin": "^5.3.9", |
| 22 | + "prettier": "^3.3.3", |
| 23 | + "regenerator-runtime": "^0.14.1", |
| 24 | + "release-it": "^17.6.0", |
| 25 | + "sass": "^1.77.8", |
| 26 | + "sass-loader": "^16.0.0", |
| 27 | + "style-loader": "^4.0.0", |
| 28 | + "terser-webpack-plugin": "^5.3.10", |
29 | 29 | "timezone-mock": "^1.3.6", |
30 | | - "webpack": "^5.89.0", |
31 | | - "webpack-bundle-analyzer": "^4.10.1", |
| 30 | + "webpack": "^5.93.0", |
| 31 | + "webpack-bundle-analyzer": "^4.10.2", |
32 | 32 | "webpack-cli": "^5.1.4", |
33 | | - "webpack-dev-server": "^4.15.1", |
| 33 | + "webpack-dev-server": "^5.0.4", |
34 | 34 | "whybundled": "^2.0.0", |
35 | | - "yarn": "^1.22.21" |
| 35 | + "yarn": "^1.22.22" |
36 | 36 | }, |
37 | 37 | "engines": { |
38 | | - "node": ">=16" |
| 38 | + "node": ">=18.18" |
39 | 39 | }, |
40 | 40 | "scripts": { |
| 41 | + "prepare": "husky", |
41 | 42 | "test": "jest" |
42 | 43 | }, |
43 | 44 | "author": { |
|
0 commit comments