Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#2123)
Browse files Browse the repository at this point in the history
* chore(deps): update dev dependencies

* revert vitest
  • Loading branch information
dai-shi authored Sep 7, 2023
1 parent ae91b58 commit 19df98f
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 302 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.0.0
- 18.1.0
- 18.2.0
- 18.3.0-canary-ddff50469-20230829
- 0.0.0-experimental-ddff50469-20230829
- 18.3.0-canary-b9be4537c-20230905
- 0.0.0-experimental-b9be4537c-20230905
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@
},
"homepage": "https://github.com/pmndrs/jotai",
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@babel/plugin-transform-typescript": "^7.22.11",
"@babel/preset-env": "^7.22.14",
"@babel/template": "^7.22.5",
"@babel/types": "^7.22.11",
"@babel/core": "^7.22.15",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@babel/plugin-transform-typescript": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/template": "^7.22.15",
"@babel/types": "^7.22.15",
"@redux-devtools/extension": "^3.2.5",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-babel": "^6.0.3",
Expand All @@ -132,8 +132,8 @@
"@types/babel__core": "^7.20.1",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@vitest/coverage-v8": "^0.34.3",
"@vitest/ui": "^0.34.3",
"benny": "^3.7.1",
Expand All @@ -147,14 +147,14 @@
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-vitest": "^0.2.8",
"eslint-plugin-vitest": "^0.3.1",
"jsdom": "^22.1.0",
"json": "^11.0.0",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux": "^4.2.1",
"rollup": "^3.28.1",
"rollup": "^3.29.0",
"rollup-plugin-esbuild": "^5.0.0",
"rxjs": "^7.8.1",
"shx": "^0.3.4",
Expand Down
Loading

1 comment on commit 19df98f

@vercel
Copy link

@vercel vercel bot commented on 19df98f Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.