Skip to content

Commit

Permalink
v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed Sep 4, 2024
1 parent f6e92c4 commit 80bf5df
Show file tree
Hide file tree
Showing 35 changed files with 948 additions and 1,060 deletions.
20 changes: 10 additions & 10 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.13.2",
"version": "2.14.0",
"license": "EUPL-1.2",
"type": "module",
"homepage": "https://unchained.shop",
Expand Down Expand Up @@ -36,12 +36,12 @@
"dependencies": {
"@apollo/server-plugin-response-cache": "^4.1.3",
"@paypal/checkout-server-sdk": "^1.0.3",
"@unchainedshop/api": "^2.13.2",
"@unchainedshop/core-delivery": "^2.13.2",
"@unchainedshop/core-payment": "^2.13.2",
"@unchainedshop/platform": "^2.13.2",
"@unchainedshop/plugins": "^2.13.2",
"@unchainedshop/types": "^2.13.2",
"@unchainedshop/api": "^2.14.0",
"@unchainedshop/core-delivery": "^2.14.0",
"@unchainedshop/core-payment": "^2.14.0",
"@unchainedshop/platform": "^2.14.0",
"@unchainedshop/plugins": "^2.14.0",
"@unchainedshop/types": "^2.14.0",
"apollo-graphiql-playground": "^0.1.5",
"bip32": "^4.0.0",
"bitcoinjs-lib": "^6.1.6",
Expand All @@ -53,19 +53,19 @@
"express": "^4.19.2",
"graphql": "^16.9.0",
"JSONStream": "^1.3.5",
"nodemailer": "^6.9.14",
"nodemailer": "^6.9.15",
"open": "^10.1.0",
"postfinancecheckout": "^4.5.0",
"serve-static": "^1.15.0",
"stripe": "^15.12.0",
"tiny-secp256k1": "^2.2.3",
"twilio": "^5.2.2",
"twilio": "^5.2.3",
"uuid": "^10.0.0",
"web-push": "^3.6.7",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/node": "^20.14.15",
"@types/node": "^20.16.4",
"mongodb-memory-server": "^10.0.0",
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit 80bf5df

Please sign in to comment.