chore(deps): update dependency typescript to v5

This commit is contained in:
renovate[bot]
2023-03-16 18:31:42 +00:00
committed by Kengo TODA
parent 2542dc7bda
commit e87356189c
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -28,7 +28,7 @@
"prettier": "2.8.8",
"semantic-release": "^19.0.2",
"ts-jest": "^29.0.0",
"typescript": "^4.3.5"
"typescript": "^5.0.0"
}
},
"node_modules/@actions/core": {
@@ -11221,16 +11221,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.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
"integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=12.20"
}
},
"node_modules/uglify-js": {
@@ -20011,9 +20011,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.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
"integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
"dev": true
},
"uglify-js": {

View File

@@ -47,7 +47,7 @@
"prettier": "2.8.8",
"semantic-release": "^19.0.2",
"ts-jest": "^29.0.0",
"typescript": "^4.3.5"
"typescript": "^5.0.0"
},
"release": {
"branches": "main",