diff --git a/example/package-lock.json b/example/package-lock.json index c755fa24e..c39e49335 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -27,7 +27,7 @@ "@types/node": "24.12.4", "@types/react-dom": "19.2.3", "@types/react-syntax-highlighter": "15.5.13", - "@vitejs/plugin-react": "6.0.2", + "@vitejs/plugin-react": "6.0.3", "nodemon": "3.1.14", "oxlint": "1.70.0", "vite": "8.0.16" @@ -35,7 +35,7 @@ }, "..": { "name": "@remoteoss/remote-flows", - "version": "1.40.0", + "version": "1.41.1", "dependencies": { "@hookform/resolvers": "5.4.0", "@radix-ui/react-checkbox": "1.3.4", @@ -62,7 +62,7 @@ "lodash.mergewith": "4.6.2", "lodash.omit": "4.18.0", "lodash.omitby": "4.6.0", - "lucide-react": "1.16.0", + "lucide-react": "1.21.0", "postcss": "8.5.14", "react-day-picker": "8.10.2", "react-flagpack": "2.0.6", @@ -95,7 +95,7 @@ "gzip-size": "7.0.0", "jsdom": "29.1.1", "msw": "2.14.6", - "oxfmt": "0.55.0", + "oxfmt": "0.56.0", "oxlint": "1.70.0", "tsup": "8.5.1", "tsx": "4.22.4", @@ -891,13 +891,13 @@ "license": "MIT" }, "node_modules/@vitejs/plugin-react": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.2.tgz", - "integrity": "sha512-DlSMqo4WhThw4vB8Mpn0Woe9J+Jfq1geJ61AKW0QEgLzGMNwtIMdxbDUzLxcun8W7NbJO0e2Jg/Nxm3cCSVzzg==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.3.tgz", + "integrity": "sha512-vmFvco5/QuC2f9Oj+wTk0+9XeDFkHxSamwZKYc7MxYwKICfvUvlMhqKI0VuICPltGqh1neqBKDvO4kes1ya8vg==", "dev": true, "license": "MIT", "dependencies": { - "@rolldown/pluginutils": "^1.0.0" + "@rolldown/pluginutils": "^1.0.1" }, "engines": { "node": "^20.19.0 || >=22.12.0" diff --git a/example/package.json b/example/package.json index 38195a17b..bd11bc0a5 100644 --- a/example/package.json +++ b/example/package.json @@ -33,7 +33,7 @@ "@types/node": "24.12.4", "@types/react-dom": "19.2.3", "@types/react-syntax-highlighter": "15.5.13", - "@vitejs/plugin-react": "6.0.2", + "@vitejs/plugin-react": "6.0.3", "nodemon": "3.1.14", "oxlint": "1.70.0", "vite": "8.0.16"