Skip to content

Commit

Permalink
chore: bump non-breaking examples dependencies to latest (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Aug 25, 2024
1 parent f91f2bc commit 62b55e4
Show file tree
Hide file tree
Showing 3 changed files with 470 additions and 777 deletions.
6 changes: 3 additions & 3 deletions examples/code-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@versini/auth-provider": "workspace:../../packages/auth-provider",
"@versini/ui-components": "5.21.0",
"@versini/ui-styles": "1.9.3",
"@versini/ui-system": "1.4.2",
"@versini/ui-components": "5.21.2",
"@versini/ui-styles": "1.9.5",
"@versini/ui-system": "1.4.4",
"react": "18.3.1",
"react-dom": "18.3.1"
}
Expand Down
10 changes: 5 additions & 5 deletions examples/fastify-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
"@fastify/auth": "4.6.1",
"@fastify/caching": "8.4.0",
"@fastify/compress": "7.0.3",
"@fastify/cookie": "9.3.1",
"@fastify/cookie": "9.4.0",
"@fastify/cors": "9.0.1",
"@fastify/static": "7.0.4",
"@node-cli/logger": "1.2.5",
"@node-cli/secret": "1.2.1",
"@node-cli/secret": "1.2.2",
"@versini/auth-common": "workspace:../../packages/auth-common",
"@versini/dev-dependencies-server": "5.1.1",
"@versini/dev-dependencies-server": "5.1.4",
"dotenv": "16.4.5",
"fastify": "4.28.1",
"fastify-plugin": "4.5.1",
"joi": "17.13.3",
"jose": "5.6.3",
"jose": "5.7.0",
"kleur": "4.1.5",
"lodash": "4.17.21",
"lowdb": "7.0.1",
"mercurius": "14.1.0",
"ms": "2.1.3",
"pino-pretty": "11.2.1",
"pino-pretty": "11.2.2",
"portfinder": "1.0.32",
"uuid": "10.0.0",
"yargs": "17.7.2"
Expand Down
Loading

0 comments on commit 62b55e4

Please sign in to comment.