Skip to content

Commit

Permalink
Update dependencies for Convex demo (#43855)
Browse files Browse the repository at this point in the history
Resolves the issue described in
microsoft/TypeScript#51567 in the Convex demo
by updating type definitions.

## Documentation / Examples

- [x] Make sure the linting passes by running `pnpm build && pnpm lint`
- [x] **The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)**
- actually updated dependencies this time
  • Loading branch information
thomasballinger committed Dec 8, 2022
1 parent df8dde7 commit aa4b4bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/convex/package.json
Expand Up @@ -16,9 +16,9 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "~16.11.12",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.17",
"@types/node": "^18.11.11",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"typescript": "^4.7.3"
Expand Down

0 comments on commit aa4b4bf

Please sign in to comment.