Skip to content

Commit

Permalink
v2.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed Nov 1, 2023
1 parent e014c94 commit 7a57271
Show file tree
Hide file tree
Showing 34 changed files with 1,510 additions and 1,734 deletions.
28 changes: 14 additions & 14 deletions examples/kitchensink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "example-kitchensink",
"description": "Kitchensink for Unchained Engine",
"private": true,
"version": "2.5.6",
"version": "2.5.7",
"license": "EUPL-1.2",
"type": "module",
"homepage": "https://unchained.shop",
Expand Down Expand Up @@ -36,36 +36,36 @@
"dependencies": {
"@apollo/server-plugin-response-cache": "^4.1.3",
"@paypal/checkout-server-sdk": "^1.0.3",
"@unchainedshop/api": "^2.5.6",
"@unchainedshop/core-delivery": "^2.5.6",
"@unchainedshop/core-payment": "^2.5.6",
"@unchainedshop/platform": "^2.5.6",
"@unchainedshop/plugins": "^2.5.6",
"@unchainedshop/types": "^2.5.6",
"@unchainedshop/api": "^2.5.7",
"@unchainedshop/core-delivery": "^2.5.7",
"@unchainedshop/core-payment": "^2.5.7",
"@unchainedshop/platform": "^2.5.7",
"@unchainedshop/plugins": "^2.5.7",
"@unchainedshop/types": "^2.5.7",
"bip32": "^4.0.0",
"bitcoinjs-lib": "^6.1.5",
"cookie": "^0.5.0",
"cookie-parser": "^1.4.6",
"dotenv-extended": "^2.9.0",
"ethers": "^6.7.1",
"ethers": "^6.8.0",
"event-iterator": "^2.0.0",
"express": "^4.18.2",
"graphql": "^16.8.1",
"JSONStream": "^1.3.5",
"mongodb": "^5.9.0",
"nodemailer": "^6.9.5",
"mongodb": "^5.9.1",
"nodemailer": "^6.9.7",
"open": "^9.1.0",
"postfinancecheckout": "^4.1.1",
"postfinancecheckout": "^4.2.0",
"serve-static": "^1.15.0",
"stripe": "^13.9.0",
"stripe": "^13.11.0",
"tiny-secp256k1": "^2.2.3",
"twilio": "^4.18.1",
"twilio": "^4.19.0",
"uuid": "^9.0.1",
"web-push": "^3.6.6",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/node": "^18.18.3",
"@types/node": "^18.18.8",
"mongodb-memory-server": "^8.13.0",
"nodemon": "^3.0.1",
"prettier": "^3.0.3",
Expand Down
Loading

0 comments on commit 7a57271

Please sign in to comment.