Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Aug 18, 2022
1 parent 49947c9 commit d55b92f
Show file tree
Hide file tree
Showing 3 changed files with 566 additions and 530 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-next-5f34b051d-20220725
- 0.0.0-experimental-5f34b051d-20220725
- 18.3.0-next-19e9a4c68-20220818
- 0.0.0-experimental-19e9a4c68-20220818
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,35 +148,35 @@
"use-sync-external-store": "1.2.0"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/core": "^7.18.10",
"@babel/plugin-external-helpers": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.9",
"@babel/plugin-transform-typescript": "^7.18.8",
"@babel/preset-env": "^7.18.9",
"@redux-devtools/extension": "^3.2.2",
"@babel/plugin-transform-react-jsx": "^7.18.10",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/plugin-transform-typescript": "^7.18.12",
"@babel/preset-env": "^7.18.10",
"@redux-devtools/extension": "^3.2.3",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.3",
"@swc/core": "^1.2.218",
"@rollup/plugin-typescript": "^8.3.4",
"@swc/core": "^1.2.239",
"@swc/jest": "^0.2.22",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.6",
"@types/react": "^18.0.15",
"@types/jest": "^28.1.7",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/use-sync-external-store": "^0.0.3",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"concurrently": "^7.3.0",
"downlevel-dts": "^0.10.0",
"esbuild": "^0.14.50",
"eslint": "^8.20.0",
"esbuild": "^0.15.5",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-jest": "^26.8.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
Expand All @@ -188,8 +188,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux": "^5.0.0-alpha.0",
"rollup": "^2.77.0",
"rollup-plugin-esbuild": "^4.9.1",
"rollup": "^2.78.0",
"rollup-plugin-esbuild": "^4.9.3",
"rollup-plugin-terser": "^7.0.2",
"shx": "^0.3.4",
"typescript": "^4.7.4"
Expand Down
Loading

0 comments on commit d55b92f

Please sign in to comment.