Skip to content

Commit 0712210

Browse files
chore(deps): update dependency typescript to v5
1 parent cf9ce72 commit 0712210

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@types/react": "16.14.2",
2020
"@types/react-dom": "16.9.10",
2121
"parcel": "1.12.4",
22-
"typescript": "3.9.7"
22+
"typescript": "5.5.4"
2323
}
2424
}

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4994,10 +4994,10 @@ typedarray@^0.0.6:
49944994
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
49954995
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
49964996

4997-
typescript@3.9.7:
4998-
version "3.9.7"
4999-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
5000-
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
4997+
typescript@5.5.4:
4998+
version "5.5.4"
4999+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
5000+
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
50015001

50025002
uncss@^0.17.2:
50035003
version "0.17.3"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"react-dom": "16.14.0",
4343
"tsdx": "0.14.1",
4444
"tslib": "1.14.1",
45-
"typescript": "3.9.7"
45+
"typescript": "5.5.4"
4646
}
4747
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6229,10 +6229,10 @@ typedarray-to-buffer@^3.1.5:
62296229
dependencies:
62306230
is-typedarray "^1.0.0"
62316231

6232-
typescript@3.9.7:
6233-
version "3.9.7"
6234-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
6235-
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
6232+
typescript@5.5.4:
6233+
version "5.5.4"
6234+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
6235+
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
62366236

62376237
typescript@^3.7.3:
62386238
version "3.8.3"

0 commit comments

Comments
 (0)