|
101 | 101 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.5.tgz#7d0658ec1a8420fc866d1df1b03bea0e79934c82"
|
102 | 102 | integrity sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==
|
103 | 103 |
|
104 |
| -"@babel/core@^7.27.4": |
105 |
| - version "7.27.4" |
106 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce" |
107 |
| - integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g== |
| 104 | +"@babel/core@^7.28.0": |
| 105 | + version "7.28.0" |
| 106 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4" |
| 107 | + integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ== |
108 | 108 | dependencies:
|
109 | 109 | "@ampproject/remapping" "^2.2.0"
|
110 | 110 | "@babel/code-frame" "^7.27.1"
|
111 |
| - "@babel/generator" "^7.27.3" |
| 111 | + "@babel/generator" "^7.28.0" |
112 | 112 | "@babel/helper-compilation-targets" "^7.27.2"
|
113 | 113 | "@babel/helper-module-transforms" "^7.27.3"
|
114 |
| - "@babel/helpers" "^7.27.4" |
115 |
| - "@babel/parser" "^7.27.4" |
| 114 | + "@babel/helpers" "^7.27.6" |
| 115 | + "@babel/parser" "^7.28.0" |
116 | 116 | "@babel/template" "^7.27.2"
|
117 |
| - "@babel/traverse" "^7.27.4" |
118 |
| - "@babel/types" "^7.27.3" |
| 117 | + "@babel/traverse" "^7.28.0" |
| 118 | + "@babel/types" "^7.28.0" |
119 | 119 | convert-source-map "^2.0.0"
|
120 | 120 | debug "^4.1.0"
|
121 | 121 | gensync "^1.0.0-beta.2"
|
|
133 | 133 | "@jridgewell/trace-mapping" "^0.3.25"
|
134 | 134 | jsesc "^3.0.2"
|
135 | 135 |
|
| 136 | +"@babel/generator@^7.28.0": |
| 137 | + version "7.28.0" |
| 138 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2" |
| 139 | + integrity sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg== |
| 140 | + dependencies: |
| 141 | + "@babel/parser" "^7.28.0" |
| 142 | + "@babel/types" "^7.28.0" |
| 143 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 144 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 145 | + jsesc "^3.0.2" |
| 146 | + |
136 | 147 | "@babel/helper-compilation-targets@^7.27.2":
|
137 | 148 | version "7.27.2"
|
138 | 149 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
|
|
144 | 155 | lru-cache "^5.1.1"
|
145 | 156 | semver "^6.3.1"
|
146 | 157 |
|
| 158 | +"@babel/helper-globals@^7.28.0": |
| 159 | + version "7.28.0" |
| 160 | + resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674" |
| 161 | + integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== |
| 162 | + |
147 | 163 | "@babel/helper-module-imports@^7.16.7":
|
148 | 164 | version "7.22.15"
|
149 | 165 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
|
|
198 | 214 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
|
199 | 215 | integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
|
200 | 216 |
|
201 |
| -"@babel/helpers@^7.27.4": |
| 217 | +"@babel/helpers@^7.27.6": |
202 | 218 | version "7.27.6"
|
203 | 219 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
|
204 | 220 | integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
|
|
227 | 243 | dependencies:
|
228 | 244 | "@babel/types" "^7.27.3"
|
229 | 245 |
|
| 246 | +"@babel/parser@^7.28.0": |
| 247 | + version "7.28.0" |
| 248 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e" |
| 249 | + integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g== |
| 250 | + dependencies: |
| 251 | + "@babel/types" "^7.28.0" |
| 252 | + |
230 | 253 | "@babel/plugin-transform-react-jsx-self@^7.27.1":
|
231 | 254 | version "7.27.1"
|
232 | 255 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz#af678d8506acf52c577cac73ff7fe6615c85fc92"
|
|
255 | 278 | "@babel/parser" "^7.27.2"
|
256 | 279 | "@babel/types" "^7.27.1"
|
257 | 280 |
|
258 |
| -"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4": |
| 281 | +"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3": |
259 | 282 | version "7.27.4"
|
260 | 283 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
|
261 | 284 | integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
|
|
268 | 291 | debug "^4.3.1"
|
269 | 292 | globals "^11.1.0"
|
270 | 293 |
|
| 294 | +"@babel/traverse@^7.28.0": |
| 295 | + version "7.28.0" |
| 296 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b" |
| 297 | + integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg== |
| 298 | + dependencies: |
| 299 | + "@babel/code-frame" "^7.27.1" |
| 300 | + "@babel/generator" "^7.28.0" |
| 301 | + "@babel/helper-globals" "^7.28.0" |
| 302 | + "@babel/parser" "^7.28.0" |
| 303 | + "@babel/template" "^7.27.2" |
| 304 | + "@babel/types" "^7.28.0" |
| 305 | + debug "^4.3.1" |
| 306 | + |
271 | 307 | "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15":
|
272 | 308 | version "7.23.6"
|
273 | 309 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd"
|
|
285 | 321 | "@babel/helper-string-parser" "^7.27.1"
|
286 | 322 | "@babel/helper-validator-identifier" "^7.27.1"
|
287 | 323 |
|
| 324 | +"@babel/types@^7.28.0": |
| 325 | + version "7.28.1" |
| 326 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.1.tgz#2aaf3c10b31ba03a77ac84f52b3912a0edef4cf9" |
| 327 | + integrity sha512-x0LvFTekgSX+83TI28Y9wYPUfzrnl2aT5+5QLnO6v7mSJYtEEevuDRN0F0uSHRk1G1IWZC43o00Y0xDDrpBGPQ== |
| 328 | + dependencies: |
| 329 | + "@babel/helper-string-parser" "^7.27.1" |
| 330 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 331 | + |
288 | 332 | "@chakra-ui/react@^3.22.0":
|
289 | 333 | version "3.22.0"
|
290 | 334 | resolved "https://registry.yarnpkg.com/@chakra-ui/react/-/react-3.22.0.tgz#deca1fb856a681f92623411ac7c6e87d602d33bc"
|
|
625 | 669 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
626 | 670 | "@jridgewell/trace-mapping" "^0.3.9"
|
627 | 671 |
|
| 672 | +"@jridgewell/gen-mapping@^0.3.12": |
| 673 | + version "0.3.12" |
| 674 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz#2234ce26c62889f03db3d7fea43c1932ab3e927b" |
| 675 | + integrity sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg== |
| 676 | + dependencies: |
| 677 | + "@jridgewell/sourcemap-codec" "^1.5.0" |
| 678 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 679 | + |
628 | 680 | "@jridgewell/gen-mapping@^0.3.5":
|
629 | 681 | version "0.3.5"
|
630 | 682 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
|
|
654 | 706 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
|
655 | 707 | integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
|
656 | 708 |
|
| 709 | +"@jridgewell/sourcemap-codec@^1.5.0": |
| 710 | + version "1.5.4" |
| 711 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz#7358043433b2e5da569aa02cbc4c121da3af27d7" |
| 712 | + integrity sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw== |
| 713 | + |
657 | 714 | "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
|
658 | 715 | version "0.3.25"
|
659 | 716 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
|
|
662 | 719 | "@jridgewell/resolve-uri" "^3.1.0"
|
663 | 720 | "@jridgewell/sourcemap-codec" "^1.4.14"
|
664 | 721 |
|
| 722 | +"@jridgewell/trace-mapping@^0.3.28": |
| 723 | + version "0.3.29" |
| 724 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz#a58d31eaadaf92c6695680b2e1d464a9b8fbf7fc" |
| 725 | + integrity sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ== |
| 726 | + dependencies: |
| 727 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 728 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 729 | + |
665 | 730 | "@jridgewell/trace-mapping@^0.3.9":
|
666 | 731 | version "0.3.22"
|
667 | 732 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.22.tgz#72a621e5de59f5f1ef792d0793a82ee20f645e4c"
|
|
696 | 761 | resolved "https://registry.yarnpkg.com/@pandacss/is-valid-prop/-/is-valid-prop-0.54.0.tgz#89c9fbfac9f1704f2feb87455a0f9e7df6145b5d"
|
697 | 762 | integrity sha512-UhRgg1k9VKRCBAHl+XUK3lvN0k9bYifzYGZOqajDid4L1DyU813A1L0ZwN4iV9WX5TX3PfUugqtgG9LnIeFGBQ==
|
698 | 763 |
|
699 |
| - |
700 |
| - version "1.0.0-beta.19" |
701 |
| - resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.19.tgz#fc3b95145a8e7a3bf92754269d8e4f40eea8a244" |
702 |
| - integrity sha512-3FL3mnMbPu0muGOCaKAhhFEYmqv9eTfPSJRJmANrCwtgK8VuxpsZDGK+m0LYAGoyO8+0j5uRe4PeyPDK1yA/hA== |
| 764 | + |
| 765 | + version "1.0.0-beta.27" |
| 766 | + resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz#47d2bf4cef6d470b22f5831b420f8964e0bf755f" |
| 767 | + integrity sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA== |
703 | 768 |
|
704 | 769 |
|
705 | 770 | version "4.44.0"
|
|
974 | 1039 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
975 | 1040 | integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
|
976 | 1041 |
|
977 |
| -"@vitejs/plugin-react@^4.6.0": |
978 |
| - version "4.6.0" |
979 |
| - resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.6.0.tgz#2707b485f44806d42d41c63921883cff9c54dfaa" |
980 |
| - integrity sha512-5Kgff+m8e2PB+9j51eGHEpn5kUzRKH2Ry0qGoe8ItJg7pqnkPrYPkDQZGgGmTa0EGarHrkjLvOdU3b1fzI8otQ== |
| 1042 | +"@vitejs/plugin-react@^4.7.0": |
| 1043 | + version "4.7.0" |
| 1044 | + resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz#647af4e7bb75ad3add578e762ad984b90f4a24b9" |
| 1045 | + integrity sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA== |
981 | 1046 | dependencies:
|
982 |
| - "@babel/core" "^7.27.4" |
| 1047 | + "@babel/core" "^7.28.0" |
983 | 1048 | "@babel/plugin-transform-react-jsx-self" "^7.27.1"
|
984 | 1049 | "@babel/plugin-transform-react-jsx-source" "^7.27.1"
|
985 |
| - "@rolldown/pluginutils" "1.0.0-beta.19" |
| 1050 | + "@rolldown/pluginutils" "1.0.0-beta.27" |
986 | 1051 | "@types/babel__core" "^7.20.5"
|
987 | 1052 | react-refresh "^0.17.0"
|
988 | 1053 |
|
|
0 commit comments