Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"lint": "pnpm -r run lint",
"types:check": "pnpm -r --parallel run typecheck",
"test": "vitest",
"test:react-17": "REACT_VERSION=17 pnpm test",
"test:react-18": "REACT_VERSION=18 pnpm test",
"test:ci": "vitest run && pnpm cypress:ci",
"storybook": "BROWSER=none pnpm --filter=@repo/storybook run dev -p 9009",
"storybook:build": "BROWSER=none pnpm --filter=@repo/storybook run build",
Expand Down Expand Up @@ -38,6 +40,8 @@
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/react-17": "npm:@testing-library/react@^12.1.5",
"@testing-library/react-18": "npm:@testing-library/react@^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/fs-extra": "^11",
"@types/node": "^22",
Expand All @@ -61,6 +65,12 @@
"react-test-renderer": "^19.2.0",
"react-is": "^19.2.0",
"react-remove-scroll": "^2.6.3",
"react-17": "npm:react@^17.0.2",
"react-18": "npm:react@^18.3.1",
"react-dom-17": "npm:react-dom@^17.0.2",
"react-dom-18": "npm:react-dom@^18.3.1",
"react-is-17": "npm:react-is@^17.0.2",
"react-is-18": "npm:react-is@^18.3.1",
"replace-in-files": "^3.0.0",
"start-server-and-test": "^2.1.2",
"typescript": "^5.9.3",
Expand Down
Loading
Loading