diff --git a/web/bun.lock b/web/bun.lock index 275570d6..6a211d74 100644 --- a/web/bun.lock +++ b/web/bun.lock @@ -11,11 +11,11 @@ "@orama/stopwords": "^3.1.18", "@orama/tokenizers": "^3.1.18", "@react-router/node": "^8.0.1", - "@tanstack/react-query": "^5.101.1", + "@tanstack/react-query": "^5.101.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "framer-motion": "^12.42.0", - "fumadocs-core": "^16.10.5", + "fumadocs-core": "^16.10.6", "fumadocs-mdx": "15.0.12", "fumadocs-ui": "16.10.5", "i18next": "^26.3.3", @@ -57,9 +57,6 @@ }, }, }, - "patchedDependencies": { - "@react-router/dev@8.0.1": "patches/@react-router%2Fdev@8.0.1.patch", - }, "packages": { "@babel/code-frame": ["@babel/code-frame@7.29.7", "", { "dependencies": { "@babel/helper-validator-identifier": "^7.29.7", "js-tokens": "^4.0.0", "picocolors": "^1.1.1" } }, "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw=="], diff --git a/web/package.json b/web/package.json index ee28f059..468ed37a 100644 --- a/web/package.json +++ b/web/package.json @@ -63,8 +63,5 @@ "vite": "^8.1.0", "vite-plugin-devtools-json": "^1.0.0", "vite-tsconfig-paths": "^6.1.1" - }, - "patchedDependencies": { - "@react-router/dev@8.0.1": "patches/@react-router%2Fdev@8.0.1.patch" } } diff --git a/web/patches/@react-router%2Fdev@8.0.1.patch b/web/patches/@react-router%2Fdev@8.0.1.patch deleted file mode 100644 index 7dcfdb38..00000000 --- a/web/patches/@react-router%2Fdev@8.0.1.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/dist/typegen-9e9g0hnu.js b/dist/typegen-9e9g0hnu.js -index 6366c6d25580717735456d8bacb9a6b159adfbdc..31674246fed0b70527d7541e2dade4ff4fe8b15f 100644 ---- a/dist/typegen-9e9g0hnu.js -+++ b/dist/typegen-9e9g0hnu.js -@@ -95,7 +95,7 @@ async function createContext$1({ root, mode, customLogger }) { - optimizeDeps: { noDiscovery: true }, - css: { postcss: {} }, - configFile: false, -- envFile: false, -+ envDir: false, - plugins: [], - environments: { __config_loader: { - consumer: "server", -diff --git a/dist/vite.js b/dist/vite.js -index 6590bdb00df5ead362d1ea1e2db841d1f68d47c8..9c27fe86dc285eafde6db537f280f22f38e3622a 100644 ---- a/dist/vite.js -+++ b/dist/vite.js -@@ -1592,7 +1592,7 @@ const reactRouterVitePlugin = () => { - hmr: false - }, - configFile: false, -- envFile: false, -+ envDir: false, - plugins: [childCompilerPlugins.filter((plugin) => typeof plugin === "object" && plugin !== null && "name" in plugin && plugin.name !== "react-router" && plugin.name !== "react-router:route-exports" && plugin.name !== "react-router:hmr-updates" && plugin.name !== "react-router:validate-plugin-order").map((plugin) => ({ - ...plugin, - configureServer: void 0,