update TypeScript

This commit is contained in:
Pig Fang 2021-06-12 15:58:46 +08:00
parent 5dca37f0b4
commit 8b92012349
No known key found for this signature in database
GPG Key ID: A8198F548DADA9E2
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -24,7 +24,7 @@
"rimraf": "^3.0.2",
"rollup": "^2.48.0",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.2.4"
"typescript": "^4.3.2"
}
},
"node_modules/@babel/code-frame": {
@ -4059,9 +4059,9 @@
}
},
"node_modules/typescript": {
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz",
"integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==",
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz",
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -7382,9 +7382,9 @@
}
},
"typescript": {
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz",
"integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==",
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz",
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==",
"dev": true
},
"typical": {

View File

@ -54,6 +54,6 @@
"rimraf": "^3.0.2",
"rollup": "^2.48.0",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.2.4"
"typescript": "^4.3.2"
}
}