Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependencies #778

Merged
merged 3 commits into from Oct 14, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/test-multiple-versions.yml
Expand Up @@ -35,16 +35,16 @@ jobs:
- 16.8.6
- 16.9.0
- 17.0.0
- 18.0.0-alpha-5fa4d79b0-20211008
- 0.0.0-experimental-5fa4d79b0-20211008
- 18.0.0-alpha-8ee4ff883-20211013
- 0.0.0-experimental-8ee4ff883-20211013
mode: [withProvider, withoutProvider]
testing: [default, alpha]
exclude:
- { react: 16.8.6, testing: alpha }
- { react: 16.9.0, testing: alpha }
- { react: 17.0.0, testing: alpha }
- { react: 18.0.0-alpha-5fa4d79b0-20211008, testing: default } # suspense doesn't work?
- { react: 0.0.0-experimental-5fa4d79b0-20211008, testing: default } # suspense doesn't work?
- { react: 18.0.0-alpha-8ee4ff883-20211013, testing: default } # suspense doesn't work?
- { react: 0.0.0-experimental-8ee4ff883-20211013, testing: default } # suspense doesn't work?
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -197,20 +197,20 @@
"@rollup/plugin-typescript": "^8.2.5",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.27",
"@types/react": "^17.0.29",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@urql/core": "^2.0.0",
"benny": "^3.7.0",
"concurrently": "^6.3.0",
"downlevel-dts": "^0.7.0",
"esbuild": "^0.13.4",
"eslint": "7.32.0",
"esbuild": "^0.13.6",
"eslint": "^8.0.1",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eslint/eslint#15164 seems to fix the issue with 8.0.0.

"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^25.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^25.0.6",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
Expand All @@ -219,7 +219,7 @@
"immer": "^8.0.1",
"jest": "^27.2.5",
"json": "^11.0.0",
"lint-staged": "^11.2.2",
"lint-staged": "^11.2.3",
"optics-ts": "^2.1.0",
"prettier": "^2.4.1",
"react": "^17.0.2",
Expand All @@ -231,9 +231,9 @@
"rxjs": "^7.4.0",
"shx": "^0.3.3",
"ts-expect": "^1.3.0",
"ts-node": "^10.2.1",
"ts-node": "^10.3.0",
"tslib": "^2.3.1",
"typescript": "^4.4.3",
"typescript": "^4.4.4",
"valtio": "^1.2.4",
"wonka": "^4.0.15",
"xstate": "^4.17.1",
Expand Down