Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Aug 8, 2022
1 parent 380a277 commit 6615224
Show file tree
Hide file tree
Showing 3 changed files with 440 additions and 406 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 @@ -42,8 +42,8 @@ jobs:
- 18.0.0
- 18.1.0
- 18.2.0
- 18.3.0-next-2c7dea736-20220726
- 0.0.0-experimental-2c7dea736-20220726
- 18.3.0-next-ca990e9a7-20220804
- 0.0.0-experimental-ca990e9a7-20220804
mode: [NORMAL, PROVIDER_LESS, VERSIONED_WRITE]
exclude:
- { react: 16.8.6, mode: VERSIONED_WRITE }
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,36 +200,36 @@
]
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/plugin-transform-react-jsx": "^7.18.6",
"@babel/plugin-transform-typescript": "^7.18.8",
"@babel/preset-env": "^7.18.9",
"@babel/template": "^7.18.6",
"@babel/types": "^7.18.9",
"@babel/core": "^7.18.10",
"@babel/plugin-transform-react-jsx": "^7.18.10",
"@babel/plugin-transform-typescript": "^7.18.12",
"@babel/preset-env": "^7.18.10",
"@babel/template": "^7.18.10",
"@babel/types": "^7.18.10",
"@redux-devtools/extension": "^3.2.2",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.4",
"@swc/core": "^1.2.220",
"@swc/core": "^1.2.224",
"@swc/jest": "^0.2.22",
"@tanstack/query-core": "^4.0.10",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.6",
"@types/react": "^18.0.15",
"@types/react": "^18.0.16",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"@urql/core": "^2.6.1",
"benny": "^3.7.1",
"concurrently": "^7.3.0",
"downlevel-dts": "^0.10.0",
"esbuild": "^0.14.51",
"esbuild": "^0.14.53",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.7.0",
"eslint-plugin-jest": "^26.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
Expand All @@ -255,7 +255,7 @@
"typescript": "^4.7.4",
"valtio": "^1.6.3",
"wonka": "^4.0.15",
"xstate": "^4.32.1",
"xstate": "^4.33.0",
"zustand": "^4.0.0"
},
"resolutions": {
Expand Down
Loading

1 comment on commit 6615224

@vercel
Copy link

@vercel vercel bot commented on 6615224 Aug 8, 2022

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.