Update typescript

This commit is contained in:
Laurențiu Nicola 2021-06-08 16:08:14 +03:00
parent fed134f574
commit b65ddf03c7
2 changed files with 8 additions and 8 deletions

View file

@ -28,7 +28,7 @@
"mocha": "^8.2.1", "mocha": "^8.2.1",
"rollup": "^2.51.1", "rollup": "^2.51.1",
"tslib": "^2.0.3", "tslib": "^2.0.3",
"typescript": "^4.1.2", "typescript": "^4.3.2",
"typescript-formatter": "^7.2.2", "typescript-formatter": "^7.2.2",
"vsce": "^1.85.0", "vsce": "^1.85.0",
"vscode-test": "^1.5.1" "vscode-test": "^1.5.1"
@ -3178,9 +3178,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.2.4", "version": "4.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz",
"integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==", "integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -6000,9 +6000,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.2.4", "version": "4.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz",
"integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==", "integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==",
"dev": true "dev": true
}, },
"typescript-formatter": { "typescript-formatter": {

View file

@ -54,7 +54,7 @@
"mocha": "^8.2.1", "mocha": "^8.2.1",
"rollup": "^2.51.1", "rollup": "^2.51.1",
"tslib": "^2.0.3", "tslib": "^2.0.3",
"typescript": "^4.1.2", "typescript": "^4.3.2",
"typescript-formatter": "^7.2.2", "typescript-formatter": "^7.2.2",
"vsce": "^1.85.0", "vsce": "^1.85.0",
"vscode-test": "^1.5.1" "vscode-test": "^1.5.1"