Skip to content

Commit

Permalink
Bump ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed Jan 9, 2025
1 parent 295ea8d commit f5e8e37
Show file tree
Hide file tree
Showing 36 changed files with 794 additions and 732 deletions.
4 changes: 2 additions & 2 deletions examples/keycloak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@fastify/cookie": "^11.0.2",
"@fastify/oauth2": "^8.1.0",
"@fastify/session": "^11.0.2",
"@fastify/session": "^11.1.0",
"@unchainedshop/platform": "^3.0.0-rc.15",
"@unchainedshop/plugins": "^3.0.0-rc.15",
"fastify": "^5.2.1"
Expand All @@ -47,6 +47,6 @@
"nodemon": "^3.1.9",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
4 changes: 2 additions & 2 deletions examples/kitchensink-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"postfinancecheckout": "^4.5.0",
"stripe": "^17.5.0",
"tiny-secp256k1": "^2.2.3",
"twilio": "^5.4.0",
"twilio": "^5.4.1",
"web-push": "^3.6.7",
"xml-js": "^1.6.11"
},
Expand All @@ -64,6 +64,6 @@
"nodemon": "^3.1.9",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
6 changes: 3 additions & 3 deletions examples/kitchensink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@fastify/cookie": "^11.0.2",
"@fastify/session": "^11.0.2",
"@fastify/session": "^11.1.0",
"@unchainedshop/api": "^3.0.0-rc.15",
"@unchainedshop/core-delivery": "^3.0.0-rc.15",
"@unchainedshop/core-payment": "^3.0.0-rc.15",
Expand All @@ -55,7 +55,7 @@
"postfinancecheckout": "^4.5.0",
"stripe": "^17.5.0",
"tiny-secp256k1": "^2.2.3",
"twilio": "^5.4.0",
"twilio": "^5.4.1",
"web-push": "^3.6.7",
"xml-js": "^1.6.11"
},
Expand All @@ -65,6 +65,6 @@
"nodemon": "^3.1.9",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
4 changes: 2 additions & 2 deletions examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@fastify/cookie": "^11.0.2",
"@fastify/session": "^11.0.2",
"@fastify/session": "^11.1.0",
"@unchainedshop/platform": "^3.0.0-rc.15",
"@unchainedshop/plugins": "^3.0.0-rc.15",
"fastify": "^5.2.1"
Expand All @@ -46,6 +46,6 @@
"nodemon": "^3.1.9",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
4 changes: 2 additions & 2 deletions examples/ticketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@fastify/cookie": "^11.0.2",
"@fastify/session": "^11.0.2",
"@fastify/session": "^11.1.0",
"@unchainedshop/platform": "^3.0.0-rc.15",
"@unchainedshop/plugins": "^3.0.0-rc.15",
"@unchainedshop/ticketing": "^3.0.0-rc.15",
Expand All @@ -47,6 +47,6 @@
"nodemon": "^3.1.9",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
Loading

0 comments on commit f5e8e37

Please sign in to comment.