|
17 | 17 | "test": "jest", |
18 | 18 | "test:inspect": "node --inspect-brk ./node_modules/.bin/jest", |
19 | 19 | "typegen": "pnpm run --recursive --parallel typegen", |
20 | | - "typecheck": "pnpm run --recursive --parallel typecheck", |
| 20 | + "typecheck": "pnpm run --if-present --recursive --parallel typecheck", |
21 | 21 | "test:integration:run": "pnpm playwright:integration", |
22 | 22 | "test:integration": "pnpm build && pnpm test:integration:run", |
23 | 23 | "posttest:integration:run": "pnpm clean:integration", |
|
42 | 42 | "resolutions": { |
43 | 43 | "@types/react": "^18.2.18", |
44 | 44 | "@types/react-dom": "^18.2.7", |
| 45 | + "@types/react-test-renderer": "^18.3.1", |
45 | 46 | "jsdom": "22.1.0" |
46 | 47 | }, |
47 | | - "dependencies": { |
| 48 | + "devDependencies": { |
48 | 49 | "@babel/core": "^7.22.9", |
49 | 50 | "@babel/plugin-proposal-export-namespace-from": "^7.18.9", |
50 | 51 | "@babel/plugin-proposal-optional-chaining": "^7.21.0", |
|
53 | 54 | "@babel/preset-react": "^7.22.5", |
54 | 55 | "@babel/preset-typescript": "^7.22.5", |
55 | 56 | "@changesets/cli": "^2.26.2", |
56 | | - "@manypkg/get-packages": "1.1.3", |
57 | | - "@mdx-js/rollup": "^3.0.0", |
58 | | - "@octokit/core": "^4.2.4", |
59 | | - "@octokit/graphql": "^4.8.0", |
60 | | - "@octokit/plugin-paginate-rest": "^2.21.3", |
61 | | - "@octokit/rest": "^18.12.0", |
62 | 57 | "@playwright/test": "^1.49.1", |
63 | 58 | "@remix-run/changelog-github": "^0.0.5", |
64 | | - "@testing-library/jest-dom": "6.6.3", |
65 | | - "@testing-library/react": "^16.3.0", |
66 | | - "@testing-library/user-event": "^14.5.2", |
67 | | - "@types/cross-spawn": "^6.0.2", |
68 | | - "@types/glob": "7.2.0", |
69 | 59 | "@types/jest": "^29.5.4", |
70 | 60 | "@types/jsdom": "^21.1.1", |
71 | | - "@types/jsonfile": "^6.1.1", |
72 | 61 | "@types/react": "^18.2.18", |
73 | 62 | "@types/react-dom": "^18.2.7", |
74 | 63 | "@types/react-test-renderer": "^18.0.0", |
75 | | - "@types/semver": "^7.5.0", |
76 | | - "@types/shelljs": "^0.8.11", |
77 | | - "@types/wait-on": "^5.3.2", |
78 | 64 | "@typescript-eslint/eslint-plugin": "^7.5.0", |
79 | 65 | "@typescript-eslint/parser": "^7.5.0", |
80 | 66 | "babel-jest": "^29.7.0", |
81 | 67 | "babel-plugin-dev-expression": "^0.2.3", |
82 | | - "babel-plugin-transform-remove-console": "^6.9.4", |
83 | | - "chalk": "^4.1.2", |
84 | 68 | "eslint": "^8.57.0", |
85 | 69 | "eslint-config-react-app": "^7.0.1", |
86 | 70 | "eslint-plugin-flowtype": "^8.0.3", |
|
89 | 73 | "eslint-plugin-jsx-a11y": "^6.8.0", |
90 | 74 | "eslint-plugin-react": "^7.34.1", |
91 | 75 | "eslint-plugin-react-hooks": "next", |
92 | | - "history": "^5.3.0", |
93 | | - "isbot": "^5.1.11", |
94 | 76 | "jest": "^29.6.4", |
95 | 77 | "jest-environment-jsdom": "^29.6.2", |
96 | | - "jsonfile": "^6.1.0", |
97 | 78 | "prettier": "^2.8.8", |
98 | | - "prompts": "^2.4.2", |
99 | | - "react": "^19.1.0", |
100 | | - "react-dom": "^19.1.0", |
101 | | - "react-test-renderer": "^19.1.0", |
102 | | - "remark-gfm": "3.0.1", |
103 | | - "remark-parse": "^10.0.1", |
104 | | - "remark-stringify": "^10.0.2", |
105 | | - "semver": "^7.5.4", |
106 | | - "tslib": "^2.6.2", |
107 | | - "type-fest": "^2.19.0", |
108 | 79 | "typedoc": "^0.26.11", |
109 | 80 | "typescript": "^5.4.5", |
110 | | - "undici": "^6.10.1", |
111 | | - "unified": "^10.1.2", |
112 | | - "unist-util-remove": "^3.1.0", |
113 | | - "vite": "^6.1.0", |
114 | | - "vite-env-only": "^3.0.1", |
115 | | - "vite-tsconfig-paths": "^4.2.2" |
| 81 | + "vite": "^6.1.0" |
116 | 82 | }, |
117 | 83 | "engines": { |
118 | 84 | "node": ">=20.0.0" |
|
0 commit comments