|
4 | 4 | "description": "Development base files for working with Patternslib and add-ons.",
|
5 | 5 | "license": "MIT",
|
6 | 6 | "dependencies": {
|
7 |
| - "@babel/core": "^7.18.13", |
8 |
| - "@babel/eslint-parser": "^7.18.9", |
9 |
| - "@babel/preset-env": "^7.18.10", |
| 7 | + "@babel/core": "^7.19.1", |
| 8 | + "@babel/eslint-parser": "^7.19.1", |
| 9 | + "@babel/preset-env": "^7.19.1", |
10 | 10 | "@commitlint/cli": "^17.1.2",
|
11 | 11 | "@commitlint/config-conventional": "^17.1.0",
|
12 | 12 | "@release-it/conventional-changelog": "^5.1.0",
|
13 | 13 | "babel-loader": "^8.2.5",
|
14 |
| - "core-js": "3.25.0", |
| 14 | + "core-js": "3.25.1", |
15 | 15 | "css-loader": "^6.7.1",
|
16 |
| - "eslint": "^8.23.0", |
| 16 | + "eslint": "^8.23.1", |
17 | 17 | "eslint-config-prettier": "^8.5.0",
|
18 | 18 | "husky": "^8.0.1",
|
19 | 19 | "identity-obj-proxy": "^3.0.0",
|
20 | 20 | "imports-loader": "^4.0.1",
|
21 |
| - "jest": "^29.0.2", |
22 |
| - "jest-environment-jsdom": "^29.0.2", |
23 |
| - "jest-watch-typeahead": "^2.1.1", |
| 21 | + "jest": "^29.0.3", |
| 22 | + "jest-environment-jsdom": "^29.0.3", |
| 23 | + "jest-watch-typeahead": "^2.2.0", |
24 | 24 | "prettier": "^2.7.1",
|
25 | 25 | "regenerator-runtime": "^0.13.9",
|
26 |
| - "release-it": "^15.4.1", |
27 |
| - "sass": "^1.54.8", |
| 26 | + "release-it": "^15.4.2", |
| 27 | + "sass": "^1.54.9", |
28 | 28 | "sass-loader": "^13.0.2",
|
29 | 29 | "style-loader": "^3.3.0",
|
30 | 30 | "terser-webpack-plugin": "^5.3.6",
|
31 | 31 | "timezone-mock": "^1.3.4",
|
32 | 32 | "webpack": "^5.74.0",
|
33 | 33 | "webpack-bundle-analyzer": "^4.6.1",
|
34 | 34 | "webpack-cli": "^4.10.0",
|
35 |
| - "webpack-dev-server": "^4.10.1", |
| 35 | + "webpack-dev-server": "^4.11.0", |
36 | 36 | "whybundled": "^2.0.0",
|
37 | 37 | "yarn": "^1.22.19"
|
38 | 38 | },
|
|
0 commit comments