Skip to content

Commit

Permalink
chore: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Feb 11, 2025
1 parent 253e9bd commit 3c9363e
Show file tree
Hide file tree
Showing 3 changed files with 960 additions and 682 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-multiple-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- 18.2.0
- 18.3.1
- 19.0.0
- 19.1.0-canary-bb9a24d9-20250130
- 0.0.0-experimental-bb9a24d9-20250130
- 19.1.0-canary-93b58361-20250209
- 0.0.0-experimental-93b58361-20250209
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@
"homepage": "https://github.com/pmndrs/jotai",
"packageManager": "pnpm@8.15.0",
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/core": "^7.26.8",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@babel/plugin-transform-typescript": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"@babel/template": "^7.25.9",
"@eslint/js": "^9.19.0",
"@babel/plugin-transform-typescript": "^7.26.8",
"@babel/preset-env": "^7.26.8",
"@babel/template": "^7.26.8",
"@eslint/js": "^9.20.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^16.0.0",
Expand All @@ -135,40 +135,40 @@
"@testing-library/user-event": "^14.6.1",
"@types/babel__core": "^7.20.5",
"@types/babel__template": "^7.4.4",
"@types/node": "^22.12.0",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.0.4",
"@vitest/eslint-plugin": "^1.1.25",
"@vitest/ui": "^3.0.4",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/eslint-plugin": "^1.1.28",
"@vitest/ui": "^3.0.5",
"benny": "^3.7.1",
"downlevel-dts": "^0.11.0",
"esbuild": "^0.24.2",
"eslint": "9.19.0",
"esbuild": "^0.25.0",
"eslint": "9.20.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.4",
"eslint-plugin-react-compiler": "19.0.0-beta-27714ef-20250124",
"eslint-plugin-react-compiler": "19.0.0-beta-30d8a17-20250209",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-testing-library": "^7.1.1",
"jest-leak-detector": "^29.7.0",
"jsdom": "^26.0.0",
"json": "^11.0.0",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup": "^4.32.1",
"rollup": "^4.34.6",
"rollup-plugin-banner2": "^1.3.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-esbuild": "^6.2.0",
"rxjs": "^7.8.1",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"ts-expect": "^1.3.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"vitest": "^3.0.4",
"typescript-eslint": "^8.24.0",
"vitest": "^3.0.5",
"wonka": "^6.3.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 3c9363e

Please # to comment.