Skip to content

Commit b98c63f

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

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.6.2"
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.6.2:
4998+
version "5.6.2"
4999+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
5000+
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
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.6.2"
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.6.2:
6233+
version "5.6.2"
6234+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
6235+
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
62366236

62376237
typescript@^3.7.3:
62386238
version "3.8.3"

0 commit comments

Comments
 (0)