Update dependency typescript to v5
All checks were successful
valuya/comptaplan_app/pipeline/pr-dev This commit looks good
All checks were successful
valuya/comptaplan_app/pipeline/pr-dev This commit looks good
This commit is contained in:
parent
4e8058c3ee
commit
4a5dbfd834
10
tools/publish-android-js/package-lock.json
generated
10
tools/publish-android-js/package-lock.json
generated
|
@ -10,7 +10,7 @@
|
|||
"dependencies": {
|
||||
"@types/node": "^14.14.31",
|
||||
"googleapis": "^91.0.0",
|
||||
"typescript": "^4.5.2"
|
||||
"typescript": "^5.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
|
@ -440,15 +440,15 @@
|
|||
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
|
||||
},
|
||||
"node_modules/typescript": {
|
||||
"version": "4.9.5",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
|
||||
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
|
||||
"version": "5.2.2",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
|
||||
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
|
||||
"bin": {
|
||||
"tsc": "bin/tsc",
|
||||
"tsserver": "bin/tsserver"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.2.0"
|
||||
"node": ">=14.17"
|
||||
}
|
||||
},
|
||||
"node_modules/url-template": {
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
"dependencies": {
|
||||
"@types/node": "^14.14.31",
|
||||
"googleapis": "^91.0.0",
|
||||
"typescript": "^4.5.2"
|
||||
"typescript": "^5.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue
Block a user