|
50 | 50 | "webpack": "^5.0.0" |
51 | 51 | }, |
52 | 52 | "dependencies": { |
53 | | - "@types/eslint": "^8.40.0", |
54 | | - "jest-worker": "^29.5.0", |
| 53 | + "@types/eslint": "^8.44.2", |
| 54 | + "jest-worker": "^29.6.2", |
55 | 55 | "micromatch": "^4.0.5", |
56 | 56 | "normalize-path": "^3.0.0", |
57 | 57 | "schema-utils": "^4.2.0" |
58 | 58 | }, |
59 | 59 | "devDependencies": { |
60 | | - "@babel/cli": "^7.22.5", |
61 | | - "@babel/core": "^7.22.5", |
62 | | - "@babel/preset-env": "^7.22.5", |
63 | | - "@commitlint/cli": "^17.6.6", |
64 | | - "@commitlint/config-conventional": "^17.6.6", |
65 | | - "@types/fs-extra": "^9.0.13", |
| 60 | + "@babel/cli": "^7.22.10", |
| 61 | + "@babel/core": "^7.22.10", |
| 62 | + "@babel/preset-env": "^7.22.10", |
| 63 | + "@commitlint/cli": "^17.7.1", |
| 64 | + "@commitlint/config-conventional": "^17.7.0", |
| 65 | + "@types/fs-extra": "^11.0.1", |
66 | 66 | "@types/micromatch": "^4.0.2", |
67 | | - "@types/node": "^18.16.3", |
| 67 | + "@types/node": "^20.5.1", |
68 | 68 | "@types/normalize-path": "^3.0.0", |
69 | 69 | "@types/webpack": "^5.28.1", |
70 | 70 | "@webpack-contrib/eslint-config-webpack": "^3.0.0", |
71 | 71 | "babel-eslint": "^10.1.0", |
72 | | - "babel-jest": "^29.5.0", |
| 72 | + "babel-jest": "^29.6.2", |
73 | 73 | "chokidar": "^3.5.3", |
74 | 74 | "cross-env": "^7.0.3", |
75 | | - "cspell": "^6.31.1", |
| 75 | + "cspell": "^7.0.0", |
76 | 76 | "del": "^6.1.1", |
77 | 77 | "del-cli": "^4.0.1", |
78 | | - "eslint": "^8.44.0", |
79 | | - "eslint-config-prettier": "^8.8.0", |
80 | | - "eslint-plugin-import": "^2.27.5", |
81 | | - "fs-extra": "^10.1.0", |
| 78 | + "eslint": "^8.47.0", |
| 79 | + "eslint-config-prettier": "^9.0.0", |
| 80 | + "eslint-plugin-import": "^2.28.1", |
| 81 | + "fs-extra": "^11.1.1", |
82 | 82 | "husky": "^8.0.3", |
83 | | - "jest": "^29.5.0", |
84 | | - "lint-staged": "^13.2.3", |
| 83 | + "jest": "^29.6.2", |
| 84 | + "lint-staged": "^14.0.0", |
85 | 85 | "npm-run-all": "^4.1.5", |
86 | | - "prettier": "^2.8.8", |
| 86 | + "prettier": "^3.0.2", |
87 | 87 | "standard-version": "^9.5.0", |
88 | 88 | "typescript": "^5.1.6", |
89 | | - "webpack": "^5.88.1" |
| 89 | + "webpack": "^5.88.2" |
90 | 90 | }, |
91 | 91 | "keywords": [ |
92 | 92 | "eslint", |
|
0 commit comments