|
4 | 4 | "description": "Development base files for working with Patternslib and add-ons.",
|
5 | 5 | "license": "MIT",
|
6 | 6 | "dependencies": {
|
7 |
| - "@babel/core": "^7.22.20", |
| 7 | + "@babel/core": "^7.23.2", |
8 | 8 | "@babel/eslint-parser": "^7.22.15",
|
9 |
| - "@babel/preset-env": "^7.22.20", |
10 |
| - "@commitlint/cli": "^17.7.1", |
11 |
| - "@commitlint/config-conventional": "^17.7.0", |
| 9 | + "@babel/preset-env": "^7.23.2", |
| 10 | + "@commitlint/cli": "^17.8.0", |
| 11 | + "@commitlint/config-conventional": "^17.8.0", |
12 | 12 | "@release-it/conventional-changelog": "^7.0.2",
|
13 | 13 | "babel-loader": "^9.1.3",
|
14 | 14 | "css-loader": "^6.8.1",
|
15 |
| - "eslint": "^8.50.0", |
| 15 | + "eslint": "^8.51.0", |
16 | 16 | "eslint-config-prettier": "^9.0.0",
|
17 | 17 | "husky": "^8.0.3",
|
18 | 18 | "identity-obj-proxy": "^3.0.0",
|
|
21 | 21 | "jest-watch-typeahead": "^2.2.2",
|
22 | 22 | "prettier": "^3.0.3",
|
23 | 23 | "regenerator-runtime": "^0.14.0",
|
24 |
| - "release-it": "^16.2.0", |
25 |
| - "sass": "^1.68.0", |
| 24 | + "release-it": "^16.2.1", |
| 25 | + "sass": "^1.69.3", |
26 | 26 | "sass-loader": "^13.3.2",
|
27 | 27 | "style-loader": "^3.3.3",
|
28 | 28 | "terser-webpack-plugin": "^5.3.9",
|
29 | 29 | "timezone-mock": "^1.3.6",
|
30 |
| - "webpack": "^5.88.2", |
| 30 | + "webpack": "^5.89.0", |
31 | 31 | "webpack-bundle-analyzer": "^4.9.1",
|
32 | 32 | "webpack-cli": "^5.1.4",
|
33 | 33 | "webpack-dev-server": "^4.15.1",
|
|
0 commit comments