bump to stable 5.8 release

This commit is contained in:
erik-krogh
2025-03-10 09:21:25 +01:00
parent b641caa508
commit 752fc64f42
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
"": {
"name": "typescript-parser-wrapper",
"dependencies": {
"typescript": "^5.8.1-rc"
"typescript": "^5.8.2"
},
"devDependencies": {
"@types/node": "18.15.3"
@@ -20,9 +20,9 @@
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.8.1-rc",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.1-rc.tgz",
"integrity": "sha512-D8IlSOUk1E08jpFdK81reYkA1a/4XtEdV6MElOGdbu/uOy1RpEDqNO/onWmqUaLkTyeHmmU/QlWvjcM9cqF85g==",
"version": "5.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
"integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",

View File

@@ -2,7 +2,7 @@
"name": "typescript-parser-wrapper",
"private": true,
"dependencies": {
"typescript": "^5.8.1-rc"
"typescript": "^5.8.2"
},
"scripts": {
"build": "tsc --project tsconfig.json",