Skip to content

Commit

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

* downgrade react experimental build

* downgrade react experimental build 2

* downgrade react experimental build 3

* downgrade react experimental build 4

* downgrade react experimental build 5

* downgrade react experimental build 6

* downgrade react experimental build 7

* revert testing-library/react

* upgrade react experimental builds
  • Loading branch information
dai-shi authored Mar 2, 2023
1 parent ad14ff1 commit 82a6848
Show file tree
Hide file tree
Showing 3 changed files with 372 additions and 365 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 @@ -33,8 +33,8 @@ jobs:
- 18.0.0
- 18.1.0
- 18.2.0
- 18.3.0-next-fccf3a9fb-20230213
- 0.0.0-experimental-fccf3a9fb-20230213
- 18.3.0-next-41110021f-20230301
- 0.0.0-experimental-41110021f-20230301
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@
]
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-transform-react-jsx": "^7.20.13",
"@babel/plugin-transform-typescript": "^7.20.13",
"@babel/core": "^7.21.0",
"@babel/plugin-transform-react-jsx": "^7.21.0",
"@babel/plugin-transform-typescript": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/template": "^7.20.7",
"@babel/types": "^7.20.7",
"@babel/types": "^7.21.2",
"@redux-devtools/extension": "^3.2.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand All @@ -168,13 +168,13 @@
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"benny": "^3.7.1",
"concurrently": "^7.6.0",
"downlevel-dts": "^0.11.0",
"esbuild": "^0.17.8",
"eslint": "^8.34.0",
"esbuild": "^0.17.10",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -189,7 +189,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux": "^4.2.1",
"rollup": "^3.15.0",
"rollup": "^3.18.0",
"rollup-plugin-esbuild": "^5.0.0",
"rxjs": "^7.8.0",
"shx": "^0.3.4",
Expand Down
Loading

0 comments on commit 82a6848

Please sign in to comment.