Skip to content

Commit

Permalink
chore(deps): update dependencies (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Oct 18, 2021
1 parent 187db94 commit 6b1e9a2
Show file tree
Hide file tree
Showing 3 changed files with 824 additions and 973 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-multiple-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ jobs:
- 16.8.0
- 16.9.0
- 17.0.0
- 18.0.0-alpha-f2c381131-20211004
- 0.0.0-experimental-f2c381131-20211004
- 18.0.0-alpha-930c9e7ee-20211015
- 0.0.0-experimental-930c9e7ee-20211015
env: [development, production]
testing: [default, alpha]
exclude:
- { react: 16.8.0, env: production } # somehow fails
- { react: 16.8.0, testing: alpha }
- { react: 16.9.0, testing: alpha }
- { react: 17.0.0, testing: alpha }
- { react: 18.0.0-alpha-f2c381131-20211004, testing: default } # suspense doesn't work?
- { react: 0.0.0-experimental-f2c381131-20211004, testing: default } # suspense doesn't work?
- { react: 18.0.0-alpha-f2c381131-20211004, env: production } # act(...) is not supported in production builds of React.
- { react: 0.0.0-experimental-f2c381131-20211004, env: production } # act(...) is not supported in production builds of React.
- { react: 18.0.0-alpha-930c9e7ee-20211015, testing: default } # suspense doesn't work?
- { react: 0.0.0-experimental-930c9e7ee-20211015, testing: default } # suspense doesn't work?
- { react: 18.0.0-alpha-930c9e7ee-20211015, env: production } # act(...) is not supported in production builds of React.
- { react: 0.0.0-experimental-930c9e7ee-20211015, env: production } # act(...) is not supported in production builds of React.
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,49 +136,49 @@
"proxy-compare": "2.0.2"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/core": "^7.15.8",
"@babel/helper-module-imports": "^7.13.12",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/preset-env": "^7.15.6",
"@babel/preset-env": "^7.15.8",
"@babel/types": "^7.13.14",
"@rollup/plugin-alias": "^3.1.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-typescript": "^8.2.5",
"@testing-library/react": "^12.1.1",
"@rollup/plugin-typescript": "^8.3.0",
"@testing-library/react": "^12.1.2",
"@types/babel-plugin-macros": "^2.8.5",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.26",
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.9",
"@types/use-subscription": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"babel-plugin-macros": "^3.0.1",
"babel-plugin-tester": "^10.1.0",
"concurrently": "^6.2.2",
"concurrently": "^6.3.0",
"downlevel-dts": "^0.7.0",
"esbuild": "^0.13.3",
"eslint": "^7.32.0",
"esbuild": "^0.13.8",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.5.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.2",
"jest": "^27.2.4",
"jest": "^27.3.0",
"json": "^11.0.0",
"lint-staged": "^11.1.2",
"lint-staged": "^11.2.3",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.58.0",
"rollup-plugin-esbuild": "^4.5.0",
"rollup-plugin-esbuild": "^4.6.0",
"shx": "^0.3.3",
"ts-jest": "^27.0.5",
"ts-jest": "^27.0.7",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
"typescript": "^4.4.4"
},
"peerDependencies": {
"@babel/helper-module-imports": ">=7.12",
Expand Down
Loading

0 comments on commit 6b1e9a2

Please sign in to comment.