|
4 | 4 | "description": "Development base files for working with Patternslib and add-ons.", |
5 | 5 | "license": "MIT", |
6 | 6 | "dependencies": { |
7 | | - "@babel/core": "^7.20.12", |
| 7 | + "@babel/core": "^7.21.0", |
8 | 8 | "@babel/eslint-parser": "^7.19.1", |
9 | 9 | "@babel/preset-env": "^7.20.2", |
10 | | - "@commitlint/cli": "^17.4.3", |
11 | | - "@commitlint/config-conventional": "^17.4.3", |
| 10 | + "@commitlint/cli": "^17.4.4", |
| 11 | + "@commitlint/config-conventional": "^17.4.4", |
12 | 12 | "@release-it/conventional-changelog": "^5.1.1", |
13 | 13 | "babel-loader": "^9.1.2", |
14 | 14 | "css-loader": "^6.7.3", |
15 | | - "eslint": "^8.34.0", |
16 | | - "eslint-config-prettier": "^8.6.0", |
| 15 | + "eslint": "^8.35.0", |
| 16 | + "eslint-config-prettier": "^8.7.0", |
17 | 17 | "husky": "^8.0.3", |
18 | 18 | "identity-obj-proxy": "^3.0.0", |
19 | | - "jest": "^29.4.2", |
20 | | - "jest-environment-jsdom": "^29.4.2", |
| 19 | + "jest": "^29.5.0", |
| 20 | + "jest-environment-jsdom": "^29.5.0", |
21 | 21 | "jest-watch-typeahead": "^2.2.2", |
22 | 22 | "prettier": "^2.8.4", |
23 | 23 | "regenerator-runtime": "^0.13.11", |
24 | | - "release-it": "^15.6.0", |
25 | | - "sass": "^1.58.1", |
| 24 | + "release-it": "^15.7.0", |
| 25 | + "sass": "^1.58.3", |
26 | 26 | "sass-loader": "^13.2.0", |
27 | 27 | "semver": "^7.3.8", |
28 | 28 | "style-loader": "^3.3.0", |
29 | | - "terser-webpack-plugin": "^5.3.6", |
| 29 | + "terser-webpack-plugin": "^5.3.7", |
30 | 30 | "timezone-mock": "^1.3.6", |
31 | | - "webpack": "^5.75.0", |
| 31 | + "webpack": "^5.76.0", |
32 | 32 | "webpack-bundle-analyzer": "^4.8.0", |
33 | 33 | "webpack-cli": "^5.0.1", |
34 | 34 | "webpack-dev-server": "^4.11.1", |
|
0 commit comments