|
4 | 4 | "description": "Development base files for working with Patternslib and add-ons.",
|
5 | 5 | "license": "MIT",
|
6 | 6 | "dependencies": {
|
7 |
| - "@babel/core": "^7.19.3", |
| 7 | + "@babel/core": "^7.20.2", |
8 | 8 | "@babel/eslint-parser": "^7.19.1",
|
9 |
| - "@babel/preset-env": "^7.19.4", |
10 |
| - "@commitlint/cli": "^17.1.2", |
11 |
| - "@commitlint/config-conventional": "^17.1.0", |
| 9 | + "@babel/preset-env": "^7.20.2", |
| 10 | + "@commitlint/cli": "^17.2.0", |
| 11 | + "@commitlint/config-conventional": "^17.2.0", |
12 | 12 | "@release-it/conventional-changelog": "^5.1.1",
|
13 |
| - "babel-loader": "^8.2.5", |
14 |
| - "core-js": "3.25.5", |
15 |
| - "css-loader": "^6.7.1", |
16 |
| - "eslint": "^8.25.0", |
| 13 | + "babel-loader": "^9.1.0", |
| 14 | + "core-js": "3.26.1", |
| 15 | + "css-loader": "^6.7.2", |
| 16 | + "eslint": "^8.27.0", |
17 | 17 | "eslint-config-prettier": "^8.5.0",
|
18 |
| - "husky": "^8.0.1", |
| 18 | + "husky": "^8.0.2", |
19 | 19 | "identity-obj-proxy": "^3.0.0",
|
20 |
| - "jest": "^29.2.0", |
21 |
| - "jest-environment-jsdom": "^29.2.0", |
| 20 | + "jest": "^29.3.1", |
| 21 | + "jest-environment-jsdom": "^29.3.1", |
22 | 22 | "jest-watch-typeahead": "^2.2.0",
|
23 | 23 | "prettier": "^2.7.1",
|
24 | 24 | "regenerator-runtime": "^0.13.10",
|
25 | 25 | "release-it": "^15.5.0",
|
26 |
| - "sass": "^1.55.0", |
27 |
| - "sass-loader": "^13.1.0", |
| 26 | + "sass": "^1.56.1", |
| 27 | + "sass-loader": "^13.2.0", |
28 | 28 | "semver": "^7.3.8",
|
29 | 29 | "style-loader": "^3.3.0",
|
30 | 30 | "terser-webpack-plugin": "^5.3.6",
|
31 | 31 | "timezone-mock": "^1.3.4",
|
32 |
| - "webpack": "^5.74.0", |
33 |
| - "webpack-bundle-analyzer": "^4.6.1", |
| 32 | + "webpack": "^5.75.0", |
| 33 | + "webpack-bundle-analyzer": "^4.7.0", |
34 | 34 | "webpack-cli": "^4.10.0",
|
35 | 35 | "webpack-dev-server": "^4.11.1",
|
36 | 36 | "whybundled": "^2.0.0",
|
|
0 commit comments