Skip to content

Commit

Permalink
chore(deps): update dependencies (pmndrs#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Dec 16, 2021
1 parent 750db55 commit a56d080
Show file tree
Hide file tree
Showing 3 changed files with 833 additions and 822 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-multiple-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ jobs:
- 16.8.6
- 16.9.0
- 17.0.0
- 18.0.0-beta-149b420f6-20211119
- 0.0.0-experimental-149b420f6-20211119
- 18.0.0-rc.0
- 0.0.0-experimental-575791925-20211213
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-beta-149b420f6-20211119, testing: default } # suspense doesn't work?
- { react: 0.0.0-experimental-149b420f6-20211119, testing: default } # suspense doesn't work?
- { react: 18.0.0-rc.0, testing: default } # suspense doesn't work?
- { react: 0.0.0-experimental-575791925-20211213, testing: default } # suspense doesn't work?
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,27 +200,27 @@
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-react-jsx": "^7.16.0",
"@babel/plugin-transform-react-jsx": "^7.16.5",
"@babel/plugin-transform-typescript": "^7.16.1",
"@babel/preset-env": "^7.16.4",
"@babel/preset-env": "^7.16.5",
"@babel/template": "^7.15.4",
"@babel/types": "^7.16.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-node-resolve": "^13.1.1",
"@rollup/plugin-typescript": "^8.3.0",
"@swc/core": "^1.2.118",
"@swc/jest": "^0.2.12",
"@swc/core": "^1.2.120",
"@swc/jest": "^0.2.15",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.3",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@urql/core": "^2.0.0",
"benny": "^3.7.1",
"concurrently": "^6.4.0",
"downlevel-dts": "^0.7.0",
"esbuild": "^0.14.2",
"esbuild": "^0.14.5",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
Expand All @@ -232,7 +232,7 @@
"graphql": "^16.1.0",
"husky": "^7.0.4",
"immer": "^8.0.1",
"jest": "^27.4.3",
"jest": "^27.4.5",
"json": "^11.0.0",
"lint-staged": "^12.1.2",
"optics-ts": "^2.1.0",
Expand All @@ -243,14 +243,14 @@
"react-dom": "^17.0.2",
"react-query": "^3.21.0",
"redux": "^4.1.2",
"rollup": "^2.60.2",
"rollup": "^2.61.1",
"rollup-plugin-esbuild": "^4.7.2",
"rxjs": "^7.4.0",
"shx": "^0.3.3",
"ts-expect": "^1.3.0",
"ts-node": "^10.4.0",
"tslib": "^2.3.1",
"typescript": "^4.5.2",
"typescript": "^4.5.4",
"valtio": "^1.2.4",
"wonka": "^4.0.15",
"xstate": "^4.26.0",
Expand Down
Loading

0 comments on commit a56d080

Please sign in to comment.