Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Dec 28, 2023
1 parent 63de5b0 commit b958866
Show file tree
Hide file tree
Showing 3 changed files with 672 additions and 868 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-6c7b41da3-20231123
- 0.0.0-experimental-6c7b41da3-20231123
- 18.3.0-canary-c5b937576-20231219
- 0.0.0-experimental-c5b937576-20231219
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@
},
"homepage": "https://github.com/pmndrs/jotai",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.6",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-typescript": "^7.23.4",
"@babel/preset-env": "^7.23.3",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/template": "^7.22.15",
"@babel/types": "^7.23.4",
"@redux-devtools/extension": "^3.2.6",
"@rollup/plugin-alias": "^5.0.1",
"@babel/types": "^7.23.6",
"@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",
Expand All @@ -130,39 +130,39 @@
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "14.4.3",
"@types/babel__core": "^7.20.5",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.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.7",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"esbuild": "^0.19.10",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-vitest": "^0.3.10",
"jsdom": "^22.1.0",
"eslint-plugin-vitest": "^0.3.20",
"jsdom": "^23.0.1",
"json": "^11.0.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux": "^4.2.1",
"rollup": "^4.5.2",
"redux": "^5.0.1",
"rollup": "^4.9.1",
"rollup-plugin-banner2": "^1.2.2",
"rollup-plugin-esbuild": "^6.1.0",
"rxjs": "^7.8.1",
"shx": "^0.3.4",
"ts-expect": "^1.3.0",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"vitest": "0.33.0",
"wonka": "^6.3.4"
},
Expand Down
Loading

1 comment on commit b958866

@vercel
Copy link

@vercel vercel bot commented on b958866 Dec 28, 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.