Skip to content

Commit 299715d

Browse files
authored
Merge pull request #12405 from ethereum/bump-ts
Upgrade TS
2 parents 0b7e307 + 6de6385 commit 299715d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@
8686
"storybook": "7.6.6",
8787
"storybook-react-i18next": "^2.0.9",
8888
"ts-node": "^10.9.1",
89-
"typescript": "^5.1.6",
89+
"typescript": "^5.4.2",
9090
"unified": "^10.0.0",
9191
"unist-util-visit": "^5.0.0"
9292
},
9393
"resolutions": {
9494
"jackspeak": "2.1.1"
9595
}
96-
}
96+
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12917,10 +12917,10 @@ typedarray@^0.0.6:
1291712917
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1291812918
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1291912919

12920-
typescript@^5.1.6:
12921-
version "5.3.3"
12922-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
12923-
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
12920+
typescript@^5.4.2:
12921+
version "5.4.2"
12922+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
12923+
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
1292412924

1292512925
ufo@^1.0.0, ufo@^1.2.0, ufo@^1.3.0, ufo@^1.3.1, ufo@^1.3.2:
1292612926
version "1.3.2"

0 commit comments

Comments
 (0)