|
34 | 34 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629" |
35 | 35 | integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg== |
36 | 36 |
|
37 | | -"@babel/core@^7.29.0": |
| 37 | +"@babel/core@^7.19.0": |
38 | 38 | version "7.29.7" |
39 | 39 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7" |
40 | 40 | integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA== |
|
203 | 203 | "@babel/template" "^7.29.7" |
204 | 204 | "@babel/types" "^7.29.7" |
205 | 205 |
|
206 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.29.7": |
207 | | - version "7.29.7" |
208 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334" |
209 | | - integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg== |
210 | | - dependencies: |
211 | | - "@babel/types" "^7.29.7" |
212 | | - |
213 | 206 | "@babel/parser@^7.27.2", "@babel/parser@^7.28.5": |
214 | 207 | version "7.28.5" |
215 | 208 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08" |
216 | 209 | integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ== |
217 | 210 | dependencies: |
218 | 211 | "@babel/types" "^7.28.5" |
219 | 212 |
|
| 213 | +"@babel/parser@^7.29.7": |
| 214 | + version "7.29.7" |
| 215 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334" |
| 216 | + integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg== |
| 217 | + dependencies: |
| 218 | + "@babel/types" "^7.29.7" |
| 219 | + |
220 | 220 | "@babel/plugin-proposal-decorators@^7.29.0": |
221 | 221 | version "7.29.7" |
222 | 222 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.29.7.tgz#ebc57bd4d711df920a553de8a456a3a020ce0d72" |
|
233 | 233 | dependencies: |
234 | 234 | "@babel/helper-plugin-utils" "^7.29.7" |
235 | 235 |
|
236 | | -"@babel/plugin-transform-react-jsx-self@^7.27.1": |
237 | | - version "7.29.7" |
238 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.29.7.tgz#c24424527858220624fd59a5b1eab4fa413c803a" |
239 | | - integrity sha512-TL0hMc9xzy86VD31nUiwzd5otRAcyEPcsegCxolO0PvcXuH1v0kECe/UIznYFihpkvU5wg/jk4v0TTEFfm53fw== |
240 | | - dependencies: |
241 | | - "@babel/helper-plugin-utils" "^7.29.7" |
242 | | - |
243 | | -"@babel/plugin-transform-react-jsx-source@^7.27.1": |
244 | | - version "7.29.7" |
245 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.29.7.tgz#5cf25a3689906b58e2f0a2f2b374789e6627b15f" |
246 | | - integrity sha512-06IyK09H3wi4cGbhDBwp5gUGo0IKtnYa8tyTiephirPCK6fbobVGiXMMI5zLQ4aKEYP3wZ3ArU44o+8KMrSG/Q== |
247 | | - dependencies: |
248 | | - "@babel/helper-plugin-utils" "^7.29.7" |
249 | | - |
250 | 236 | "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3": |
251 | 237 | version "7.28.4" |
252 | 238 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326" |
|
301 | 287 | "@babel/types" "^7.29.7" |
302 | 288 | debug "^4.3.1" |
303 | 289 |
|
304 | | -"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.28.2", "@babel/types@^7.29.7": |
305 | | - version "7.29.7" |
306 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92" |
307 | | - integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA== |
308 | | - dependencies: |
309 | | - "@babel/helper-string-parser" "^7.29.7" |
310 | | - "@babel/helper-validator-identifier" "^7.29.7" |
311 | | - |
312 | 290 | "@babel/types@^7.27.1": |
313 | 291 | version "7.28.5" |
314 | 292 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b" |
|
325 | 303 | "@babel/helper-string-parser" "^7.27.1" |
326 | 304 | "@babel/helper-validator-identifier" "^7.28.5" |
327 | 305 |
|
| 306 | +"@babel/types@^7.29.7": |
| 307 | + version "7.29.7" |
| 308 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92" |
| 309 | + integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA== |
| 310 | + dependencies: |
| 311 | + "@babel/helper-string-parser" "^7.29.7" |
| 312 | + "@babel/helper-validator-identifier" "^7.29.7" |
| 313 | + |
328 | 314 | "@codemirror/autocomplete@^6.0.0": |
329 | 315 | version "6.20.3" |
330 | 316 | resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-6.20.3.tgz#696b740312c6a962e14567b49a3661b5924bc5ae" |
|
938 | 924 | dependencies: |
939 | 925 | picomatch "^4.0.4" |
940 | 926 |
|
941 | | -"@rolldown/pluginutils@1.0.0-rc.3": |
942 | | - version "1.0.0-rc.3" |
943 | | - resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz#8a88cc92a0f741befc7bc109cb1a4c6b9408e1c5" |
944 | | - integrity sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q== |
945 | | - |
946 | | -"@rolldown/pluginutils@^1.0.0": |
| 927 | +"@rolldown/pluginutils@^1.0.0", "@rolldown/pluginutils@^1.0.1": |
947 | 928 | version "1.0.1" |
948 | 929 | resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz#e3fcee093fbb5ce765e1ad088ff4de2889f6f9be" |
949 | 930 | integrity sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw== |
|
960 | 941 | dependencies: |
961 | 942 | tslib "^2.4.0" |
962 | 943 |
|
963 | | -"@types/babel__core@^7.20.5": |
964 | | - version "7.20.5" |
965 | | - resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.5.tgz#3df15f27ba85319caa07ba08d0721889bb39c017" |
966 | | - integrity sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA== |
967 | | - dependencies: |
968 | | - "@babel/parser" "^7.20.7" |
969 | | - "@babel/types" "^7.20.7" |
970 | | - "@types/babel__generator" "*" |
971 | | - "@types/babel__template" "*" |
972 | | - "@types/babel__traverse" "*" |
973 | | - |
974 | | -"@types/babel__generator@*": |
975 | | - version "7.27.0" |
976 | | - resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.27.0.tgz#b5819294c51179957afaec341442f9341e4108a9" |
977 | | - integrity sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg== |
978 | | - dependencies: |
979 | | - "@babel/types" "^7.0.0" |
980 | | - |
981 | | -"@types/babel__template@*": |
982 | | - version "7.4.4" |
983 | | - resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.4.tgz#5672513701c1b2199bc6dad636a9d7491586766f" |
984 | | - integrity sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A== |
985 | | - dependencies: |
986 | | - "@babel/parser" "^7.1.0" |
987 | | - "@babel/types" "^7.0.0" |
988 | | - |
989 | | -"@types/babel__traverse@*": |
990 | | - version "7.28.0" |
991 | | - resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.28.0.tgz#07d713d6cce0d265c9849db0cbe62d3f61f36f74" |
992 | | - integrity sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q== |
993 | | - dependencies: |
994 | | - "@babel/types" "^7.28.2" |
995 | | - |
996 | 944 | "@types/chai@^5.2.2": |
997 | 945 | version "5.2.3" |
998 | 946 | resolved "https://registry.yarnpkg.com/@types/chai/-/chai-5.2.3.tgz#8e9cd9e1c3581fa6b341a5aed5588eb285be0b4a" |
|
1255 | 1203 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8" |
1256 | 1204 | integrity sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g== |
1257 | 1205 |
|
1258 | | -"@vitejs/plugin-react@^5.0.0": |
1259 | | - version "5.2.0" |
1260 | | - resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.2.0.tgz#108bd0f566f288ce3566982df4eff137ded7b15f" |
1261 | | - integrity sha512-YmKkfhOAi3wsB1PhJq5Scj3GXMn3WvtQ/JC0xoopuHoXSdmtdStOpFrYaT1kie2YgFBcIe64ROzMYRjCrYOdYw== |
| 1206 | +"@vitejs/plugin-react@^6.0.0": |
| 1207 | + version "6.0.3" |
| 1208 | + resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-6.0.3.tgz#55f1d7f558534d10aef03c007dc208b7c3771ce4" |
| 1209 | + integrity sha512-vmFvco5/QuC2f9Oj+wTk0+9XeDFkHxSamwZKYc7MxYwKICfvUvlMhqKI0VuICPltGqh1neqBKDvO4kes1ya8vg== |
1262 | 1210 | dependencies: |
1263 | | - "@babel/core" "^7.29.0" |
1264 | | - "@babel/plugin-transform-react-jsx-self" "^7.27.1" |
1265 | | - "@babel/plugin-transform-react-jsx-source" "^7.27.1" |
1266 | | - "@rolldown/pluginutils" "1.0.0-rc.3" |
1267 | | - "@types/babel__core" "^7.20.5" |
1268 | | - react-refresh "^0.18.0" |
| 1211 | + "@rolldown/pluginutils" "^1.0.1" |
1269 | 1212 |
|
1270 | 1213 | "@vitest/expect@4.1.9": |
1271 | 1214 | version "4.1.9" |
@@ -3077,11 +3020,6 @@ react-markdown@^10.1.0: |
3077 | 3020 | unist-util-visit "^5.0.0" |
3078 | 3021 | vfile "^6.0.0" |
3079 | 3022 |
|
3080 | | -react-refresh@^0.18.0: |
3081 | | - version "0.18.0" |
3082 | | - resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.18.0.tgz#2dce97f4fe932a4d8142fa1630e475c1729c8062" |
3083 | | - integrity sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw== |
3084 | | - |
3085 | 3023 | react-router@^8.0.0: |
3086 | 3024 | version "8.1.0" |
3087 | 3025 | resolved "https://registry.yarnpkg.com/react-router/-/react-router-8.1.0.tgz#242c9169bdf8da4e080279c92048f0016eb3aa4b" |
|
0 commit comments