Skip to content

Commit

Permalink
chore(update relay): update @types/react & typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
innocces committed Jun 30, 2021
1 parent 4be73ba commit a3cc6ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/react": "^17.0.2",
"@umijs/plugin-esbuild": "^1.3.1",
"@umijs/plugin-sass": "^1.1.1",
"@umijs/test": "^3.4.14",
Expand All @@ -64,7 +65,7 @@
"yorkie": "^2.0.0"
},
"resolutions": {
"@types/react": "^16.14.2",
"@types/react": "^17.0.2",
"typescript": "~4.2.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-react-hooks": "^4.2.0",
"stylelint": "9.3.0",
"typescript": "^4.1.0"
"typescript": "^4.2.3"
}
}

0 comments on commit a3cc6ed

Please sign in to comment.