Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#1257)
Browse files Browse the repository at this point in the history
* chore(deps): update dev dependencies

* update react version matrix
  • Loading branch information
dai-shi authored Jun 29, 2022
1 parent a94a0eb commit 4ae6a26
Show file tree
Hide file tree
Showing 3 changed files with 1,206 additions and 1,233 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.2.0-next-4ddd8b455-20220606
- 0.0.0-experimental-4ddd8b455-20220606
- 18.3.0-next-d1432ba93-20220628
- 0.0.0-experimental-d1432ba93-20220628
mode: [NORMAL, PROVIDER_LESS, VERSIONED_WRITE]
exclude:
- { react: 16.8.6, mode: VERSIONED_WRITE }
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,59 +200,59 @@
]
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/plugin-transform-react-jsx": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.18.4",
"@babel/preset-env": "^7.18.2",
"@babel/template": "^7.16.7",
"@babel/types": "^7.18.4",
"@babel/core": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.18.6",
"@babel/plugin-transform-typescript": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/template": "^7.18.6",
"@babel/types": "^7.18.7",
"@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.2",
"@swc/core": "^1.2.197",
"@rollup/plugin-typescript": "^8.3.3",
"@swc/core": "^1.2.207",
"@swc/jest": "^0.2.21",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.1",
"@types/react": "^18.0.12",
"@types/jest": "^28.1.3",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@urql/core": "^2.5.0",
"benny": "^3.7.1",
"concurrently": "^7.2.1",
"concurrently": "^7.2.2",
"downlevel-dts": "^0.10.0",
"esbuild": "^0.14.43",
"eslint": "^8.17.0",
"esbuild": "^0.14.47",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-prettier": "^4.1.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"graphql": "^16.5.0",
"immer": "^9.0.14",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"immer": "^9.0.15",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"json": "^11.0.0",
"optics-ts": "^2.3.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.6.2",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.1",
"redux": "^4.2.0",
"rollup": "^2.75.6",
"rollup": "^2.75.7",
"rollup-plugin-esbuild": "^4.9.1",
"rollup-plugin-terser": "^7.0.2",
"rxjs": "^7.5.5",
"shx": "^0.3.4",
"ts-expect": "^1.3.0",
"ts-node": "^10.8.1",
"tslib": "^2.4.0",
"typescript": "^4.7.3",
"typescript": "^4.7.4",
"valtio": "^1.6.1",
"wonka": "^4.0.15",
"xstate": "4.28.1",
Expand Down
Loading

1 comment on commit 4ae6a26

@vercel
Copy link

@vercel vercel bot commented on 4ae6a26 Jun 29, 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.