Skip to content

Commit

Permalink
feat: migrate to valtio v2 (#10)
Browse files Browse the repository at this point in the history
* wip: valtio v2

* update deps and prefer userEvent

* fix(atomWithProxy): update promise

* update valtio

* update react latest

* update other deps

* chor
  • Loading branch information
dai-shi authored Dec 20, 2024
1 parent d68103b commit a98f0c5
Show file tree
Hide file tree
Showing 5 changed files with 1,400 additions and 1,178 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,35 +57,35 @@
"singleQuote": true
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint": "^8.57.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"happy-dom": "^14.11.0",
"jotai": "^2.8.1",
"jotai-valtio": "link:.",
"prettier": "^3.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"happy-dom": "^15.11.7",
"jotai": "^2.10.4",
"jotai-valtio": "link:",
"prettier": "^3.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"ts-expect": "^1.3.0",
"typescript": "^5.4.5",
"valtio": "^1.13.2",
"vite": "^5.2.11",
"vitest": "^1.6.0"
"typescript": "^5.7.2",
"valtio": "^2.1.2",
"vite": "^6.0.4",
"vitest": "^2.1.8"
},
"peerDependencies": {
"jotai": ">=2.0.0",
"valtio": ">=1.0.0"
"valtio": ">=2.0.0"
}
}
Loading

0 comments on commit a98f0c5

Please sign in to comment.