Skip to content

Commit ec95faf

Browse files
build(deps-dev): bump typescript from 4.7.2 to 4.7.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.2 to 4.7.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.7.2...v4.7.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a02e71 commit ec95faf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"semver": "^7.3.7",
7373
"tailwindcss": "^3.1.4",
7474
"ts-jest": "^27.1.5",
75-
"typescript": "^4.7.2",
75+
"typescript": "^4.7.4",
7676
"vite": "^2.9.12",
7777
"vue-eslint-parser": "^9.0.2",
7878
"vue-jest": "^3.0.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9370,10 +9370,10 @@ typedarray-to-buffer@^3.1.5:
93709370
dependencies:
93719371
is-typedarray "^1.0.0"
93729372

9373-
typescript@^4.6.4, typescript@^4.7.2:
9374-
version "4.7.2"
9375-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4"
9376-
integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==
9373+
typescript@^4.6.4, typescript@^4.7.4:
9374+
version "4.7.4"
9375+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
9376+
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
93779377

93789378
unbox-primitive@^1.0.1:
93799379
version "1.0.2"

0 commit comments

Comments
 (0)