Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#2670)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Jul 23, 2024
1 parent 2fbcc4d commit 61af13a
Show file tree
Hide file tree
Showing 3 changed files with 813 additions and 830 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 @@ -34,8 +34,8 @@ jobs:
- 18.2.0
- 18.3.1
- 19.0.0-rc.0
- 19.0.0-rc-df783f9ea1-20240708
- 0.0.0-experimental-df783f9ea1-20240708
- 19.0.0-rc-d025ddd3-20240722
- 0.0.0-experimental-d025ddd3-20240722
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 @@ -116,51 +116,51 @@
"homepage": "https://github.com/pmndrs/jotai",
"packageManager": "pnpm@8.15.0",
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.24.9",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@babel/plugin-transform-typescript": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/plugin-transform-typescript": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"@babel/template": "^7.24.7",
"@babel/types": "^7.24.7",
"@babel/types": "^7.24.9",
"@redux-devtools/extension": "^3.3.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/dom": "^10.3.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/babel__core": "^7.20.5",
"@types/babel__template": "^7.4.4",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitest/coverage-v8": "^2.0.1",
"@vitest/ui": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/ui": "^2.0.4",
"benny": "^3.7.1",
"downlevel-dts": "^0.11.0",
"esbuild": "^0.23.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-compiler": "0.0.0-experimental-0998c1e-20240625",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-vitest": "^0.5.4",
"jest-leak-detector": "^29.7.0",
"jsdom": "^24.1.0",
"jsdom": "^24.1.1",
"json": "^11.0.0",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"redux": "^5.0.1",
"rollup": "^4.18.1",
"rollup": "^4.19.0",
"rollup-plugin-banner2": "^1.3.0",
"rollup-plugin-esbuild": "^6.1.1",
"rxjs": "^7.8.1",
Expand All @@ -169,8 +169,8 @@
"ts-expect": "^1.3.0",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vitest": "^2.0.1",
"typescript": "^5.5.4",
"vitest": "^2.0.4",
"wonka": "^6.3.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 61af13a

Please sign in to comment.