Skip to content

Commit 9988a69

Browse files
chore(deps): update typescript packages (#1775)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cdd212a commit 9988a69

File tree

9 files changed

+33
-17
lines changed

9 files changed

+33
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"size-limit": "^8.1.2",
107107
"storybook-addon-performance": "^0.16.1",
108108
"storybook-addon-pseudo-states": "^1.15.5",
109-
"ts-node": "^10.9.1",
109+
"ts-node": "^10.9.2",
110110
"ts-transform-define": "^0.1.10",
111111
"tsconfig-paths": "^4.1.2",
112112
"ttypescript": "^1.5.15",

packages/babel-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/resolve": "^1.20.4",
4242
"benchmark": "^2.1.4",
4343
"prettier": "^2.8.8",
44-
"ts-node": "^10.9.1",
44+
"ts-node": "^10.9.2",
4545
"tsconfig-paths": "^4.1.2"
4646
}
4747
}

packages/webpack-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"memfs": "^3.5.3",
3838
"mini-css-extract-plugin": "^1.6.2",
3939
"react": "^17.0.2",
40-
"ts-node": "^10.9.1",
40+
"ts-node": "^10.9.2",
4141
"tsconfig-paths": "^4.1.2",
4242
"webpack": "^5.76.1"
4343
},

website/packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react-dom": "^18.3.1",
3232
"react-router-dom": "^6.23.0",
3333
"remark-frontmatter": "^2.0.0",
34-
"typescript": "^5.4.5",
34+
"typescript": "^5.7.2",
3535
"unist-util-visit": "^2.0.3",
3636
"webpack": "^5.91.0",
3737
"webpack-cli": "^5.1.4",

website/packages/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@compiled/react": "latest",
2121
"@types/react": "^18.3.1",
2222
"@types/react-dom": "^18.3.0",
23-
"typescript": "^5.4.5"
23+
"typescript": "^5.7.2"
2424
}
2525
}

website/packages/landing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"raw-loader": "^4.0.2",
2626
"react": "^18.3.1",
2727
"react-dom": "^18.3.1",
28-
"typescript": "^5.4.5",
28+
"typescript": "^5.7.2",
2929
"webpack": "^5.91.0",
3030
"webpack-cli": "^5.1.4",
3131
"webpack-dev-server": "^5.0.4"

website/packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@types/react-dom": "^18.3.0",
1515
"@types/react-syntax-highlighter": "^15.5.13",
1616
"react-syntax-highlighter": "^15.5.0",
17-
"typescript": "^5.4.5"
17+
"typescript": "^5.7.2"
1818
},
1919
"devDependencies": {
2020
"react": "^18.3.1",

website/yarn.lock

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6523,7 +6523,16 @@ [email protected]:
65236523
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
65246524
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
65256525

6526-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
6526+
"string-width-cjs@npm:string-width@^4.2.0":
6527+
version "4.2.3"
6528+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6529+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6530+
dependencies:
6531+
emoji-regex "^8.0.0"
6532+
is-fullwidth-code-point "^3.0.0"
6533+
strip-ansi "^6.0.1"
6534+
6535+
string-width@^4.1.0:
65276536
version "4.2.3"
65286537
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
65296538
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6588,7 +6597,14 @@ string_decoder@~1.1.1:
65886597
dependencies:
65896598
safe-buffer "~5.1.0"
65906599

6591-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6600+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6601+
version "6.0.1"
6602+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6603+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6604+
dependencies:
6605+
ansi-regex "^5.0.1"
6606+
6607+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
65926608
version "6.0.1"
65936609
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
65946610
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -6887,10 +6903,10 @@ typed-array-length@^1.0.6:
68876903
is-typed-array "^1.1.13"
68886904
possible-typed-array-names "^1.0.0"
68896905

6890-
typescript@^5.4.5:
6891-
version "5.4.5"
6892-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
6893-
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
6906+
typescript@^5.7.2:
6907+
version "5.7.2"
6908+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
6909+
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
68946910

68956911
unbox-primitive@^1.0.2:
68966912
version "1.0.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17646,10 +17646,10 @@ ts-dedent@^2.0.0:
1764617646
resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-2.1.1.tgz#6dd56870bb5493895171334fa5d7e929107e5bbc"
1764717647
integrity sha512-riHuwnzAUCfdIeTBNUq7+Yj+ANnrMXo/7+Z74dIdudS7ys2k8aSGMzpJRMFDF7CLwUTbtvi1ZZff/Wl+XxmqIA==
1764817648

17649-
ts-node@^10.9.1:
17650-
version "10.9.1"
17651-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
17652-
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
17649+
ts-node@^10.9.2:
17650+
version "10.9.2"
17651+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
17652+
integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
1765317653
dependencies:
1765417654
"@cspotcode/source-map-support" "^0.8.0"
1765517655
"@tsconfig/node10" "^1.0.7"

0 commit comments

Comments
 (0)