chore(deps): update dependency typescript to v5 (#545)

Signed-off-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ian Lewis <ianlewis@google.com>
This commit is contained in:
Mend Renovate
2023-04-11 00:08:54 +00:00
committed by GitHub
co-authored by Ian Lewis
parent f96d91bdd2
commit 3c5abb613f
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -23,7 +23,7 @@
"eslint-plugin-github": "4.6.1",
"jasmine": "4.5.0",
"prettier": "2.8.4",
"typescript": "4.9.5"
"typescript": "5.0.4"
}
},
"node_modules/@actions/core": {
@@ -3292,16 +3292,16 @@
}
},
"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.0.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
"integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=12.20"
}
},
"node_modules/unbox-primitive": {
@@ -5860,9 +5860,9 @@
}
},
"typescript": {
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
"integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
"dev": true
},
"unbox-primitive": {
+1 -1
View File
@@ -30,6 +30,6 @@
"eslint-plugin-github": "4.6.1",
"jasmine": "4.5.0",
"prettier": "2.8.4",
"typescript": "4.9.5"
"typescript": "5.0.4"
}
}