|
2 | 2 | "name": "orgajs", |
3 | 3 | "private": true, |
4 | 4 | "devDependencies": { |
5 | | - "@babel/core": "^7.21.8", |
6 | | - "@babel/plugin-syntax-jsx": "^7.21.4", |
7 | | - "@babel/preset-react": "^7.18.6", |
8 | | - "@changesets/cli": "^2.26.1", |
9 | | - "@typescript-eslint/eslint-plugin": "^5.59.6", |
10 | | - "@typescript-eslint/parser": "^5.59.6", |
11 | | - "chalk": "^4.1.0", |
| 5 | + "@babel/core": "^7.22.11", |
| 6 | + "@babel/plugin-syntax-jsx": "^7.22.5", |
| 7 | + "@babel/preset-react": "^7.22.5", |
| 8 | + "@changesets/cli": "^2.26.2", |
| 9 | + "@typescript-eslint/eslint-plugin": "^5.62.0", |
| 10 | + "@typescript-eslint/parser": "^5.62.0", |
| 11 | + "chalk": "^4.1.2", |
12 | 12 | "cross-env": "^7.0.3", |
13 | | - "eslint": "^8.41.0", |
14 | | - "eslint-config-prettier": "^8.8.0", |
15 | | - "eslint-import-resolver-typescript": "^3.5.5", |
16 | | - "eslint-plugin-import": "^2.27.5", |
| 13 | + "eslint": "^8.48.0", |
| 14 | + "eslint-config-prettier": "^8.10.0", |
| 15 | + "eslint-import-resolver-typescript": "^3.6.0", |
| 16 | + "eslint-plugin-import": "^2.28.1", |
17 | 17 | "eslint-plugin-prettier": "^4.2.1", |
18 | | - "eslint-plugin-react": "^7.32.2", |
19 | | - "husky": "^7.0.2", |
20 | | - "lint-staged": "^13.2.2", |
21 | | - "prettier": "^2.3.2", |
22 | | - "turbo": "^1.9.6", |
23 | | - "typescript": "^5.0.4" |
| 18 | + "eslint-plugin-react": "^7.33.2", |
| 19 | + "husky": "^7.0.4", |
| 20 | + "lint-staged": "^13.3.0", |
| 21 | + "prettier": "^2.8.8", |
| 22 | + "turbo": "^1.10.13", |
| 23 | + "typescript": "^5.2.2" |
24 | 24 | }, |
25 | 25 | "scripts": { |
26 | 26 | "clean": "turbo run clean --filter='./packages/*'", |
|
0 commit comments