10
10
"@jridgewell/gen-mapping" "^0.1.0"
11
11
"@jridgewell/trace-mapping" "^0.3.9"
12
12
13
+ "@angular-eslint/
[email protected] ":
14
+ version "15.2.0"
15
+ resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-15.2.0.tgz#506f94c96039346f33ba92222062edbf3943543e"
16
+ integrity sha512-a0bfXxYyGoWJHrVQ4QER0HdRgselcTtJeyqiFPAxID2ZxF0IBGKLNTtugUTXekEmiLev8yGLX9TqAtthN57fEg==
17
+
18
+ "@angular-eslint/template-parser@^15.2.0":
19
+ version "15.2.0"
20
+ resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-15.2.0.tgz#2b9b794f2f763725cf4d107c0fcb6e07c460ac4e"
21
+ integrity sha512-xnnxPfV/G0Ll3B0HGrF1ucsc/DHmNE6UhhmWxYPTERq0McbZGRiATa66hCoOZ/Rdylun4ogBfsRKAG8XxEvlvw==
22
+ dependencies:
23
+ "@angular-eslint/bundled-angular-compiler" "15.2.0"
24
+ eslint-scope "^7.0.0"
25
+
13
26
"@apideck/better-ajv-errors@^0.3.1":
14
27
version "0.3.1"
15
28
resolved "https://registry.yarnpkg.com/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.1.tgz#a8d4ef3ce67c418b8b24f2b76b6bc84eb547baf7"
4041
4054
"@typescript-eslint/typescript-estree" "5.42.1"
4042
4055
debug "^4.3.4"
4043
4056
4057
+ "@typescript-eslint/parser@^5.48.2":
4058
+ version "5.49.0"
4059
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.49.0.tgz#d699734b2f20e16351e117417d34a2bc9d7c4b90"
4060
+ integrity sha512-veDlZN9mUhGqU31Qiv2qEp+XrJj5fgZpJ8PW30sHU+j/8/e5ruAhLaVDAeznS7A7i4ucb/s8IozpDtt9NqCkZg==
4061
+ dependencies:
4062
+ "@typescript-eslint/scope-manager" "5.49.0"
4063
+ "@typescript-eslint/types" "5.49.0"
4064
+ "@typescript-eslint/typescript-estree" "5.49.0"
4065
+ debug "^4.3.4"
4066
+
4044
4067
"@typescript-eslint/
[email protected] ":
4045
4068
version "5.42.1"
4046
4069
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.1.tgz#05e5e1351485637d466464237e5259b49f609b18"
4049
4072
"@typescript-eslint/types" "5.42.1"
4050
4073
"@typescript-eslint/visitor-keys" "5.42.1"
4051
4074
4075
+ "@typescript-eslint/
[email protected] ":
4076
+ version "5.49.0"
4077
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.49.0.tgz#81b5d899cdae446c26ddf18bd47a2f5484a8af3e"
4078
+ integrity sha512-clpROBOiMIzpbWNxCe1xDK14uPZh35u4QaZO1GddilEzoCLAEz4szb51rBpdgurs5k2YzPtJeTEN3qVbG+LRUQ==
4079
+ dependencies:
4080
+ "@typescript-eslint/types" "5.49.0"
4081
+ "@typescript-eslint/visitor-keys" "5.49.0"
4082
+
4052
4083
"@typescript-eslint/
[email protected] ":
4053
4084
version "5.42.1"
4054
4085
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.1.tgz#0d4283c30e9b70d2aa2391c36294413de9106df2"
4055
4086
integrity sha512-Qrco9dsFF5lhalz+lLFtxs3ui1/YfC6NdXu+RAGBa8uSfn01cjO7ssCsjIsUs484vny9Xm699FSKwpkCcqwWwA==
4056
4087
4088
+ "@typescript-eslint/
[email protected] ":
4089
+ version "5.49.0"
4090
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.49.0.tgz#ad66766cb36ca1c89fcb6ac8b87ec2e6dac435c3"
4091
+ integrity sha512-7If46kusG+sSnEpu0yOz2xFv5nRz158nzEXnJFCGVEHWnuzolXKwrH5Bsf9zsNlOQkyZuk0BZKKoJQI+1JPBBg==
4092
+
4057
4093
"@typescript-eslint/
[email protected] ":
4058
4094
version "5.42.1"
4059
4095
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.1.tgz#f9a223ecb547a781d37e07a5ac6ba9ff681eaef0"
4067
4103
semver "^7.3.7"
4068
4104
tsutils "^3.21.0"
4069
4105
4106
+ "@typescript-eslint/
[email protected] ":
4107
+ version "5.49.0"
4108
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.49.0.tgz#ebd6294c0ea97891fce6af536048181e23d729c8"
4109
+ integrity sha512-PBdx+V7deZT/3GjNYPVQv1Nc0U46dAHbIuOG8AZ3on3vuEKiPDwFE/lG1snN2eUB9IhF7EyF7K1hmTcLztNIsA==
4110
+ dependencies:
4111
+ "@typescript-eslint/types" "5.49.0"
4112
+ "@typescript-eslint/visitor-keys" "5.49.0"
4113
+ debug "^4.3.4"
4114
+ globby "^11.1.0"
4115
+ is-glob "^4.0.3"
4116
+ semver "^7.3.7"
4117
+ tsutils "^3.21.0"
4118
+
4070
4119
"@typescript-eslint/
[email protected] ":
4071
4120
version "5.42.1"
4072
4121
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.1.tgz#df10839adf6605e1cdb79174cf21e46df9be4872"
4075
4124
"@typescript-eslint/types" "5.42.1"
4076
4125
eslint-visitor-keys "^3.3.0"
4077
4126
4127
+ "@typescript-eslint/
[email protected] ":
4128
+ version "5.49.0"
4129
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.49.0.tgz#2561c4da3f235f5c852759bf6c5faec7524f90fe"
4130
+ integrity sha512-v9jBMjpNWyn8B6k/Mjt6VbUS4J1GvUlR4x3Y+ibnP1z7y7V4n0WRz+50DY6+Myj0UaXVSuUlHohO+eZ8IJEnkg==
4131
+ dependencies:
4132
+ "@typescript-eslint/types" "5.49.0"
4133
+ eslint-visitor-keys "^3.3.0"
4134
+
4078
4135
4079
4136
version "0.0.27"
4080
4137
resolved "https://registry.yarnpkg.com/@vercel/og/-/og-0.0.27.tgz#b3682bc030e5d6269488fb2ee1ef8adf92bb023d"
@@ -6971,14 +7028,16 @@ eslint-plugin-react@^7.31.7:
6971
7028
semver "^6.3.0"
6972
7029
string.prototype.matchall "^4.0.7"
6973
7030
6974
-
6975
- version "3.8.0 "
6976
- resolved "https://registry.yarnpkg.com/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.8.0 .tgz#e768055d285b79cb39d6adc781592bc5f3f57f42 "
6977
- integrity sha512-Lsyncgp/eXZriAEUK9zfGHOH+9iQplygHiOuGY8SFFHKIeT0BYjyST/ownHF8UPa1TEh+jJPkdE2vlV3778C3w ==
7031
+
7032
+ version "3.8.2 "
7033
+ resolved "https://registry.yarnpkg.com/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.8.2 .tgz#551e367346223e81f442bdf04c9e5bd35ece6ab8 "
7034
+ integrity sha512-99DPr//xTFNls1xjXX+1p45OEvG87B+SiNkSi0DfeatKBnckjCO5831lUfwCisXSgzXd9p//gNKQJGq1ewCLJQ ==
6978
7035
dependencies:
7036
+ "@angular-eslint/template-parser" "^15.2.0"
7037
+ "@typescript-eslint/parser" "^5.48.2"
6979
7038
fast-glob "^3.2.5"
6980
7039
postcss "^8.4.4"
6981
- tailwindcss "^3.2.2 "
7040
+ vue-eslint-parser "^9.0.1 "
6982
7041
6983
7042
6984
7043
version "5.1.1"
@@ -6996,7 +7055,7 @@ eslint-scope@^4.0.3:
6996
7055
esrecurse "^4.1.0"
6997
7056
estraverse "^4.1.1"
6998
7057
6999
- eslint-scope@^7.1.1:
7058
+ eslint-scope@^7.0.0, eslint-scope@^7. 1.1:
7000
7059
version "7.1.1"
7001
7060
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
7002
7061
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
7066
7125
strip-json-comments "^3.1.0"
7067
7126
text-table "^0.2.0"
7068
7127
7128
+ espree@^9.3.1:
7129
+ version "9.4.1"
7130
+ resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.1.tgz#51d6092615567a2c2cff7833445e37c28c0065bd"
7131
+ integrity sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==
7132
+ dependencies:
7133
+ acorn "^8.8.0"
7134
+ acorn-jsx "^5.3.2"
7135
+ eslint-visitor-keys "^3.3.0"
7136
+
7069
7137
espree@^9.4.0:
7070
7138
version "9.4.0"
7071
7139
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
@@ -12160,7 +12228,7 @@ semver@^7.3.5:
12160
12228
dependencies:
12161
12229
lru-cache "^6.0.0"
12162
12230
12163
- semver@^7.3.7, semver@^7.3.8:
12231
+ semver@^7.3.6, semver@^7.3. 7, semver@^7.3.8:
12164
12232
version "7.3.8"
12165
12233
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
12166
12234
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
@@ -12895,7 +12963,7 @@ synckit@^0.8.4:
12895
12963
"@pkgr/utils" "^2.3.1"
12896
12964
tslib "^2.4.0"
12897
12965
12898
- [email protected] , tailwindcss@^3.2.2 :
12966
+
12899
12967
version "3.2.4"
12900
12968
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.4.tgz#afe3477e7a19f3ceafb48e4b083e292ce0dc0250"
12901
12969
integrity sha512-AhwtHCKMtR71JgeYDaswmZXhPcW9iuI9Sp2LvZPo9upDZ7231ZJ7eA9RaURbhpXGVlrjX4cFNlB4ieTetEb7hQ==
@@ -13701,6 +13769,19 @@ vm-browserify@^1.0.1:
13701
13769
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
13702
13770
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
13703
13771
13772
+ vue-eslint-parser@^9.0.1:
13773
+ version "9.1.0"
13774
+ resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.1.0.tgz#0e121d1bb29bd10763c83e3cc583ee03434a9dd5"
13775
+ integrity sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ==
13776
+ dependencies:
13777
+ debug "^4.3.4"
13778
+ eslint-scope "^7.1.1"
13779
+ eslint-visitor-keys "^3.3.0"
13780
+ espree "^9.3.1"
13781
+ esquery "^1.4.0"
13782
+ lodash "^4.17.21"
13783
+ semver "^7.3.6"
13784
+
13704
13785
walker@^1.0.7, walker@~1.0.5:
13705
13786
version "1.0.8"
13706
13787
resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.8.tgz#bd498db477afe573dc04185f011d3ab8a8d7653f"
0 commit comments