Skip to content

Commit

Permalink
chore(deps): update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Jan 26, 2025
1 parent 2655270 commit df4a127
Show file tree
Hide file tree
Showing 6 changed files with 960 additions and 822 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-multiple-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- 18.1.0
- 18.2.0
- 18.3.1
- 19.0.0-rc.0
- 19.0.0-rc-4d577fd2-20241104
- 0.0.0-experimental-4d577fd2-20241104
- 19.0.0
- 19.1.0-canary-de1eaa26-20250124
- 0.0.0-experimental-de1eaa26-20250124
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,51 +103,51 @@
"homepage": "https://github.com/pmndrs/valtio",
"packageManager": "[email protected]",
"dependencies": {
"proxy-compare": "^3.0.0"
"proxy-compare": "^3.0.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.19.0",
"@redux-devtools/extension": "^3.3.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-typescript": "^12.1.1",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-typescript": "^12.1.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/react": "^16.2.0",
"@types/jsdom": "^21.1.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/eslint-plugin": "^1.1.21",
"@vitest/ui": "^2.1.4",
"esbuild": "^0.24.0",
"eslint": "9.17.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitest/coverage-v8": "^3.0.4",
"@vitest/eslint-plugin": "^1.1.25",
"@vitest/ui": "^3.0.4",
"esbuild": "^0.24.2",
"eslint": "9.19.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-compiler": "19.0.0-beta-b2e8e9c-20241220",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-compiler": "19.0.0-beta-decd7b8-20250118",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-testing-library": "^7.1.1",
"jest-leak-detector": "^29.7.0",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"json": "^11.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"proxy-memoize": "^3.0.1",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"redux": "^5.0.1",
"rollup": "^4.24.4",
"rollup": "^4.32.0",
"rollup-plugin-esbuild": "^6.1.1",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"ts-expect": "^1.3.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.18.2",
"vite": "^5.4.10",
"vitest": "^2.1.4"
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"vite": "^6.0.11",
"vitest": "^3.0.4"
},
"peerDependencies": {
"@types/react": ">=18.0.0",
Expand Down
Loading

0 comments on commit df4a127

Please sign in to comment.