Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated JS/TS template dependencies #2534

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18,069 changes: 8,811 additions & 9,258 deletions generate/zz_filesystem_generated.go

Large diffs are not rendered by default.

3,498 changes: 1,358 additions & 2,140 deletions templates/node/cloudevents/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions templates/node/cloudevents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"tape": "^4.13.0"
},
"dependencies": {
"cloudevents": "^7.0.1",
"faas-js-runtime": "^2.2.2"
"cloudevents": "^8.0.2",
"faas-js-runtime": "^2.4.0"
}
}
16 changes: 8 additions & 8 deletions templates/node/http/package-lock.json

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

2 changes: 1 addition & 1 deletion templates/node/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"faas-js-runtime": "^2.2.2"
"faas-js-runtime": "^2.4.0"
},
"devDependencies": {
"nodemon": "^3.0.1",
Expand Down
462 changes: 248 additions & 214 deletions templates/typescript/cloudevents/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/typescript/cloudevents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@types/node": "^20.14.9",
"cloudevents": "8.0.1",
"cloudevents": "^8.0.2",
"faas-js-runtime": "2.4.0",
"optionator": "^0.9.4",
"read-pkg": "^9.0.1",
Expand Down
Loading
Loading