Skip to content

Commit

Permalink
housekeeping: Update definitelyTyped to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 13, 2022
1 parent 2e2fc54 commit 4ccc78d
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/_website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@docusaurus/module-type-aliases": "^2.0.0-beta",
"@tsconfig/docusaurus": "^1.0.4",
"@types/node": "^16.0.0",
"@types/react": "^17.0.0",
"@types/react": "^18.0.0",
"@types/react-helmet": "^6.1.0",
"@types/react-router-dom": "^5.1.7",
"chokidar": "^3.5.1",
Expand Down
11 changes: 10 additions & 1 deletion docs/_website/yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions frontend/packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@types/jest": "^26.0.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
Expand Down
16 changes: 8 additions & 8 deletions frontend/yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/scaffolding/templates/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react-dom": "^17.0.2"
},
"resolutions": {
"@types/react": "^17.0.2"
"@types/react": "^18.0.0"
},
"devDependencies": {
"@clutch-sh/tools": "^1.0.0-beta"
Expand Down
2 changes: 1 addition & 1 deletion tools/scaffolding/templates/gateway/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-scripts": "^4.0.1"
},
"resolutions": {
"@types/react": "^17.0.2"
"@types/react": "^18.0.0"
},
"workspaces": [
"workflows/*"
Expand Down

0 comments on commit 4ccc78d

Please sign in to comment.