Skip to content

Commit

Permalink
chore(deps): update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Jun 5, 2024
1 parent 39314d8 commit c5cd4f2
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 339 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 @@ -33,8 +33,9 @@ jobs:
- 18.1.0
- 18.2.0
- 18.3.1
- 19.0.0-rc-8f3c0525f9-20240521
- 0.0.0-experimental-8f3c0525f9-20240521
- 19.0.0-rc.0
- 19.0.0-rc-bf3a29d097-20240603
- 0.0.0-experimental-bf3a29d097-20240603
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
Expand Down
33 changes: 15 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,47 +112,44 @@
"@redux-devtools/extension": "^3.3.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.6",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/react": "^15.0.7",
"@types/jsdom": "^21.1.6",
"@types/react": "^18.3.2",
"@testing-library/react": "^16.0.0",
"@types/jsdom": "^21.1.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"esbuild": "^0.21.3",
"esbuild": "^0.21.4",
"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.1",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-vitest": "^0.5.4",
"jest-leak-detector": "^29.7.0",
"jsdom": "^24.0.0",
"jsdom": "^24.1.0",
"json": "^11.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"proxy-memoize": "^3.0.0",
"react": "19.0.0-rc-81c5ff2e04-20240521",
"react-dom": "19.0.0-rc-81c5ff2e04-20240521",
"react": "^19.0.0-rc.0",
"react-dom": "^19.0.0-rc.0",
"redux": "^5.0.1",
"rollup": "^4.17.2",
"rollup": "^4.18.0",
"rollup-plugin-esbuild": "^6.1.1",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"ts-expect": "^1.3.0",
"tslib": "^2.6.2",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vitest": "^1.6.0"
},
"resolutions": {
"@types/react": "18.2.56"
},
"peerDependencies": {
"@types/react": ">=18.0.0",
"react": ">=18.0.0"
Expand Down
Loading

0 comments on commit c5cd4f2

Please sign in to comment.