Skip to content

Commit 4d60c7c

Browse files
committed
fix some types :(
1 parent d72d6c2 commit 4d60c7c

File tree

2 files changed

+54
-5
lines changed

2 files changed

+54
-5
lines changed

packages/angular/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"@angular/platform-browser": "^14.3.0",
3636
"@angular/platform-browser-dynamic": "^14.3.0",
3737
"@angular/router": "^14.3.0",
38+
"@types/node": "^14.8.0",
3839
"ng-packagr": "^14.2.2",
3940
"rxjs": "7.8.1",
4041
"typescript": "4.6.4",

yarn.lock

Lines changed: 53 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10066,7 +10066,17 @@
1006610066
dependencies:
1006710067
"@types/unist" "*"
1006810068

10069-
"@types/history-4@npm:@types/history@4.7.8", "@types/history-5@npm:@types/history@4.7.8", "@types/history@*":
10069+
"@types/history-4@npm:@types/history@4.7.8":
10070+
version "4.7.8"
10071+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
10072+
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
10073+
10074+
"@types/history-5@npm:@types/history@4.7.8":
10075+
version "4.7.8"
10076+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
10077+
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
10078+
10079+
"@types/history@*":
1007010080
version "4.7.8"
1007110081
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
1007210082
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
@@ -10286,6 +10296,11 @@
1028610296
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b"
1028710297
integrity sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==
1028810298

10299+
"@types/node@^14.8.0":
10300+
version "14.18.63"
10301+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.63.tgz#1788fa8da838dbb5f9ea994b834278205db6ca2b"
10302+
integrity sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==
10303+
1028910304
"@types/node@^18.19.1":
1029010305
version "18.19.68"
1029110306
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.68.tgz#f4f10d9927a7eaf3568c46a6d739cc0967ccb701"
@@ -10378,7 +10393,15 @@
1037810393
"@types/history" "^3"
1037910394
"@types/react" "*"
1038010395

10381-
"@types/react-router-4@npm:@types/react-router@5.1.14", "@types/react-router-5@npm:@types/react-router@5.1.14":
10396+
"@types/react-router-4@npm:@types/react-router@5.1.14":
10397+
version "5.1.14"
10398+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.14.tgz#e0442f4eb4c446541ad7435d44a97f8fe6df40da"
10399+
integrity sha512-LAJpqYUaCTMT2anZheoidiIymt8MuX286zoVFPM3DVb23aQBH0mAkFvzpd4LKqiolV8bBtZWT5Qp7hClCNDENw==
10400+
dependencies:
10401+
"@types/history" "*"
10402+
"@types/react" "*"
10403+
10404+
"@types/react-router-5@npm:@types/react-router@5.1.14":
1038210405
version "5.1.14"
1038310406
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.14.tgz#e0442f4eb4c446541ad7435d44a97f8fe6df40da"
1038410407
integrity sha512-LAJpqYUaCTMT2anZheoidiIymt8MuX286zoVFPM3DVb23aQBH0mAkFvzpd4LKqiolV8bBtZWT5Qp7hClCNDENw==
@@ -31212,7 +31235,16 @@ string-template@~0.2.1:
3121231235
resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add"
3121331236
integrity sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=
3121431237

31215-
"string-width-cjs@npm:string-width@^4.2.0", string-width@4.2.3, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
31238+
"string-width-cjs@npm:string-width@^4.2.0":
31239+
version "4.2.3"
31240+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
31241+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
31242+
dependencies:
31243+
emoji-regex "^8.0.0"
31244+
is-fullwidth-code-point "^3.0.0"
31245+
strip-ansi "^6.0.1"
31246+
31247+
string-width@4.2.3, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
3121631248
version "4.2.3"
3121731249
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3121831250
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -31324,7 +31356,14 @@ stringify-object@^3.2.1:
3132431356
is-obj "^1.0.1"
3132531357
is-regexp "^1.0.0"
3132631358

31327-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
31359+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
31360+
version "6.0.1"
31361+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
31362+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
31363+
dependencies:
31364+
ansi-regex "^5.0.1"
31365+
31366+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3132831367
version "6.0.1"
3132931368
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3133031369
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -34353,7 +34392,16 @@ wrangler@^3.67.1:
3435334392
optionalDependencies:
3435434393
fsevents "~2.3.2"
3435534394

34356-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@7.0.0, wrap-ansi@^7.0.0:
34395+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
34396+
version "7.0.0"
34397+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
34398+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
34399+
dependencies:
34400+
ansi-styles "^4.0.0"
34401+
string-width "^4.1.0"
34402+
strip-ansi "^6.0.0"
34403+
34404+
wrap-ansi@7.0.0, wrap-ansi@^7.0.0:
3435734405
version "7.0.0"
3435834406
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3435934407
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)