|
6 | 6 | "scripts": {
|
7 | 7 | "dev": "pnpm -r --filter='./packages/*' run dev",
|
8 | 8 | "compile": "pnpm -r --filter='./packages/*' run compile",
|
| 9 | + "csb-install-FIXME": "pnpm install --no-frozen-lockfile", |
9 | 10 | "postinstall": "test -d ./packages/waku/dist || (pnpm -r --filter='./packages/waku' run compile && pnpm install)",
|
10 | 11 | "test": "prettier -c . && eslint . && tsc --project . --noEmit",
|
11 | 12 | "e2e": "playwright test",
|
|
37 | 38 | },
|
38 | 39 | "prettier": {},
|
39 | 40 | "devDependencies": {
|
40 |
| - "@playwright/test": "^1.36.2", |
| 41 | + "@playwright/test": "^1.37.1", |
41 | 42 | "@types/babel__core": "^7.20.1",
|
42 | 43 | "@types/busboy": "^1.5.0",
|
43 | 44 | "@types/express": "^4.17.17",
|
44 |
| - "@types/node": "^20.4.5", |
45 |
| - "@types/react": "^18.2.17", |
| 45 | + "@types/node": "^20.5.7", |
| 46 | + "@types/react": "^18.2.21", |
46 | 47 | "@types/react-dom": "^18.2.7",
|
47 |
| - "@typescript-eslint/eslint-plugin": "^6.2.0", |
48 |
| - "@typescript-eslint/parser": "^6.2.0", |
49 |
| - "eslint": "^8.45.0", |
50 |
| - "eslint-config-prettier": "^8.9.0", |
51 |
| - "eslint-import-resolver-typescript": "^3.5.5", |
52 |
| - "eslint-plugin-import": "^2.28.0", |
53 |
| - "eslint-plugin-react": "^7.33.0", |
54 |
| - "prettier": "^3.0.0", |
| 48 | + "@typescript-eslint/eslint-plugin": "^6.5.0", |
| 49 | + "@typescript-eslint/parser": "^6.5.0", |
| 50 | + "eslint": "^8.48.0", |
| 51 | + "eslint-config-prettier": "^9.0.0", |
| 52 | + "eslint-import-resolver-typescript": "^3.6.0", |
| 53 | + "eslint-plugin-import": "^2.28.1", |
| 54 | + "eslint-plugin-react": "^7.33.2", |
| 55 | + "prettier": "^3.0.3", |
55 | 56 | "react": "18.3.0-canary-7118f5dd7-20230705",
|
56 | 57 | "react-dom": "18.3.0-canary-7118f5dd7-20230705",
|
57 | 58 | "react-server-dom-webpack": "18.3.0-canary-7118f5dd7-20230705",
|
58 |
| - "typescript": "^5.1.6", |
| 59 | + "typescript": "^5.2.2", |
59 | 60 | "waku": "workspace:*"
|
60 | 61 | }
|
61 | 62 | }
|
0 commit comments