diff --git a/packages/components-react/package.json b/packages/components-react/package.json index 262a4ce63c..7f09c116f5 100644 --- a/packages/components-react/package.json +++ b/packages/components-react/package.json @@ -39,7 +39,7 @@ ], "devDependencies": { "@rollup/plugin-node-resolve": "^16.0.3", - "@rollup/plugin-typescript": "^11.1.1", + "@rollup/plugin-typescript": "^12.3.0", "@types/react-dom": "^18.3.1", "rimraf": "^6.1.3", "rollup": "2.80.0", diff --git a/yarn.lock b/yarn.lock index f416c3aa16..b1dc8bb38d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4263,22 +4263,22 @@ is-module "^1.0.0" resolve "^1.22.1" -"@rollup/plugin-typescript@^11.1.1": - version "11.1.1" - resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-11.1.1.tgz#258663a7aa6b51390dd39ae6e5502f2c4b2807cb" - integrity sha512-Ioir+x5Bejv72Lx2Zbz3/qGg7tvGbxQZALCLoJaGrkNXak/19+vKgKYJYM3i/fJxvsb23I9FuFQ8CUBEfsmBRg== +"@rollup/plugin-typescript@^12.3.0": + version "12.3.0" + resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-12.3.0.tgz#cc51b830973bc14c9456fe6532f322f2a40f5f12" + integrity sha512-7DP0/p7y3t67+NabT9f8oTBFE6gGkto4SA6Np2oudYmZE/m1dt8RB0SjL1msMxFpLo631qjRCcBlAbq1ml/Big== dependencies: - "@rollup/pluginutils" "^5.0.1" + "@rollup/pluginutils" "^5.1.0" resolve "^1.22.1" -"@rollup/pluginutils@^5.0.1": - version "5.0.2" - resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz#012b8f53c71e4f6f9cb317e311df1404f56e7a33" - integrity sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA== +"@rollup/pluginutils@^5.0.1", "@rollup/pluginutils@^5.1.0": + version "5.4.0" + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.4.0.tgz#ac23a29ced0247060a210815fca39c17de4d2f26" + integrity sha512-MfPp06CjRLfXQ3wY0R8vJDYBy/MvVcc9OulEfR0B8Iv9ko+GCNaRZ+EpJYFl27LhKsZK0o420sYCRHCjfCgeUg== dependencies: "@types/estree" "^1.0.0" estree-walker "^2.0.2" - picomatch "^2.3.1" + picomatch "^4.0.2" "@rollup/rollup-darwin-arm64@4.34.9": version "4.34.9"