Skip to content

Commit

Permalink
Update example package.json files to '^1.*'
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzilladev committed Feb 1, 2024
1 parent 6c590d2 commit 027b624
Show file tree
Hide file tree
Showing 15 changed files with 1,578 additions and 2,958 deletions.
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@ngrok/ngrok": "^0.*",
"@ngrok/ngrok": "^1.*",
"express": "^4.18.2"
},
"packageManager": "yarn@3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@ngrok/ngrok": "^0.*",
"@ngrok/ngrok": "^1.*",
"fastify": "4.15.0"
},
"packageManager": "yarn@3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/hapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@ngrok/ngrok": "^0.*",
"@ngrok/ngrok": "^1.*",
"@hapi/hapi": "21.3.1"
},
"packageManager": "yarn@3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@ngrok/ngrok": "^0.*",
"@ngrok/ngrok": "^1.*",
"koa": "2.14.2"
},
"packageManager": "yarn@3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@ngrok/ngrok": "^0.*",
"@ngrok/ngrok": "^1.*",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.2.0"
},
Expand Down
Loading

0 comments on commit 027b624

Please sign in to comment.