Skip to content

Commit

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

* downgrade experimental builds in CI
  • Loading branch information
dai-shi authored Oct 27, 2022
1 parent e642da6 commit 7f66a63
Show file tree
Hide file tree
Showing 3 changed files with 891 additions and 755 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-54f297a60-20221017
- 0.0.0-experimental-54f297a60-20221017
- 18.3.0-next-65e32e58b-20221019
- 0.0.0-experimental-65e32e58b-20221019
mode: [NORMAL, PROVIDER_LESS, VERSIONED_WRITE]
exclude:
- { react: 16.8.6, mode: VERSIONED_WRITE }
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,43 +244,43 @@
]
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@babel/plugin-transform-typescript": "^7.19.3",
"@babel/preset-env": "^7.19.4",
"@babel/template": "^7.18.10",
"@babel/types": "^7.19.4",
"@redux-devtools/extension": "^3.2.3",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
"@rollup/plugin-typescript": "^9.0.1",
"@swc/core": "^1.3.9",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@swc/core": "^1.3.11",
"@swc/jest": "^0.2.23",
"@tanstack/query-core": "^4.12.0",
"@tanstack/query-core": "^4.13.0",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@urql/core": "^3.0.4",
"@types/react": "^18.0.23",
"@types/react-dom": "^18.0.7",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@urql/core": "^3.0.5",
"benny": "^3.7.1",
"concurrently": "^7.4.0",
"downlevel-dts": "^0.10.1",
"esbuild": "^0.15.11",
"eslint": "^8.25.0",
"concurrently": "^7.5.0",
"downlevel-dts": "^0.11.0",
"esbuild": "^0.15.12",
"eslint": "^8.26.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.2",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"graphql": "^16.6.0",
"immer": "^9.0.15",
"jest": "^29.2.0",
"jest-environment-jsdom": "^29.2.0",
"immer": "^9.0.16",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"jotai-tanstack-query": "^0.4.0",
"jotai-urql": "^0.2.0",
"json": "^11.0.0",
Expand All @@ -302,7 +302,7 @@
"valtio": "^1.7.4",
"wonka": "^6.1.0",
"xstate": "^4.33.6",
"zustand": "^4.1.2"
"zustand": "^4.1.3"
},
"resolutions": {
"date-fns": "2.27.0"
Expand Down
Loading

1 comment on commit 7f66a63

@vercel
Copy link

@vercel vercel bot commented on 7f66a63 Oct 27, 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.