Skip to content

Commit

Permalink
fix example nammatham version
Browse files Browse the repository at this point in the history
  • Loading branch information
mildronize committed Jan 21, 2024
1 parent ba19fa2 commit 7504a2c
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion examples/azure-functions-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Thada Wangthammang",
"license": "MIT",
"dependencies": {
"nammatham": "2.0.0-alpha.8",
"nammatham": "2.0.0-alpha.9",
"@azure/functions": "^4.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-functions-timer-trigger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Thada Wangthammang",
"license": "MIT",
"dependencies": {
"nammatham": "2.0.0-alpha.8",
"nammatham": "2.0.0-alpha.9",
"@azure/functions": "^4.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-functions-with-inversify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@azure/functions": "^4.1.0",
"@di-extra/inversify": "^0.2.0",
"nammatham": "2.0.0-alpha.8",
"nammatham": "2.0.0-alpha.9",
"inversify": "^6.0.2",
"reflect-metadata": "^0.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-functions-with-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"dependencies": {
"@azure/functions": "^4.1.0",
"nammatham": "2.0.0-alpha.8"
"nammatham": "2.0.0-alpha.9"
},
"devDependencies": {
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-functions-with-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"@azure/functions": "^4.1.0",
"nammatham": "2.0.0-alpha.8",
"nammatham": "2.0.0-alpha.9",
"@nammatham/trpc-azure-functions": "2.0.0-alpha.9",
"@trpc/client": "^10.45.0",
"@trpc/server": "^10.45.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Thada Wangthammang",
"license": "MIT",
"dependencies": {
"nammatham": "2.0.0-alpha.8",
"nammatham": "2.0.0-alpha.9",
"@azure/functions": "^4.1.0"
},
"devDependencies": {
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7504a2c

Please sign in to comment.