Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#2637)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Jun 28, 2024
1 parent 2c3c658 commit 5051409
Show file tree
Hide file tree
Showing 3 changed files with 980 additions and 1,137 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-multiple-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
- 18.1.0
- 18.2.0
- 18.3.1
- 19.0.0-rc-6d3110b4d9-20240531
- 0.0.0-experimental-6d3110b4d9-20240531
- 19.0.0-rc.0
- 19.0.0-rc-e02baf6c92-20240627
- 0.0.0-experimental-e02baf6c92-20240627
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,49 +117,49 @@
"homepage": "https://github.com/pmndrs/jotai",
"packageManager": "pnpm@8.15.0",
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/plugin-transform-react-jsx": "^7.24.6",
"@babel/plugin-transform-typescript": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/template": "^7.24.6",
"@babel/types": "^7.24.6",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@babel/plugin-transform-typescript": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/template": "^7.24.7",
"@babel/types": "^7.24.7",
"@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.5",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/dom": "^10.1.0",
"@testing-library/react": "^15.0.7",
"@testing-library/dom": "^10.2.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.0",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"benny": "^3.7.1",
"downlevel-dts": "^0.11.0",
"esbuild": "^0.21.4",
"esbuild": "^0.21.5",
"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.2",
"eslint-plugin-react-compiler": "0.0.0-experimental-51a85ea-20240601",
"eslint-plugin-react": "^7.34.3",
"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",
"json": "^11.0.0",
"prettier": "^3.3.0",
"react": "19.0.0-rc-6d3110b4d9-20240531",
"react-dom": "19.0.0-rc-6d3110b4d9-20240531",
"prettier": "^3.3.2",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"redux": "^5.0.1",
"rollup": "^4.18.0",
"rollup-plugin-banner2": "^1.3.0",
Expand All @@ -169,7 +169,7 @@
"shx": "^0.3.4",
"ts-expect": "^1.3.0",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"vitest": "^1.6.0",
"wonka": "^6.3.4"
Expand Down
Loading

0 comments on commit 5051409

Please sign in to comment.