Skip to content

Commit 1b3672c

Browse files
authored
chore(examples): upgrade deps (#1124)
1 parent 6ad18d4 commit 1b3672c

File tree

4 files changed

+50
-50
lines changed

4 files changed

+50
-50
lines changed

examples/next-app/package-lock.json

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"react": "^18",
1313
"react-dom": "^18",
14-
"next": "14.2.26"
14+
"next": "14.2.30"
1515
},
1616
"devDependencies": {
1717
"typescript": "^5",

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"browser-sync": "3.0.4",
1515
"connect": "3.7.0",
1616
"express": "5.1.0",
17-
"fastify": "5.3.3"
17+
"fastify": "5.4.0"
1818
}
1919
}

examples/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -747,10 +747,10 @@ fastify-plugin@^5.0.0:
747747
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-5.0.1.tgz#82d44e6fe34d1420bb5a4f7bee434d501e41939f"
748748
integrity sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==
749749

750-
fastify@5.3.3:
751-
version "5.3.3"
752-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.3.3.tgz#14915c39a6198dbb0a3910e0d1f13e04234bbedc"
753-
integrity sha512-nCBiBCw9q6jPx+JJNVgO8JVnTXeUyrGcyTKPQikRkA/PanrFcOIo4R+ZnLeOLPZPGgzjomqfVarzE0kYx7qWiQ==
750+
fastify@5.4.0:
751+
version "5.4.0"
752+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.4.0.tgz#82bf56e0bc36ba8dfb0bd372a0de8b62ccf3287c"
753+
integrity sha512-I4dVlUe+WNQAhKSyv15w+dwUh2EPiEl4X2lGYMmNSgF83WzTMAPKGdWEv5tPsCQOb+SOZwz8Vlta2vF+OeDgRw==
754754
dependencies:
755755
"@fastify/ajv-compiler" "^4.0.0"
756756
"@fastify/error" "^4.0.0"

0 commit comments

Comments
 (0)