Skip to content

Commit 330d5e9

Browse files
chore(deps): update dependency typescript to v4.9.5
1 parent 17a325d commit 330d5e9

File tree

6 files changed

+24
-17
lines changed

6 files changed

+24
-17
lines changed

apps/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/react-dom": "18.0.6",
2020
"eslint": "8.19.0",
2121
"eslint-config-next": "12.2.2",
22-
"typescript": "4.7.4",
22+
"typescript": "4.9.5",
2323
"config": "*"
2424
}
2525
}

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react-dom": "18.0.6",
2222
"eslint": "8.19.0",
2323
"eslint-config-next": "12.2.2",
24-
"typescript": "4.7.4",
24+
"typescript": "4.9.5",
2525
"config": "*"
2626
}
2727
}

docs/yarn.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,13 @@ concat-map@0.0.1:
687687
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
688688
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
689689

690+
config@*:
691+
version "4.4.1"
692+
resolved "https://registry.yarnpkg.com/config/-/config-4.4.1.tgz#01e3f6bdd261ccf211a4fdb2f1b319aa5a2928ad"
693+
integrity sha512-XfN4Q4+wBKkGtgMyQ+5ayjepdb0MrdiGKfBr0G1PTLx9rnqsX+Xiw03LEUtSALZU0UVfcFp6+xYV0NL8HLF94g==
694+
dependencies:
695+
json5 "^2.2.3"
696+
690697
core-js-pure@^3.20.2:
691698
version "3.23.4"
692699
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.23.4.tgz#aba5c7fb297063444f6bf93afb0362151679a012"
@@ -1638,6 +1645,11 @@ json5@^1.0.1:
16381645
dependencies:
16391646
minimist "^1.2.0"
16401647

1648+
json5@^2.2.3:
1649+
version "2.2.3"
1650+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
1651+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
1652+
16411653
jsonc-parser@^3.0.0:
16421654
version "3.1.0"
16431655
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.1.0.tgz#73b8f0e5c940b83d03476bc2e51a20ef0932615d"
@@ -3061,10 +3073,10 @@ type-fest@^0.20.2:
30613073
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
30623074
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
30633075

3064-
typescript@4.7.4:
3065-
version "4.7.4"
3066-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
3067-
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
3076+
typescript@4.9.5:
3077+
version "4.9.5"
3078+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
3079+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
30683080

30693081
unbox-primitive@^1.0.2:
30703082
version "1.0.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"rollup-plugin-terser": "7.0.2",
4444
"rollup-plugin-visualizer": "5.5.2",
4545
"ts-node": "10.4.0",
46-
"typescript": "4.5.4"
46+
"typescript": "4.9.5"
4747
},
4848
"turbo": {
4949
"pipeline": {

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"rollup-plugin-terser": "7.0.2",
4444
"rollup-plugin-visualizer": "5.5.2",
4545
"ts-node": "10.4.0",
46-
"typescript": "4.5.4"
46+
"typescript": "4.9.5"
4747
}
4848
}

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15415,15 +15415,10 @@ typedarray@^0.0.6:
1541515415
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1541615416
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1541715417

15418-
typescript@4.5.4:
15419-
version "4.5.4"
15420-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
15421-
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
15422-
15423-
typescript@4.7.4:
15424-
version "4.7.4"
15425-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
15426-
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
15418+
typescript@4.9.5:
15419+
version "4.9.5"
15420+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
15421+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
1542715422

1542815423
uglify-js@^3.1.4:
1542915424
version "3.14.2"

0 commit comments

Comments
 (0)