upgraded typescript

This commit is contained in:
Jan Prochazka
2021-09-28 12:34:54 +02:00
parent aad39227b7
commit 5b4e69fa0a
8 changed files with 11 additions and 16 deletions

View File

@@ -65,7 +65,7 @@
"env-cmd": "^10.1.0", "env-cmd": "^10.1.0",
"node-loader": "^1.0.2", "node-loader": "^1.0.2",
"nodemon": "^2.0.2", "nodemon": "^2.0.2",
"typescript": "^3.7.4", "typescript": "^4.4.3",
"webpack": "^4.42.0", "webpack": "^4.42.0",
"webpack-cli": "^3.3.11" "webpack-cli": "^3.3.11"
}, },

View File

@@ -17,6 +17,6 @@
"devDependencies": { "devDependencies": {
"dbgate-types": "^4.1.1", "dbgate-types": "^4.1.1",
"@types/node": "^13.7.0", "@types/node": "^13.7.0",
"typescript": "^3.7.5" "typescript": "^4.4.3"
} }
} }

View File

@@ -18,7 +18,7 @@
"@types/node": "^13.7.0", "@types/node": "^13.7.0",
"jest": "^24.9.0", "jest": "^24.9.0",
"ts-jest": "^25.2.1", "ts-jest": "^25.2.1",
"typescript": "^3.7.5" "typescript": "^4.4.3"
}, },
"dependencies": { "dependencies": {
"@types/parsimmon": "^1.10.1", "@types/parsimmon": "^1.10.1",

View File

@@ -32,6 +32,6 @@
"@types/node": "^13.7.0", "@types/node": "^13.7.0",
"jest": "^24.9.0", "jest": "^24.9.0",
"ts-jest": "^25.2.1", "ts-jest": "^25.2.1",
"typescript": "^3.7.5" "typescript": "^4.4.3"
} }
} }

View File

@@ -28,7 +28,7 @@
"devDependencies": { "devDependencies": {
"@types/node": "^13.7.0", "@types/node": "^13.7.0",
"dbgate-types": "^4.1.1", "dbgate-types": "^4.1.1",
"typescript": "^3.7.5" "typescript": "^4.4.3"
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.21" "lodash": "^4.17.21"

View File

@@ -28,7 +28,7 @@
"dbgate-types": "^4.1.1", "dbgate-types": "^4.1.1",
"jest": "^24.9.0", "jest": "^24.9.0",
"ts-jest": "^25.2.1", "ts-jest": "^25.2.1",
"typescript": "^3.7.5" "typescript": "^4.4.3"
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.21", "lodash": "^4.17.21",

View File

@@ -47,7 +47,7 @@
"svelte-preprocess": "^4.0.0", "svelte-preprocess": "^4.0.0",
"svelte-select": "^3.17.0", "svelte-select": "^3.17.0",
"tslib": "^2.0.0", "tslib": "^2.0.0",
"typescript": "^3.9.3", "typescript": "^4.4.3",
"uuid": "^3.4.0" "uuid": "^3.4.0"
} }
} }

View File

@@ -10530,15 +10530,10 @@ typescript@*:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA== integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==
typescript@^3.7.4, typescript@^3.7.5: typescript@^4.4.3:
version "3.7.5" version "4.4.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw== integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==
typescript@^3.9.3:
version "3.9.9"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.9.tgz#e69905c54bc0681d0518bd4d587cc6f2d0b1a674"
integrity sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==
tz-offset@0.0.1: tz-offset@0.0.1:
version "0.0.1" version "0.0.1"