|
10 | 10 | "tscheck": "tsc --noEmit",
|
11 | 11 | "tscheck:w": "npm run tscheck -- --watch --preserveWatchOutput",
|
12 | 12 | "test": "npm run eslint && npm run tscheck && npm run test:cov",
|
13 |
| - "test:r": "node node_modules/jest/bin/jest --runInBand --verbose", |
14 |
| - "test:w": "npm run test:r -- --watch", |
15 |
| - "test:cov": "npm run test:r -- --collectCoverage", |
| 13 | + "test:r": "vitest run src", |
| 14 | + "test:w": "vitest watch src", |
| 15 | + "test:cov": "vitest run src --coverage", |
16 | 16 | "eslint": "node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"",
|
17 | 17 | "eslint:w": "watchexec -w src \"npm run eslint\"",
|
18 | 18 | "eslint:fix": "npm run eslint -- --fix"
|
19 | 19 | },
|
20 | 20 | "dependencies": {
|
21 |
| - "@hookform/resolvers": "^2.9.7", |
22 |
| - "ahooks": "^3.7.0", |
| 21 | + "@hookform/resolvers": "^2.9.8", |
| 22 | + "ahooks": "^3.7.1", |
23 | 23 | "class-transformer": "^0.5.1",
|
24 | 24 | "class-validator": "^0.13.2",
|
25 | 25 | "clsx": "^1.2.1",
|
26 | 26 | "jwt-decode": "^3.1.2",
|
27 |
| - "ky": "^0.31.1", |
| 27 | + "ky": "^0.31.3", |
28 | 28 | "njct": "^10.0.0",
|
29 |
| - "react": "^17.0.2", |
30 |
| - "react-dom": "^17.0.2", |
31 |
| - "react-hook-form": "^7.34.2", |
| 29 | + "react": "^18.2.0", |
| 30 | + "react-dom": "^18.2.0", |
| 31 | + "react-hook-form": "^7.35.0", |
32 | 32 | "react-router-dom": "^6.3.0",
|
33 | 33 | "recoil": "^0.7.5",
|
34 | 34 | "rsts": "^1.0.0"
|
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 | 37 | "@kyleshevlin/eslint-plugin": "^1.3.0",
|
38 |
| - "@testing-library/jest-dom": "^5.16.5", |
39 |
| - "@testing-library/react": "^13.3.0", |
40 |
| - "@types/jest": "^28.1.8", |
41 |
| - "@types/react": "^17.0.38", |
42 |
| - "@types/react-dom": "^17.0.11", |
| 38 | + "@testing-library/react": "^13.4.0", |
| 39 | + "@types/react": "^18.0.19", |
| 40 | + "@types/react-dom": "^18.0.6", |
43 | 41 | "@types/react-router-dom": "^5.3.3",
|
44 |
| - "@typescript-eslint/eslint-plugin": "^5.35.1", |
45 |
| - "@typescript-eslint/parser": "^5.35.1", |
| 42 | + "@typescript-eslint/eslint-plugin": "^5.37.0", |
| 43 | + "@typescript-eslint/parser": "^5.37.0", |
46 | 44 | "@vitejs/plugin-react-refresh": "^1.3.6",
|
47 |
| - "autoprefixer": "^10.4.8", |
| 45 | + "@vitest/coverage-c8": "^0.23.2", |
| 46 | + "autoprefixer": "^10.4.10", |
48 | 47 | "cssnano": "^5.1.13",
|
49 | 48 | "cssnano-preset-default": "^5.2.12",
|
50 |
| - "eslint": "^8.23.0", |
| 49 | + "eslint": "^8.23.1", |
51 | 50 | "eslint-config-prettier": "^8.5.0",
|
52 | 51 | "eslint-import-resolver-node": "^0.3.6",
|
53 |
| - "eslint-import-resolver-typescript": "^3.5.0", |
54 |
| - "eslint-plugin-boundaries": "^2.10.1", |
| 52 | + "eslint-import-resolver-typescript": "^3.5.1", |
| 53 | + "eslint-plugin-boundaries": "^3.0.0", |
55 | 54 | "eslint-plugin-etc": "^2.0.2",
|
56 | 55 | "eslint-plugin-import": "^2.26.0",
|
57 | 56 | "eslint-plugin-only-warn": "^1.0.3",
|
58 | 57 | "eslint-plugin-prettier": "^4.2.1",
|
59 | 58 | "eslint-plugin-promise": "^6.0.1",
|
60 |
| - "eslint-plugin-react": "^7.31.1", |
| 59 | + "eslint-plugin-react": "^7.31.8", |
61 | 60 | "eslint-plugin-react-hooks": "^4.6.0",
|
62 | 61 | "eslint-plugin-regexp": "^1.9.0",
|
63 |
| - "eslint-plugin-simple-import-sort": "^7.0.0", |
| 62 | + "eslint-plugin-simple-import-sort": "^8.0.0", |
64 | 63 | "eslint-plugin-sonarjs": "^0.15.0",
|
65 |
| - "eslint-plugin-sort-class-members": "^1.14.1", |
66 |
| - "eslint-plugin-testing-library": "^5.6.0", |
| 64 | + "eslint-plugin-sort-class-members": "^1.15.2", |
| 65 | + "eslint-plugin-testing-library": "^5.6.4", |
67 | 66 | "eslint-plugin-unicorn": "^43.0.2",
|
68 | 67 | "eslint-plugin-wix-editor": "^3.3.0",
|
| 68 | + "happy-dom": "^6.0.4", |
69 | 69 | "identity-obj-proxy": "^3.0.0",
|
70 |
| - "jest": "^29.0.1", |
71 |
| - "jest-mock-extended": "^2.0.7", |
72 |
| - "jest-transform-stub": "^2.0.0", |
73 | 70 | "npm-run-all": "^4.1.5",
|
74 | 71 | "postcss": "^8.4.16",
|
75 | 72 | "prettier": "^2.7.1",
|
76 | 73 | "simplytyped": "^3.3.0",
|
77 | 74 | "tailwindcss": "^3.1.8",
|
78 |
| - "ts-jest": "^28.0.8", |
79 |
| - "tsconfig-paths-jest-mapper": "^1.4.0", |
80 |
| - "typescript": "^4.8.2", |
81 |
| - "vite": "^3.0.9", |
| 75 | + "typescript": "^4.8.3", |
| 76 | + "vite": "^3.1.0", |
82 | 77 | "vite-tsconfig-paths": "^3.5.0",
|
| 78 | + "vitest": "^0.23.2", |
| 79 | + "vitest-mock-extended": "^0.1.15", |
83 | 80 | "watchexec-bin": "^1.0.0"
|
84 | 81 | }
|
85 | 82 | }
|
0 commit comments