Skip to content

Commit

Permalink
BUG - Pin dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBriggs-Coralogix committed Feb 21, 2024
1 parent 96b8192 commit b1a0f05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions BlobViaEventGrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"url": "https://github.com/coralogix/coralogix-azure-serverless/issues"
},
"devDependencies": {
"@azure/functions": ">=3.5.0",
"@types/node": "^18.15.3",
"@azure/functions": "^3.5.1",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": ">=5.48.2",
"@typescript-eslint/parser": ">=5.48.2",
"eslint": ">=8.32.0",
Expand Down
4 changes: 2 additions & 2 deletions EventHub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"url": "https://github.com/coralogix/coralogix-azure-serverless/issues"
},
"devDependencies": {
"@azure/functions": ">=3.5.0",
"@types/node": ">=18.11.18",
"@azure/functions": "^3.5.1",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": ">=5.48.2",
"@typescript-eslint/parser": ">=5.48.2",
"eslint": ">=8.32.0",
Expand Down
4 changes: 2 additions & 2 deletions StorageQueue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"url": "https://github.com/coralogix/coralogix-azure-serverless/issues"
},
"devDependencies": {
"@azure/functions": ">=3.5.0",
"@types/node": ">=18.11.18",
"@azure/functions": "^3.5.1",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": ">=5.48.2",
"@typescript-eslint/parser": ">=5.48.2",
"eslint": ">=8.32.0",
Expand Down

0 comments on commit b1a0f05

Please sign in to comment.