mirror of https://github.com/knative/func.git
update typescript template dependencies (#2406)
This commit is contained in:
parent
3eab5fc25d
commit
f004ce031b
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -18,27 +18,27 @@
|
|||
"debug": "nodemon --inspect ./node_modules/faas-js-runtime/bin/cli.js ./build/index.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/tape": "^4.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.24.0",
|
||||
"@typescript-eslint/parser": "^4.24.0",
|
||||
"eslint": "^7.26.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"nodemon": "^3.0.1",
|
||||
"prettier": "^2.3.0",
|
||||
"supertest": "^6.3.1",
|
||||
"tape": "^4.13.0",
|
||||
"ts-node": "^9.1.1",
|
||||
"tsd": "^0.24.1",
|
||||
"@types/tape": "^5.6.4",
|
||||
"@typescript-eslint/eslint-plugin": "^7.14.1",
|
||||
"@typescript-eslint/parser": "^7.14.1",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"nodemon": "^3.1.4",
|
||||
"prettier": "^3.3.2",
|
||||
"supertest": "^7.0.0",
|
||||
"tape": "^5.8.1",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsd": "^0.31.1",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.5.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": "^20.4.2",
|
||||
"cloudevents": "7.0.2",
|
||||
"faas-js-runtime": "2.2.2",
|
||||
"optionator": "^0.9.3",
|
||||
"read-pkg": "^8.0.0",
|
||||
"semver": "^7.5.4"
|
||||
"@types/node": "^20.14.9",
|
||||
"cloudevents": "8.0.1",
|
||||
"faas-js-runtime": "2.4.0",
|
||||
"optionator": "^0.9.4",
|
||||
"read-pkg": "^9.0.1",
|
||||
"semver": "^7.6.2"
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -18,23 +18,23 @@
|
|||
"debug": "nodemon --inspect ./node_modules/faas-js-runtime/bin/cli.js ./build/index.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/tape": "^4.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.24.0",
|
||||
"@typescript-eslint/parser": "^4.24.0",
|
||||
"eslint": "^7.26.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"nodemon": "^3.0.1",
|
||||
"prettier": "^2.3.0",
|
||||
"supertest": "^6.3.1",
|
||||
"tape": "^4.13.0",
|
||||
"ts-node": "^9.1.1",
|
||||
"tsd": "^0.24.1",
|
||||
"@types/tape": "^5.6.4",
|
||||
"@typescript-eslint/eslint-plugin": "^7.14.1",
|
||||
"@typescript-eslint/parser": "^7.14.1",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"nodemon": "^3.1.4",
|
||||
"prettier": "^3.3.2",
|
||||
"supertest": "^7.0.0",
|
||||
"tape": "^5.8.1",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsd": "^0.31.1",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.5.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": "^20.4.2",
|
||||
"faas-js-runtime": "^2.2.2"
|
||||
"@types/node": "^20.14.9",
|
||||
"faas-js-runtime": "^2.4.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue