diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 266e770b..86f7b717 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -59,7 +59,7 @@ "@types/react-infinite-scroller": "^1.2.5", "@types/throttle-debounce": "^5.0.2", "@types/tinycon": "^0.6.7", - "@vitejs/plugin-react": "^4.4.1", + "@vitejs/plugin-react": "^4.5.0", "babel-plugin-macros": "^3.1.0", "jsdom": "^26.1.0", "rollup-plugin-visualizer": "^5.14.0", @@ -1910,6 +1910,13 @@ } } }, + "node_modules/@rolldown/pluginutils": { + "version": "1.0.0-beta.9", + "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.9.tgz", + "integrity": "sha512-e9MeMtVWo186sgvFFJOPGy7/d2j2mZhLJIdVW0C/xDluuOvymEATqz6zKsP0ZmXGzQtqlyjz5sC1sYQUoJG98w==", + "dev": true, + "license": "MIT" + }, "node_modules/@rollup/rollup-android-arm-eabi": { "version": "4.41.0", "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.41.0.tgz", @@ -2511,15 +2518,16 @@ "license": "MIT" }, "node_modules/@vitejs/plugin-react": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.4.1.tgz", - "integrity": "sha512-IpEm5ZmeXAP/osiBXVVP5KjFMzbWOonMs0NaQQl+xYnUAcq4oHUBsF2+p4MgKWG4YMmFYJU8A6sxRPuowllm6w==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.5.0.tgz", + "integrity": "sha512-JuLWaEqypaJmOJPLWwO335Ig6jSgC1FTONCWAxnqcQthLTK/Yc9aH6hr9z/87xciejbQcnP3GnA1FWUSWeXaeg==", "dev": true, "license": "MIT", "dependencies": { "@babel/core": "^7.26.10", "@babel/plugin-transform-react-jsx-self": "^7.25.9", "@babel/plugin-transform-react-jsx-source": "^7.25.9", + "@rolldown/pluginutils": "1.0.0-beta.9", "@types/babel__core": "^7.20.5", "react-refresh": "^0.17.0" }, diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 7c99e6f6..b24df49a 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -66,7 +66,7 @@ "@types/react-infinite-scroller": "^1.2.5", "@types/throttle-debounce": "^5.0.2", "@types/tinycon": "^0.6.7", - "@vitejs/plugin-react": "^4.4.1", + "@vitejs/plugin-react": "^4.5.0", "babel-plugin-macros": "^3.1.0", "jsdom": "^26.1.0", "rollup-plugin-visualizer": "^5.14.0",