Skip to content

Commit

Permalink
misc: update monorepo version
Browse files Browse the repository at this point in the history
  • Loading branch information
mildronize committed May 5, 2024
1 parent 0d58f6e commit 472478a
Show file tree
Hide file tree
Showing 13 changed files with 3,314 additions and 2,628 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.13",
"nammatham": "workspace:*",
"@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.13",
"nammatham": "workspace:*",
"@azure/functions": "^4.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-functions-with-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@azure/functions": "^4.4.0",
"@di-extra/inversify": "^0.2.0",
"nammatham": "2.0.0-alpha.13",
"nammatham": "workspace:*",
"inversify": "^6.0.2",
"reflect-metadata": "^0.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/azure-functions-with-inversify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"dependencies": {
"@azure/functions": "^4.4.0",
"@di-extra/inversify": "^0.2.0",
"@nammatham/inversify": "2.0.0-alpha.13",
"@nammatham/inversify": "workspace:*",
"inversify": "^6.0.2",
"nammatham": "2.0.0-alpha.13",
"nammatham": "workspace:*",
"reflect-metadata": "^0.2.1"
},
"devDependencies": {
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.4.0",
"nammatham": "2.0.0-alpha.13"
"nammatham": "workspace:*"
},
"devDependencies": {
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/azure-functions-with-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"license": "MIT",
"dependencies": {
"@azure/functions": "^4.4.0",
"nammatham": "2.0.0-alpha.13",
"@nammatham/trpc-azure-functions": "2.0.0-alpha.13",
"nammatham": "workspace:*",
"@nammatham/trpc-azure-functions": "workspace:*",
"@trpc/client": "^10.45.0",
"@trpc/server": "^10.45.0",
"trpc-azure-functions-adapter": "0.0.5"
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.13",
"nammatham": "workspace:*",
"@azure/functions": "^4.1.0"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/azure-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
"license": "MIT",
"dependencies": {
"@azure/functions": "^4.4.0",
"@nammatham/core": "2.0.0-alpha.13",
"@nammatham/core": "workspace:*",
"colorette": "^2.0.20",
"express": "^4.18.2",
"lodash.camelcase": "^4.3.0",
"undici": "5.20.0",
"uuid": "^9.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "Thada Wangthammang",
"license": "MIT",
"dependencies": {
"@nammatham/core": "2.0.0-alpha.13",
"@nammatham/core": "workspace:*",
"@types/express": "^4.17.21",
"colorette": "^2.0.20",
"express": "^4.18.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/inversify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "Thada Wangthammang",
"license": "MIT",
"dependencies": {
"@nammatham/core": "2.0.0-alpha.13",
"@nammatham/core": "workspace:*",
"inversify": "^6.0.2"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"author": "Thada Wangthammang",
"license": "MIT",
"dependencies": {
"@nammatham/core": "2.0.0-alpha.13",
"@nammatham/azure-functions": "2.0.0-alpha.13",
"@nammatham/express": "2.0.0-alpha.13"
"@nammatham/core": "workspace:*",
"@nammatham/azure-functions": "workspace:*",
"@nammatham/express": "workspace:*"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/trpc-azure-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"license": "MIT",
"dependencies": {
"@azure/functions": "^4.4.0",
"@nammatham/core": "2.0.0-alpha.13",
"@nammatham/azure-functions": "2.0.0-alpha.13",
"@nammatham/express": "2.0.0-alpha.13",
"@nammatham/core": "workspace:*",
"@nammatham/azure-functions": "workspace:*",
"@nammatham/express": "workspace:*",
"@trpc/server": "^10.45.0",
"express": "^4.18.2",
"trpc-azure-functions-adapter": "0.0.5",
Expand Down
Loading

0 comments on commit 472478a

Please sign in to comment.