Skip to content

Commit

Permalink
chore(package): bump dev dependencies (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai authored Oct 7, 2024
1 parent 43f3883 commit 998af09
Show file tree
Hide file tree
Showing 6 changed files with 743 additions and 512 deletions.
119 changes: 66 additions & 53 deletions examples/next-app/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.2.3"
"next": "14.2.14"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"author": "chimurai",
"license": "MIT",
"devDependencies": {
"@fastify/express": "3.0.0",
"browser-sync": "3.0.2",
"@fastify/express": "4.0.1",
"browser-sync": "3.0.3",
"connect": "3.7.0",
"express": "4.19.2",
"fastify": "4.28.1"
"express": "4.21.0",
"fastify": "5.0.0"
}
}
Loading

0 comments on commit 998af09

Please sign in to comment.