Upgrade typescript to 5.3.1-rc

This commit is contained in:
Arthur Baars
2023-10-10 11:44:15 +02:00
parent f6ae7523b5
commit ec075f8fbe
3 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
"": {
"name": "typescript-parser-wrapper",
"dependencies": {
"typescript": "5.2.2"
"typescript": "^5.3.1-rc"
},
"devDependencies": {
"@types/node": "18.15.3"
@@ -20,9 +20,9 @@
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
"version": "5.3.1-rc",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.1-rc.tgz",
"integrity": "sha512-NVq/AufFc6KVjmVPcuVwdCkhTQlTcMEyRYJPvaGhPvj+X80MYUF+90qf0//uvINPb2ULg9m91/gbdIOhN2cZqA==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

View File

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