Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed Dec 13, 2024
1 parent 09397d9 commit cca9747
Show file tree
Hide file tree
Showing 34 changed files with 1,551 additions and 1,493 deletions.
14 changes: 7 additions & 7 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.12.3",
"@graphql-yoga/plugin-response-cache": "^3.12.5",
"@paypal/checkout-server-sdk": "^1.0.3",
"@unchainedshop/api": "^3.0.0-alpha4",
"@unchainedshop/core-delivery": "^3.0.0-alpha4",
Expand All @@ -43,12 +43,12 @@
"@unchainedshop/plugins": "^3.0.0-alpha4",
"@unchainedshop/ticketing": "^3.0.0-alpha4",
"bip32": "^4.0.0",
"bitcoinjs-lib": "^6.1.6",
"bitcoinjs-lib": "^6.1.7",
"cookie-parser": "^1.4.7",
"dotenv-extended": "^2.9.0",
"ethers": "^6.13.4",
"event-iterator": "^2.0.0",
"express": "^4.21.1",
"express": "^4.21.2",
"express-session": "^1.18.1",
"graphql": "^16.9.0",
"JSONStream": "^1.3.5",
Expand All @@ -60,15 +60,15 @@
"serve-static": "^1.15.0",
"stripe": "^17.4.0",
"tiny-secp256k1": "^2.2.3",
"twilio": "^5.3.6",
"twilio": "^5.4.0",
"web-push": "^3.6.7",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/node": "^22.10.2",
"mongodb-memory-server": "^10.1.2",
"nodemon": "^3.1.7",
"prettier": "^3.4.1",
"nodemon": "^3.1.9",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
Expand Down
10 changes: 5 additions & 5 deletions examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@
},
"dependencies": {
"@fastify/cookie": "^11.0.1",
"@fastify/oauth2": "^8.0.0",
"@fastify/oauth2": "^8.1.0",
"@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.10.0",
"@types/node": "^22.10.2",
"mongodb-memory-server": "^10.0.0",
"nodemon": "^3.1.7",
"prettier": "^3.4.1",
"nodemon": "^3.1.9",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
Expand Down
Loading

0 comments on commit cca9747

Please sign in to comment.