Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Jan 1, 2023
1 parent dcc8b60 commit 94d0384
Show file tree
Hide file tree
Showing 3 changed files with 573 additions and 562 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-multiple-versions.yml
Expand Up @@ -33,8 +33,8 @@ jobs:
- 18.0.0
- 18.1.0
- 18.2.0
- 18.3.0-next-353c30252-20221202
- 0.0.0-experimental-353c30252-20221202
- 18.3.0-next-de7d1c907-20221223
- 0.0.0-experimental-de7d1c907-20221223
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -167,51 +167,51 @@
"use-sync-external-store": "1.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/core": "^7.20.7",
"@babel/plugin-external-helpers": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@babel/plugin-transform-react-jsx": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/plugin-transform-typescript": "^7.20.2",
"@babel/plugin-transform-typescript": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@redux-devtools/extension": "^3.2.3",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^10.0.1",
"@swc/core": "^1.3.21",
"@swc/jest": "^0.2.23",
"@swc/core": "^1.3.24",
"@swc/jest": "^0.2.24",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.4",
"@types/jest": "^29.2.5",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-dom": "^18.0.10",
"@types/use-sync-external-store": "^0.0.3",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"concurrently": "^7.6.0",
"downlevel-dts": "^0.11.0",
"esbuild": "^0.15.18",
"eslint": "^8.29.0",
"esbuild": "^0.16.12",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.6",
"eslint-plugin-jest": "^27.2.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"immer": "^9.0.16",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"json": "^11.0.0",
"prettier": "^2.8.0",
"prettier": "^2.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux": "^5.0.0-alpha.0",
"rollup": "^3.6.0",
"rollup": "^3.9.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-terser": "^7.0.2",
"shx": "^0.3.4",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},
"resolutions": {
"date-fns": "2.27.0"
Expand Down

0 comments on commit 94d0384

Please sign in to comment.