|
4 | 4 | "version": "0.0.0", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
| 7 | + "preinstall": "npx only-allow pnpm", |
7 | 8 | "dev": "vite", |
8 | 9 | "build": "tsc && vite build", |
9 | 10 | "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
|
15 | 16 | "dependencies": { |
16 | 17 | "react": "^18.2.0", |
17 | 18 | "react-dom": "^18.2.0", |
18 | | - "ts-node": "^10.9.1", |
| 19 | + "ts-node": "^10.9.2", |
19 | 20 | "whatwg-fetch": "^3.6.19" |
20 | 21 | }, |
21 | 22 | "devDependencies": { |
22 | | - "@commitlint/cli": "^18.2.0", |
23 | | - "@commitlint/config-conventional": "^18.1.0", |
24 | | - "@testing-library/jest-dom": "^6.1.4", |
25 | | - "@testing-library/react": "^14.0.0", |
26 | | - "@trivago/prettier-plugin-sort-imports": "^4.2.1", |
27 | | - "@types/jest": "^29.5.7", |
28 | | - "@types/react": "^18.2.15", |
29 | | - "@types/react-dom": "^18.2.7", |
30 | | - "@typescript-eslint/eslint-plugin": "^6.0.0", |
31 | | - "@typescript-eslint/parser": "^6.0.0", |
32 | | - "@vitejs/plugin-react-swc": "^3.3.2", |
33 | | - "eslint": "^8.45.0", |
34 | | - "eslint-config-prettier": "^9.0.0", |
| 23 | + "@commitlint/cli": "^18.4.3", |
| 24 | + "@commitlint/config-conventional": "^18.4.3", |
| 25 | + "@testing-library/jest-dom": "^6.1.5", |
| 26 | + "@testing-library/react": "^14.1.2", |
| 27 | + "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
| 28 | + "@types/jest": "^29.5.11", |
| 29 | + "@types/react": "^18.2.42", |
| 30 | + "@types/react-dom": "^18.2.17", |
| 31 | + "@typescript-eslint/eslint-plugin": "^6.13.2", |
| 32 | + "@typescript-eslint/parser": "^6.13.2", |
| 33 | + "@vitejs/plugin-react-swc": "^3.5.0", |
| 34 | + "eslint": "^8.55.0", |
| 35 | + "eslint-config-prettier": "^9.1.0", |
35 | 36 | "eslint-plugin-react-hooks": "^4.6.0", |
36 | | - "eslint-plugin-react-refresh": "^0.4.3", |
37 | | - "husky": "^8.0.0", |
| 37 | + "eslint-plugin-react-refresh": "^0.4.5", |
| 38 | + "husky": "^8.0.3", |
38 | 39 | "jest": "^29.7.0", |
39 | 40 | "jest-environment-jsdom": "^29.7.0", |
40 | | - "lint-staged": "^15.0.2", |
| 41 | + "lint-staged": "^15.2.0", |
41 | 42 | "prettier": "3.0.3", |
42 | 43 | "ts-jest": "^29.1.1", |
43 | | - "typescript": "^5.2.2", |
44 | | - "vite": "^4.4.5" |
| 44 | + "typescript": "^5.3.3", |
| 45 | + "vite": "^4.5.1" |
45 | 46 | } |
46 | 47 | } |
0 commit comments