mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	chore(frontend): upgrade react to 19 (#10202)
* Initial plan * Upgrade React from 18.3.1 to 19.1.1 with TypeScript fixes Co-authored-by: matmair <66015116+matmair@users.noreply.github.com> * Update Vite React plugin to 5.0.1 for better React 19 support Co-authored-by: matmair <66015116+matmair@users.noreply.github.com> * Fix biome style issue in PluginUIFeature.tsx Co-authored-by: matmair <66015116+matmair@users.noreply.github.com> * remove biome --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
		| @@ -45,11 +45,25 @@ | ||||
|     js-tokens "^4.0.0" | ||||
|     picocolors "^1.0.0" | ||||
|  | ||||
| "@babel/code-frame@^7.27.1": | ||||
|   version "7.27.1" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be" | ||||
|   integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== | ||||
|   dependencies: | ||||
|     "@babel/helper-validator-identifier" "^7.27.1" | ||||
|     js-tokens "^4.0.0" | ||||
|     picocolors "^1.1.1" | ||||
|  | ||||
| "@babel/compat-data@^7.26.8": | ||||
|   version "7.26.8" | ||||
|   resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.8.tgz" | ||||
|   integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ== | ||||
|  | ||||
| "@babel/compat-data@^7.27.2": | ||||
|   version "7.28.0" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790" | ||||
|   integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw== | ||||
|  | ||||
| "@babel/core@^7.17.7", "@babel/core@^7.20.12", "@babel/core@^7.21.0", "@babel/core@^7.23.9", "@babel/core@^7.26.10": | ||||
|   version "7.26.10" | ||||
|   resolved "https://registry.npmjs.org/@babel/core/-/core-7.26.10.tgz" | ||||
| @@ -71,6 +85,27 @@ | ||||
|     json5 "^2.2.3" | ||||
|     semver "^6.3.1" | ||||
|  | ||||
| "@babel/core@^7.28.3": | ||||
|   version "7.28.3" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb" | ||||
|   integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ== | ||||
|   dependencies: | ||||
|     "@ampproject/remapping" "^2.2.0" | ||||
|     "@babel/code-frame" "^7.27.1" | ||||
|     "@babel/generator" "^7.28.3" | ||||
|     "@babel/helper-compilation-targets" "^7.27.2" | ||||
|     "@babel/helper-module-transforms" "^7.28.3" | ||||
|     "@babel/helpers" "^7.28.3" | ||||
|     "@babel/parser" "^7.28.3" | ||||
|     "@babel/template" "^7.27.2" | ||||
|     "@babel/traverse" "^7.28.3" | ||||
|     "@babel/types" "^7.28.2" | ||||
|     convert-source-map "^2.0.0" | ||||
|     debug "^4.1.0" | ||||
|     gensync "^1.0.0-beta.2" | ||||
|     json5 "^2.2.3" | ||||
|     semver "^6.3.1" | ||||
|  | ||||
| "@babel/generator@^7.21.1", "@babel/generator@^7.26.10", "@babel/generator@^7.27.0": | ||||
|   version "7.27.0" | ||||
|   resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.27.0.tgz" | ||||
| @@ -82,6 +117,17 @@ | ||||
|     "@jridgewell/trace-mapping" "^0.3.25" | ||||
|     jsesc "^3.0.2" | ||||
|  | ||||
| "@babel/generator@^7.28.3": | ||||
|   version "7.28.3" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e" | ||||
|   integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw== | ||||
|   dependencies: | ||||
|     "@babel/parser" "^7.28.3" | ||||
|     "@babel/types" "^7.28.2" | ||||
|     "@jridgewell/gen-mapping" "^0.3.12" | ||||
|     "@jridgewell/trace-mapping" "^0.3.28" | ||||
|     jsesc "^3.0.2" | ||||
|  | ||||
| "@babel/helper-annotate-as-pure@^7.25.9": | ||||
|   version "7.25.9" | ||||
|   resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz" | ||||
| @@ -100,6 +146,17 @@ | ||||
|     lru-cache "^5.1.1" | ||||
|     semver "^6.3.1" | ||||
|  | ||||
| "@babel/helper-compilation-targets@^7.27.2": | ||||
|   version "7.27.2" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d" | ||||
|   integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ== | ||||
|   dependencies: | ||||
|     "@babel/compat-data" "^7.27.2" | ||||
|     "@babel/helper-validator-option" "^7.27.1" | ||||
|     browserslist "^4.24.0" | ||||
|     lru-cache "^5.1.1" | ||||
|     semver "^6.3.1" | ||||
|  | ||||
| "@babel/helper-create-class-features-plugin@^7.27.0": | ||||
|   version "7.27.0" | ||||
|   resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz" | ||||
| @@ -113,6 +170,11 @@ | ||||
|     "@babel/traverse" "^7.27.0" | ||||
|     semver "^6.3.1" | ||||
|  | ||||
| "@babel/helper-globals@^7.28.0": | ||||
|   version "7.28.0" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674" | ||||
|   integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== | ||||
|  | ||||
| "@babel/helper-member-expression-to-functions@^7.25.9": | ||||
|   version "7.25.9" | ||||
|   resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz" | ||||
| @@ -129,6 +191,14 @@ | ||||
|     "@babel/traverse" "^7.25.9" | ||||
|     "@babel/types" "^7.25.9" | ||||
|  | ||||
| "@babel/helper-module-imports@^7.27.1": | ||||
|   version "7.27.1" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204" | ||||
|   integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w== | ||||
|   dependencies: | ||||
|     "@babel/traverse" "^7.27.1" | ||||
|     "@babel/types" "^7.27.1" | ||||
|  | ||||
| "@babel/helper-module-transforms@^7.26.0": | ||||
|   version "7.26.0" | ||||
|   resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz" | ||||
| @@ -138,6 +208,15 @@ | ||||
|     "@babel/helper-validator-identifier" "^7.25.9" | ||||
|     "@babel/traverse" "^7.25.9" | ||||
|  | ||||
| "@babel/helper-module-transforms@^7.28.3": | ||||
|   version "7.28.3" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6" | ||||
|   integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw== | ||||
|   dependencies: | ||||
|     "@babel/helper-module-imports" "^7.27.1" | ||||
|     "@babel/helper-validator-identifier" "^7.27.1" | ||||
|     "@babel/traverse" "^7.28.3" | ||||
|  | ||||
| "@babel/helper-optimise-call-expression@^7.25.9": | ||||
|   version "7.25.9" | ||||
|   resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz" | ||||
| @@ -150,6 +229,11 @@ | ||||
|   resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz" | ||||
|   integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg== | ||||
|  | ||||
| "@babel/helper-plugin-utils@^7.27.1": | ||||
|   version "7.27.1" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c" | ||||
|   integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw== | ||||
|  | ||||
| "@babel/helper-replace-supers@^7.26.5": | ||||
|   version "7.26.5" | ||||
|   resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz" | ||||
| @@ -172,16 +256,31 @@ | ||||
|   resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz" | ||||
|   integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== | ||||
|  | ||||
| "@babel/helper-string-parser@^7.27.1": | ||||
|   version "7.27.1" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" | ||||
|   integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== | ||||
|  | ||||
| "@babel/helper-validator-identifier@^7.25.9": | ||||
|   version "7.25.9" | ||||
|   resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz" | ||||
|   integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== | ||||
|  | ||||
| "@babel/helper-validator-identifier@^7.27.1": | ||||
|   version "7.27.1" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" | ||||
|   integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== | ||||
|  | ||||
| "@babel/helper-validator-option@^7.25.9": | ||||
|   version "7.25.9" | ||||
|   resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz" | ||||
|   integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw== | ||||
|  | ||||
| "@babel/helper-validator-option@^7.27.1": | ||||
|   version "7.27.1" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" | ||||
|   integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== | ||||
|  | ||||
| "@babel/helpers@^7.26.10": | ||||
|   version "7.27.0" | ||||
|   resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.0.tgz" | ||||
| @@ -190,6 +289,14 @@ | ||||
|     "@babel/template" "^7.27.0" | ||||
|     "@babel/types" "^7.27.0" | ||||
|  | ||||
| "@babel/helpers@^7.28.3": | ||||
|   version "7.28.3" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441" | ||||
|   integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw== | ||||
|   dependencies: | ||||
|     "@babel/template" "^7.27.2" | ||||
|     "@babel/types" "^7.28.2" | ||||
|  | ||||
| "@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.22.0", "@babel/parser@^7.23.9", "@babel/parser@^7.25.3", "@babel/parser@^7.26.10", "@babel/parser@^7.27.0": | ||||
|   version "7.27.0" | ||||
|   resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.27.0.tgz" | ||||
| @@ -197,6 +304,13 @@ | ||||
|   dependencies: | ||||
|     "@babel/types" "^7.27.0" | ||||
|  | ||||
| "@babel/parser@^7.27.2", "@babel/parser@^7.28.3": | ||||
|   version "7.28.3" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71" | ||||
|   integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA== | ||||
|   dependencies: | ||||
|     "@babel/types" "^7.28.2" | ||||
|  | ||||
| "@babel/plugin-syntax-jsx@^7.16.7", "@babel/plugin-syntax-jsx@^7.25.9": | ||||
|   version "7.25.9" | ||||
|   resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz" | ||||
| @@ -233,19 +347,19 @@ | ||||
|   dependencies: | ||||
|     "@babel/plugin-transform-react-jsx" "^7.25.9" | ||||
|  | ||||
| "@babel/plugin-transform-react-jsx-self@^7.25.9": | ||||
|   version "7.25.9" | ||||
|   resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.9.tgz" | ||||
|   integrity sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg== | ||||
| "@babel/plugin-transform-react-jsx-self@^7.27.1": | ||||
|   version "7.27.1" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz#af678d8506acf52c577cac73ff7fe6615c85fc92" | ||||
|   integrity sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw== | ||||
|   dependencies: | ||||
|     "@babel/helper-plugin-utils" "^7.25.9" | ||||
|     "@babel/helper-plugin-utils" "^7.27.1" | ||||
|  | ||||
| "@babel/plugin-transform-react-jsx-source@^7.25.9": | ||||
|   version "7.25.9" | ||||
|   resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.25.9.tgz" | ||||
|   integrity sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg== | ||||
| "@babel/plugin-transform-react-jsx-source@^7.27.1": | ||||
|   version "7.27.1" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz#dcfe2c24094bb757bf73960374e7c55e434f19f0" | ||||
|   integrity sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw== | ||||
|   dependencies: | ||||
|     "@babel/helper-plugin-utils" "^7.25.9" | ||||
|     "@babel/helper-plugin-utils" "^7.27.1" | ||||
|  | ||||
| "@babel/plugin-transform-react-jsx@^7.25.9": | ||||
|   version "7.25.9" | ||||
| @@ -316,6 +430,15 @@ | ||||
|     "@babel/parser" "^7.27.0" | ||||
|     "@babel/types" "^7.27.0" | ||||
|  | ||||
| "@babel/template@^7.27.2": | ||||
|   version "7.27.2" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" | ||||
|   integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== | ||||
|   dependencies: | ||||
|     "@babel/code-frame" "^7.27.1" | ||||
|     "@babel/parser" "^7.27.2" | ||||
|     "@babel/types" "^7.27.1" | ||||
|  | ||||
| "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.5", "@babel/traverse@^7.27.0": | ||||
|   version "7.27.0" | ||||
|   resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.0.tgz" | ||||
| @@ -329,6 +452,19 @@ | ||||
|     debug "^4.3.1" | ||||
|     globals "^11.1.0" | ||||
|  | ||||
| "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3": | ||||
|   version "7.28.3" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434" | ||||
|   integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ== | ||||
|   dependencies: | ||||
|     "@babel/code-frame" "^7.27.1" | ||||
|     "@babel/generator" "^7.28.3" | ||||
|     "@babel/helper-globals" "^7.28.0" | ||||
|     "@babel/parser" "^7.28.3" | ||||
|     "@babel/template" "^7.27.2" | ||||
|     "@babel/types" "^7.28.2" | ||||
|     debug "^4.3.1" | ||||
|  | ||||
| "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.21.2", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.27.0": | ||||
|   version "7.27.0" | ||||
|   resolved "https://registry.npmjs.org/@babel/types/-/types-7.27.0.tgz" | ||||
| @@ -337,6 +473,14 @@ | ||||
|     "@babel/helper-string-parser" "^7.25.9" | ||||
|     "@babel/helper-validator-identifier" "^7.25.9" | ||||
|  | ||||
| "@babel/types@^7.27.1", "@babel/types@^7.28.2": | ||||
|   version "7.28.2" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b" | ||||
|   integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ== | ||||
|   dependencies: | ||||
|     "@babel/helper-string-parser" "^7.27.1" | ||||
|     "@babel/helper-validator-identifier" "^7.27.1" | ||||
|  | ||||
| "@codecov/bundler-plugin-core@^1.9.0": | ||||
|   version "1.9.0" | ||||
|   resolved "https://registry.npmjs.org/@codecov/bundler-plugin-core/-/bundler-plugin-core-1.9.0.tgz" | ||||
| @@ -859,6 +1003,14 @@ | ||||
|     "@types/yargs" "^17.0.8" | ||||
|     chalk "^4.0.0" | ||||
|  | ||||
| "@jridgewell/gen-mapping@^0.3.12": | ||||
|   version "0.3.13" | ||||
|   resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f" | ||||
|   integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA== | ||||
|   dependencies: | ||||
|     "@jridgewell/sourcemap-codec" "^1.5.0" | ||||
|     "@jridgewell/trace-mapping" "^0.3.24" | ||||
|  | ||||
| "@jridgewell/gen-mapping@^0.3.5": | ||||
|   version "0.3.8" | ||||
|   resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz" | ||||
| @@ -891,6 +1043,14 @@ | ||||
|     "@jridgewell/resolve-uri" "^3.1.0" | ||||
|     "@jridgewell/sourcemap-codec" "^1.4.14" | ||||
|  | ||||
| "@jridgewell/trace-mapping@^0.3.28": | ||||
|   version "0.3.30" | ||||
|   resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.30.tgz#4a76c4daeee5df09f5d3940e087442fb36ce2b99" | ||||
|   integrity sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q== | ||||
|   dependencies: | ||||
|     "@jridgewell/resolve-uri" "^3.1.0" | ||||
|     "@jridgewell/sourcemap-codec" "^1.4.14" | ||||
|  | ||||
| "@lezer/common@^1.0.0", "@lezer/common@^1.0.2", "@lezer/common@^1.1.0", "@lezer/common@^1.2.0": | ||||
|   version "1.2.3" | ||||
|   resolved "https://registry.npmjs.org/@lezer/common/-/common-1.2.3.tgz" | ||||
| @@ -1325,6 +1485,11 @@ | ||||
|   resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.19.2.tgz" | ||||
|   integrity sha512-baiMx18+IMuD1yyvOGaHM9QrVUPGGG0jC+z+IPHnRJWUAUvaKuWKyE8gjDj2rzv3sz9zOGoRSPgeBVHRhZnBlA== | ||||
|  | ||||
| "@rolldown/pluginutils@1.0.0-beta.32": | ||||
|   version "1.0.0-beta.32" | ||||
|   resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.32.tgz#40a51db68a3c967183a9d58c5f5179adf6214cce" | ||||
|   integrity sha512-QReCdvxiUZAPkvp1xpAg62IeNzykOFA6syH2CnClif4YmALN1XKpB39XneL80008UbtMShthSVDKmrx05N1q/g== | ||||
|  | ||||
| "@rollup/pluginutils@^5.1.4": | ||||
|   version "5.1.4" | ||||
|   resolved "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.4.tgz" | ||||
| @@ -1712,12 +1877,10 @@ | ||||
|   dependencies: | ||||
|     "@types/node" "*" | ||||
|  | ||||
| "@types/react-dom@^18.3.0": | ||||
|   version "18.3.0" | ||||
|   resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.0.tgz" | ||||
|   integrity sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg== | ||||
|   dependencies: | ||||
|     "@types/react" "*" | ||||
| "@types/react-dom@^19.1.7": | ||||
|   version "19.1.7" | ||||
|   resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.7.tgz#2863f2aa89e023592b981204ef92c5221b286410" | ||||
|   integrity sha512-i5ZzwYpqjmrKenzkoLM2Ibzt6mAsM7pxB6BCIouEVVmgiqaMj1TjaK7hnA36hbW5aZv20kx7Lw6hWzPWg0Rurw== | ||||
|  | ||||
| "@types/react-grid-layout@^1.3.5": | ||||
|   version "1.3.5" | ||||
| @@ -1757,7 +1920,7 @@ | ||||
|   dependencies: | ||||
|     "@types/react" "*" | ||||
|  | ||||
| "@types/react@*", "@types/react@^18.3.8": | ||||
| "@types/react@*": | ||||
|   version "18.3.8" | ||||
|   resolved "https://registry.npmjs.org/@types/react/-/react-18.3.8.tgz" | ||||
|   integrity sha512-syBUrW3/XpnW4WJ41Pft+I+aPoDVbrBVQGEnbD7NijDGlVC+8gV/XKRY+7vMDlfPpbwYt0l1vd/Sj8bJGMbs9Q== | ||||
| @@ -1765,6 +1928,13 @@ | ||||
|     "@types/prop-types" "*" | ||||
|     csstype "^3.0.2" | ||||
|  | ||||
| "@types/react@^19.1.10": | ||||
|   version "19.1.10" | ||||
|   resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.10.tgz#a05015952ef328e1b85579c839a71304b07d21d9" | ||||
|   integrity sha512-EhBeSYX0Y6ye8pNebpKrwFJq7BoQ8J5SO6NlvNwwHjSj6adXJViPQrKlsyPw7hLBLvckEMO1yxeGdR82YBBlDg== | ||||
|   dependencies: | ||||
|     csstype "^3.0.2" | ||||
|  | ||||
| "@types/stylis@4.2.5": | ||||
|   version "4.2.5" | ||||
|   resolved "https://registry.npmjs.org/@types/stylis/-/stylis-4.2.5.tgz" | ||||
| @@ -1904,14 +2074,15 @@ | ||||
|     "@vanilla-extract/compiler" "^0.1.2" | ||||
|     "@vanilla-extract/integration" "^8.0.1" | ||||
|  | ||||
| "@vitejs/plugin-react@^4.3.4": | ||||
|   version "4.4.1" | ||||
|   resolved "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.4.1.tgz" | ||||
|   integrity sha512-IpEm5ZmeXAP/osiBXVVP5KjFMzbWOonMs0NaQQl+xYnUAcq4oHUBsF2+p4MgKWG4YMmFYJU8A6sxRPuowllm6w== | ||||
| "@vitejs/plugin-react@^5.0.1": | ||||
|   version "5.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.0.1.tgz#02c074f3fd9a82e4676c51e0fe9603a26ca614a3" | ||||
|   integrity sha512-DE4UNaBXwtVoDJ0ccBdLVjFTWL70NRuWNCxEieTI3lrq9ORB9aOCQEKstwDXBl87NvFdbqh/p7eINGyj0BthJA== | ||||
|   dependencies: | ||||
|     "@babel/core" "^7.26.10" | ||||
|     "@babel/plugin-transform-react-jsx-self" "^7.25.9" | ||||
|     "@babel/plugin-transform-react-jsx-source" "^7.25.9" | ||||
|     "@babel/core" "^7.28.3" | ||||
|     "@babel/plugin-transform-react-jsx-self" "^7.27.1" | ||||
|     "@babel/plugin-transform-react-jsx-source" "^7.27.1" | ||||
|     "@rolldown/pluginutils" "1.0.0-beta.32" | ||||
|     "@types/babel__core" "^7.20.5" | ||||
|     react-refresh "^0.17.0" | ||||
|  | ||||
| @@ -3539,7 +3710,7 @@ log-symbols@^4.1.0: | ||||
|     chalk "^4.1.0" | ||||
|     is-unicode-supported "^0.1.0" | ||||
|  | ||||
| loose-envify@^1.1.0, loose-envify@^1.4.0: | ||||
| loose-envify@^1.4.0: | ||||
|   version "1.4.0" | ||||
|   resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz" | ||||
|   integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== | ||||
| @@ -4139,13 +4310,12 @@ quansync@^0.2.8: | ||||
|   resolved "https://registry.npmjs.org/quansync/-/quansync-0.2.10.tgz" | ||||
|   integrity sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A== | ||||
|  | ||||
| react-dom@^18.3.1: | ||||
|   version "18.3.1" | ||||
|   resolved "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz" | ||||
|   integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw== | ||||
| react-dom@^19.1.1: | ||||
|   version "19.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.1.1.tgz#2daa9ff7f3ae384aeb30e76d5ee38c046dc89893" | ||||
|   integrity sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw== | ||||
|   dependencies: | ||||
|     loose-envify "^1.1.0" | ||||
|     scheduler "^0.23.2" | ||||
|     scheduler "^0.26.0" | ||||
|  | ||||
| react-draggable@^4.0.3, react-draggable@^4.4.5: | ||||
|   version "4.4.6" | ||||
| @@ -4189,6 +4359,11 @@ react-is@^18.0.0, react-is@^18.3.1: | ||||
|   resolved "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" | ||||
|   integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg== | ||||
|  | ||||
| react-is@^19.1.1: | ||||
|   version "19.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.1.1.tgz#038ebe313cf18e1fd1235d51c87360eb87f7c36a" | ||||
|   integrity sha512-tr41fA15Vn8p4X9ntI+yCyeGSf1TlYaY5vlTZfQmeLBrFo3psOPX6HhTDnFNL9uj3EhP0KAQ80cugCl4b4BERA== | ||||
|  | ||||
| react-number-format@^5.4.3: | ||||
|   version "5.4.3" | ||||
|   resolved "https://registry.npmjs.org/react-number-format/-/react-number-format-5.4.3.tgz" | ||||
| @@ -4307,12 +4482,10 @@ react-window@1.8.10: | ||||
|     "@babel/runtime" "^7.0.0" | ||||
|     memoize-one ">=3.1.1 <6" | ||||
|  | ||||
| react@^18.3.1: | ||||
|   version "18.3.1" | ||||
|   resolved "https://registry.npmjs.org/react/-/react-18.3.1.tgz" | ||||
|   integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ== | ||||
|   dependencies: | ||||
|     loose-envify "^1.1.0" | ||||
| react@^19.1.1: | ||||
|   version "19.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/react/-/react-19.1.1.tgz#06d9149ec5e083a67f9a1e39ce97b06a03b644af" | ||||
|   integrity sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ== | ||||
|  | ||||
| readable-stream@^3.4.0: | ||||
|   version "3.6.2" | ||||
| @@ -4487,12 +4660,10 @@ safe-buffer@~5.2.0: | ||||
|   resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" | ||||
|   integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== | ||||
|  | ||||
| scheduler@^0.23.2: | ||||
|   version "0.23.2" | ||||
|   resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz" | ||||
|   integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ== | ||||
|   dependencies: | ||||
|     loose-envify "^1.1.0" | ||||
| scheduler@^0.26.0: | ||||
|   version "0.26.0" | ||||
|   resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.26.0.tgz#4ce8a8c2a2095f13ea11bf9a445be50c555d6337" | ||||
|   integrity sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA== | ||||
|  | ||||
| semver@^6.0.0, semver@^6.3.1: | ||||
|   version "6.3.1" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user