Update dependency typescript to v5.1.3
This commit is contained in:
parent
499ba64e00
commit
17acd2437b
@ -80,7 +80,7 @@
|
||||
"storybook": "7.0.18",
|
||||
"stylelint": "15.6.1",
|
||||
"tailwindcss": "3.3.2",
|
||||
"typescript": "5.0.4",
|
||||
"typescript": "5.1.3",
|
||||
"vite": "4.3.9",
|
||||
"vite-plugin-svgr": "3.2.0",
|
||||
"vitest": "0.31.4"
|
||||
|
@ -25,7 +25,7 @@
|
||||
"mocha": "10.2.0",
|
||||
"sinon": "15.0.4",
|
||||
"ts-node": "10.9.1",
|
||||
"typescript": "5.0.4"
|
||||
"typescript": "5.1.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^1.2.25",
|
||||
|
@ -28,7 +28,7 @@
|
||||
"c8": "7.13.0",
|
||||
"i18next-parser": "8.0.0",
|
||||
"mocha": "10.2.0",
|
||||
"typescript": "5.0.4"
|
||||
"typescript": "5.1.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"i18next": "22.5.0"
|
||||
|
@ -25,7 +25,7 @@
|
||||
"mocha": "10.2.0",
|
||||
"sinon": "15.0.4",
|
||||
"ts-node": "10.9.1",
|
||||
"typescript": "5.0.4"
|
||||
"typescript": "5.1.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/nql": "^0.11.0"
|
||||
|
@ -25,7 +25,7 @@
|
||||
"mocha": "10.2.0",
|
||||
"sinon": "15.0.3",
|
||||
"ts-node": "10.9.1",
|
||||
"typescript": "5.0.4"
|
||||
"typescript": "5.1.3"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
|
@ -70,7 +70,7 @@
|
||||
"storybook": "7.0.18",
|
||||
"stylelint": "15.6.1",
|
||||
"tailwindcss": "3.3.2",
|
||||
"typescript": "5.0.4",
|
||||
"typescript": "5.1.3",
|
||||
"vite": "4.3.9",
|
||||
"vite-plugin-svgr": "3.2.0",
|
||||
"vitest": "0.31.4"
|
||||
|
@ -31927,10 +31927,10 @@ typescript-memoize@^1.0.0-alpha.3, typescript-memoize@^1.0.1:
|
||||
resolved "https://registry.yarnpkg.com/typescript-memoize/-/typescript-memoize-1.1.1.tgz#02737495d5df6ebf72c07ba0d002e8f4cf5ccfa0"
|
||||
integrity sha512-GQ90TcKpIH4XxYTI2F98yEQYZgjNMOGPpOgdjIBhaLaWji5HPWlRnZ4AeA1hfBxtY7bCGDJsqDDHk/KaHOl5bA==
|
||||
|
||||
typescript@5.0.4:
|
||||
version "5.0.4"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
|
||||
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
|
||||
typescript@5.1.3:
|
||||
version "5.1.3"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826"
|
||||
integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==
|
||||
|
||||
"typescript@^3 || ^4", typescript@^4.2.4:
|
||||
version "4.9.5"
|
||||
|
Loading…
Reference in New Issue
Block a user