|
49 | 49 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790" |
50 | 50 | integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw== |
51 | 51 |
|
52 | | -"@babel/core@^7.21.3", "@babel/core@^7.28.0": |
53 | | - version "7.28.0" |
54 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4" |
55 | | - integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ== |
| 52 | +"@babel/core@^7.21.3", "@babel/core@^7.28.3": |
| 53 | + version "7.28.3" |
| 54 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb" |
| 55 | + integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ== |
56 | 56 | dependencies: |
57 | 57 | "@ampproject/remapping" "^2.2.0" |
58 | 58 | "@babel/code-frame" "^7.27.1" |
59 | | - "@babel/generator" "^7.28.0" |
| 59 | + "@babel/generator" "^7.28.3" |
60 | 60 | "@babel/helper-compilation-targets" "^7.27.2" |
61 | | - "@babel/helper-module-transforms" "^7.27.3" |
62 | | - "@babel/helpers" "^7.27.6" |
63 | | - "@babel/parser" "^7.28.0" |
| 61 | + "@babel/helper-module-transforms" "^7.28.3" |
| 62 | + "@babel/helpers" "^7.28.3" |
| 63 | + "@babel/parser" "^7.28.3" |
64 | 64 | "@babel/template" "^7.27.2" |
65 | | - "@babel/traverse" "^7.28.0" |
66 | | - "@babel/types" "^7.28.0" |
| 65 | + "@babel/traverse" "^7.28.3" |
| 66 | + "@babel/types" "^7.28.2" |
67 | 67 | convert-source-map "^2.0.0" |
68 | 68 | debug "^4.1.0" |
69 | 69 | gensync "^1.0.0-beta.2" |
|
81 | 81 | "@jridgewell/trace-mapping" "^0.3.28" |
82 | 82 | jsesc "^3.0.2" |
83 | 83 |
|
| 84 | +"@babel/generator@^7.28.3": |
| 85 | + version "7.28.3" |
| 86 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e" |
| 87 | + integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw== |
| 88 | + dependencies: |
| 89 | + "@babel/parser" "^7.28.3" |
| 90 | + "@babel/types" "^7.28.2" |
| 91 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 92 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 93 | + jsesc "^3.0.2" |
| 94 | + |
84 | 95 | "@babel/helper-compilation-targets@^7.27.2": |
85 | 96 | version "7.27.2" |
86 | 97 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d" |
|
105 | 116 | "@babel/traverse" "^7.27.1" |
106 | 117 | "@babel/types" "^7.27.1" |
107 | 118 |
|
108 | | -"@babel/helper-module-transforms@^7.27.3": |
109 | | - version "7.27.3" |
110 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
111 | | - integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
| 119 | +"@babel/helper-module-transforms@^7.28.3": |
| 120 | + version "7.28.3" |
| 121 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6" |
| 122 | + integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw== |
112 | 123 | dependencies: |
113 | 124 | "@babel/helper-module-imports" "^7.27.1" |
114 | 125 | "@babel/helper-validator-identifier" "^7.27.1" |
115 | | - "@babel/traverse" "^7.27.3" |
| 126 | + "@babel/traverse" "^7.28.3" |
116 | 127 |
|
117 | 128 | "@babel/helper-plugin-utils@^7.27.1": |
118 | 129 | version "7.27.1" |
|
144 | 155 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" |
145 | 156 | integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== |
146 | 157 |
|
147 | | -"@babel/helpers@^7.27.6": |
148 | | - version "7.28.2" |
149 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.2.tgz#80f0918fecbfebea9af856c419763230040ee850" |
150 | | - integrity sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw== |
| 158 | +"@babel/helpers@^7.28.3": |
| 159 | + version "7.28.3" |
| 160 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441" |
| 161 | + integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw== |
151 | 162 | dependencies: |
152 | 163 | "@babel/template" "^7.27.2" |
153 | 164 | "@babel/types" "^7.28.2" |
|
164 | 175 | dependencies: |
165 | 176 | "@babel/types" "^7.28.0" |
166 | 177 |
|
| 178 | +"@babel/parser@^7.28.3": |
| 179 | + version "7.28.3" |
| 180 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71" |
| 181 | + integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA== |
| 182 | + dependencies: |
| 183 | + "@babel/types" "^7.28.2" |
| 184 | + |
167 | 185 | "@babel/plugin-transform-react-jsx-self@^7.27.1": |
168 | 186 | version "7.27.1" |
169 | 187 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz#af678d8506acf52c577cac73ff7fe6615c85fc92" |
|
192 | 210 | "@babel/parser" "^7.27.2" |
193 | 211 | "@babel/types" "^7.27.1" |
194 | 212 |
|
195 | | -"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.28.0": |
| 213 | +"@babel/traverse@^7.27.1": |
196 | 214 | version "7.28.0" |
197 | 215 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b" |
198 | 216 | integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg== |
|
205 | 223 | "@babel/types" "^7.28.0" |
206 | 224 | debug "^4.3.1" |
207 | 225 |
|
| 226 | +"@babel/traverse@^7.28.3": |
| 227 | + version "7.28.3" |
| 228 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434" |
| 229 | + integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ== |
| 230 | + dependencies: |
| 231 | + "@babel/code-frame" "^7.27.1" |
| 232 | + "@babel/generator" "^7.28.3" |
| 233 | + "@babel/helper-globals" "^7.28.0" |
| 234 | + "@babel/parser" "^7.28.3" |
| 235 | + "@babel/template" "^7.27.2" |
| 236 | + "@babel/types" "^7.28.2" |
| 237 | + debug "^4.3.1" |
| 238 | + |
208 | 239 | "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.21.3": |
209 | 240 | version "7.24.6" |
210 | 241 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.6.tgz#ba4e1f59870c10dc2fa95a274ac4feec23b21912" |
|
1807 | 1838 | "@react-types/overlays" "^3.9.0" |
1808 | 1839 | "@react-types/shared" "^3.31.0" |
1809 | 1840 |
|
1810 | | - |
1811 | | - version "1.0.0-beta.27" |
1812 | | - resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz#47d2bf4cef6d470b22f5831b420f8964e0bf755f" |
1813 | | - integrity sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA== |
| 1841 | + |
| 1842 | + version "1.0.0-beta.34" |
| 1843 | + resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.34.tgz#4421645c676926faa4574940d72fa7ce0ec7d419" |
| 1844 | + integrity sha512-LyAREkZHP5pMom7c24meKmJCdhf2hEyvam2q0unr3or9ydwDL+DJ8chTF6Av/RFPb3rH8UFBdMzO5MxTZW97oA== |
1814 | 1845 |
|
1815 | 1846 | "@rollup/pluginutils@^5.1.3": |
1816 | 1847 | version "5.1.4" |
|
2217 | 2248 | dependencies: |
2218 | 2249 | "@types/yargs-parser" "*" |
2219 | 2250 |
|
2220 | | -"@vitejs/plugin-react@^4.7.0": |
2221 | | - version "4.7.0" |
2222 | | - resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz#647af4e7bb75ad3add578e762ad984b90f4a24b9" |
2223 | | - integrity sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA== |
| 2251 | +"@vitejs/plugin-react@^5.0.2": |
| 2252 | + version "5.0.2" |
| 2253 | + resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.0.2.tgz#3b5d73fc0e4370a0fafe27154d2c208e2bca8f71" |
| 2254 | + integrity sha512-tmyFgixPZCx2+e6VO9TNITWcCQl8+Nl/E8YbAyPVv85QCc7/A3JrdfG2A8gIzvVhWuzMOVrFW1aReaNxrI6tbw== |
2224 | 2255 | dependencies: |
2225 | | - "@babel/core" "^7.28.0" |
| 2256 | + "@babel/core" "^7.28.3" |
2226 | 2257 | "@babel/plugin-transform-react-jsx-self" "^7.27.1" |
2227 | 2258 | "@babel/plugin-transform-react-jsx-source" "^7.27.1" |
2228 | | - "@rolldown/pluginutils" "1.0.0-beta.27" |
| 2259 | + "@rolldown/pluginutils" "1.0.0-beta.34" |
2229 | 2260 | "@types/babel__core" "^7.20.5" |
2230 | 2261 | react-refresh "^0.17.0" |
2231 | 2262 |
|
|
0 commit comments