|
5 | 5 | "dev": "next dev",
|
6 | 6 | "test": "concurrently --timings --kill-others-on-fail 'npm:test:unit' 'npm:test:integration'",
|
7 | 7 | "test:watch": "concurrently --kill-others 'npm:test:unit:watch' 'npm:test:integration:watch'",
|
8 |
| - "test:unit": "jest --config ./__test__/jest.config.ts", |
| 8 | + "test:unit": "vitest", |
9 | 9 | "test:unit:watch": "pnpm test:unit --watch",
|
10 | 10 | "test:integration": "pnpm mock:build && concurrently --names 'mock,test' --success command-test --kill-others 'pnpm:mock' 'env-cmd -f ./.env.integration start-server-and-test start http://localhost:3000 \"test:integration:run\"'",
|
11 | 11 | "test:integration:watch": "concurrently --names 'mock,test' --kill-others 'pnpm:mock' 'env-cmd -f ./.env.integration start-server-and-test dev http://localhost:3000 \"pnpm nodemon -e js,jsx,ts,tsx,css,scss --ignore \\\"__test__/**\\\" --exec \\\"pnpm test:integration:run\\\"\"'",
|
|
42 | 42 | "clsx": "1.2.1",
|
43 | 43 | "copy-to-clipboard": "^3.3.3",
|
44 | 44 | "moment": "^2.29.4",
|
45 |
| - "next": "13.4.12", |
| 45 | + "next": "14.2.3", |
46 | 46 | "next-themes": "^0.2.1",
|
47 | 47 | "nice-grpc": "2.0.1",
|
48 | 48 | "qrcode.react": "^3.1.0",
|
49 |
| - "react": "18.2.0", |
50 |
| - "react-dom": "18.2.0", |
| 49 | + "react": "18.3.1", |
| 50 | + "react-dom": "18.3.1", |
51 | 51 | "react-hook-form": "7.39.5",
|
52 |
| - "sass": "^1.62.0", |
53 | 52 | "swr": "^2.2.0",
|
54 | 53 | "tinycolor2": "1.4.2"
|
55 | 54 | },
|
56 | 55 | "devDependencies": {
|
57 |
| - "@zitadel/prettier-config": "workspace:*", |
58 | 56 | "@bufbuild/buf": "^1.14.0",
|
59 |
| - "@jest/types": "^29.5.0", |
60 |
| - "@testing-library/jest-dom": "^5.16.5", |
61 |
| - "@testing-library/react": "^14.0.0", |
62 |
| - "@types/jest": "^29.5.1", |
| 57 | + "@testing-library/jest-dom": "^6.4.5", |
| 58 | + "@testing-library/react": "^15.0.7", |
63 | 59 | "@types/ms": "0.7.31",
|
64 | 60 | "@types/node": "18.11.9",
|
65 | 61 | "@types/react": "18.2.8",
|
66 | 62 | "@types/react-dom": "18.0.9",
|
67 |
| - "@types/testing-library__jest-dom": "^5.14.6", |
68 | 63 | "@types/tinycolor2": "1.4.3",
|
69 | 64 | "@types/uuid": "^9.0.1",
|
70 | 65 | "@vercel/git-hooks": "1.0.0",
|
| 66 | + "@zitadel/prettier-config": "workspace:*", |
71 | 67 | "@zitadel/tsconfig": "workspace:*",
|
72 | 68 | "autoprefixer": "10.4.13",
|
73 | 69 | "concurrently": "^8.1.0",
|
74 |
| - "cypress": "^12.14.0", |
| 70 | + "cypress": "^13.9.0", |
75 | 71 | "del-cli": "5.0.0",
|
76 | 72 | "env-cmd": "^10.1.0",
|
77 | 73 | "eslint-config-zitadel": "workspace:*",
|
78 | 74 | "grpc-tools": "1.11.3",
|
79 |
| - "jest": "^29.5.0", |
80 |
| - "jest-environment-jsdom": "^29.5.0", |
81 |
| - "jest-silent-reporter": "^0.5.0", |
82 | 75 | "lint-staged": "13.0.3",
|
83 | 76 | "make-dir-cli": "3.0.0",
|
84 | 77 | "nodemon": "^2.0.22",
|
85 | 78 | "postcss": "8.4.21",
|
86 | 79 | "prettier-plugin-tailwindcss": "0.1.13",
|
| 80 | + "sass": "^1.77.1", |
87 | 81 | "start-server-and-test": "^2.0.0",
|
88 | 82 | "tailwindcss": "3.2.4",
|
89 |
| - "ts-jest": "^29.1.0", |
90 |
| - "ts-node": "^10.9.1", |
91 | 83 | "ts-proto": "^1.139.0",
|
92 |
| - "typescript": "5.0.4", |
| 84 | + "typescript": "^5.4.5", |
93 | 85 | "zitadel-tailwind-config": "workspace:*"
|
94 | 86 | }
|
95 | 87 | }
|
0 commit comments