Skip to content

Commit

Permalink
fix: align versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mnahkies committed Aug 26, 2024
1 parent d28459d commit eeecfe8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 227 deletions.
14 changes: 7 additions & 7 deletions integration-tests/typescript-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"validate": "tsc -p ./tsconfig.json"
},
"dependencies": {
"next": "14.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"next": "14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"typescript": "^5"
"@types/node": "^22.4.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.4"
}
}
227 changes: 7 additions & 220 deletions yarn.lock

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

0 comments on commit eeecfe8

Please sign in to comment.