Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Jan 31, 2024
1 parent fdc2324 commit 36b4a89
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 297 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-b2d637128-20240123
- 0.0.0-experimental-b2d637128-20240123
- 18.3.0-canary-247738465-20240130
- 0.0.0-experimental-247738465-20240130
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.23.7",
"@babel/core": "^7.23.9",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.8",
"@babel/template": "^7.22.15",
"@babel/types": "^7.23.6",
"@babel/preset-env": "^7.23.9",
"@babel/template": "^7.23.9",
"@babel/types": "^7.23.9",
"@redux-devtools/extension": "^3.3.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
Expand All @@ -127,28 +127,28 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/dom": "^9.3.4",
"@testing-library/react": "^14.1.2",
"@testing-library/react": "^14.2.0",
"@testing-library/user-event": "14.4.3",
"@types/babel__core": "^7.20.5",
"@types/node": "^20.11.6",
"@types/node": "^20.11.13",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitest/coverage-v8": "0.33.0",
"@vitest/ui": "0.33.0",
"benny": "^3.7.1",
"concurrently": "^8.2.2",
"downlevel-dts": "^0.11.0",
"esbuild": "^0.19.12",
"esbuild": "^0.20.0",
"eslint": "^8.56.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.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-vitest": "^0.3.20",
"eslint-plugin-vitest": "^0.3.21",
"jsdom": "^24.0.0",
"json": "^11.0.0",
"prettier": "^3.2.4",
Expand Down
Loading

0 comments on commit 36b4a89

Please sign in to comment.