chore(deps): update dev dependencies (#1725)

This commit is contained in:
Daishi Kato 2023-04-01 00:00:44 +09:00 committed by GitHub
parent f54469551f
commit 034572699a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 802 additions and 783 deletions

View File

@ -33,8 +33,8 @@ jobs:
- 18.0.0
- 18.1.0
- 18.2.0
- 18.3.0-next-49f741046-20230305
- 0.0.0-experimental-49f741046-20230305
- 18.3.0-next-1308e49a6-20230330
- 0.0.0-experimental-1308e49a6-20230330
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2

View File

@ -172,12 +172,12 @@
"use-sync-external-store": "1.2.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/plugin-external-helpers": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/plugin-transform-typescript": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/plugin-transform-typescript": "^7.21.3",
"@babel/preset-env": "^7.21.4",
"@redux-devtools/extension": "^3.2.5",
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-babel": "^6.0.3",
@ -186,35 +186,35 @@
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.0.28",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"@types/use-sync-external-store": "^0.0.3",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"concurrently": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"concurrently": "^8.0.1",
"downlevel-dts": "^0.11.0",
"esbuild": "^0.17.11",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"esbuild": "^0.17.14",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"immer": "^9.0.19",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"immer": "^9.0.21",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"json": "^11.0.0",
"prettier": "^2.8.4",
"prettier": "^2.8.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux": "5.0.0-alpha.1",
"rollup": "^3.18.0",
"rollup": "^3.20.2",
"rollup-plugin-esbuild": "^5.0.0",
"shx": "^0.3.4",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
"typescript": "^5.0.3"
},
"peerDependencies": {
"immer": ">=9.0",

1547
yarn.lock

File diff suppressed because it is too large Load Diff