Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed Nov 5, 2024
1 parent 8d71d5a commit d2b10ec
Show file tree
Hide file tree
Showing 34 changed files with 223 additions and 223 deletions.
8 changes: 4 additions & 4 deletions examples/kitchensink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dev": "nodemon --delay 2500ms --watch '../../packages' --watch '.' -i lib -e js,mjs,json,ts --exec \"npm run dev:run\""
},
"dependencies": {
"@graphql-yoga/plugin-response-cache": "^3.9.0",
"@graphql-yoga/plugin-response-cache": "^3.10.0",
"@paypal/checkout-server-sdk": "^1.0.3",
"@unchainedshop/api": "^3.0.0-alpha4",
"@unchainedshop/core-delivery": "^3.0.0-alpha4",
Expand All @@ -52,20 +52,20 @@
"express-session": "^1.18.1",
"graphql": "^16.9.0",
"JSONStream": "^1.3.5",
"nodemailer": "^6.9.15",
"nodemailer": "^6.9.16",
"open": "^10.1.0",
"passport": "^0.7.0",
"passport-strategy": "^1.0.0",
"postfinancecheckout": "^4.5.0",
"serve-static": "^1.15.0",
"stripe": "^17.2.1",
"stripe": "^17.3.1",
"tiny-secp256k1": "^2.2.3",
"twilio": "^5.3.5",
"web-push": "^3.6.7",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/node": "^22.8.1",
"@types/node": "^22.9.0",
"mongodb-memory-server": "^10.0.0",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"@fastify/session": "^11.0.1",
"@unchainedshop/platform": "^3.0.0-alpha4",
"@unchainedshop/plugins": "^3.0.0-alpha4",
"fastify": "^5.0.0"
"fastify": "^5.1.0"
},
"devDependencies": {
"@types/node": "^22.8.1",
"@types/node": "^22.9.0",
"mongodb-memory-server": "^10.0.0",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit d2b10ec

Please sign in to comment.