Skip to content

Commit 591c6d7

Browse files
chore: update typescript
1 parent 1c8bc46 commit 591c6d7

File tree

5 files changed

+8
-13
lines changed

5 files changed

+8
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"strip-ansi": "^6.0.0",
9292
"swc-node": "^1.0.0",
9393
"ts-jest": "^26.4.1",
94-
"typescript": "^4.0.3",
94+
"typescript": "^4.9.5",
9595
"yalc": "^1.0.0-pre.45"
9696
},
9797
"workspaces": [

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@types/papaparse": "^5.2.3",
8484
"@types/plurals-cldr": "^1.0.1",
8585
"mockdate": "^3.0.2",
86-
"typescript": "^4.0.3"
86+
"typescript": "^4.9.5"
8787
},
8888
"peerDependencies": {
8989
"@babel/core": "^7.0.0",

test/typescript-nodenext-resolution/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"@lingui/react": "*"
1111
},
1212
"devDependencies": {
13-
"typescript": "4.8.4"
13+
"typescript": "4.9.5"
1414
}
1515
}

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"retext-sentence-spacing": "5.2.0",
6565
"retext-syntax-mentions": "3.1.0",
6666
"retext-syntax-urls": "3.1.2",
67-
"typescript": "4.9.4",
67+
"typescript": "4.9.5",
6868
"typescript-plugin-css-modules": "^4.1.1",
6969
"unified": "10.1.2"
7070
}

yarn.lock

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

12830-
12831-
version "4.8.4"
12832-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
12833-
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
12834-
12835-
typescript@^4.0.3:
12836-
version "4.0.3"
12837-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
12838-
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==
12830+
[email protected], typescript@^4.9.5:
12831+
version "4.9.5"
12832+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
12833+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
1283912834

1284012835
uglify-js@^3.1.4:
1284112836
version "3.11.5"

0 commit comments

Comments
 (0)