Skip to content

Commit

Permalink
enforce dependency versions to avoid build process problems
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstroschein committed Dec 24, 2024
1 parent 973e220 commit 5fb0828
Show file tree
Hide file tree
Showing 13 changed files with 299 additions and 281 deletions.
4 changes: 2 additions & 2 deletions packages/lix-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"@eslint/js": "^9.12.0",
"@lix-js/server-api-schema": "workspace:*",
"@types/uuid": "^10.0.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/coverage-v8": "2.0.5",
"eslint": "^9.12.0",
"json-schema-to-ts": "^3.1.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.9.0",
"vitest": "^2.0.5"
"vitest": "2.0.5"
}
}

Large diffs are not rendered by default.

207 changes: 0 additions & 207 deletions packages/lix-website/build/client/assets/components-7JiR4bbM.js

This file was deleted.

208 changes: 208 additions & 0 deletions packages/lix-website/build/client/assets/components-Cv24NJu3.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions packages/lix-website/build/client/assets/entry.client-CBv5mMbW.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 0 additions & 19 deletions packages/lix-website/build/client/assets/entry.client-CZKf3RLx.js

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/lix-website/build/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1322,11 +1322,11 @@ const route2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProper
default: Index,
meta
}, Symbol.toStringTag, { value: "Module" }));
const serverManifest = { "entry": { "module": "/assets/entry.client-CZKf3RLx.js", "imports": ["/assets/components-7JiR4bbM.js"], "css": [] }, "routes": { "root": { "id": "root", "parentId": void 0, "path": "", "index": void 0, "caseSensitive": void 0, "hasAction": false, "hasLoader": true, "hasClientAction": false, "hasClientLoader": false, "hasErrorBoundary": false, "module": "/assets/root-D8n12fSM.js", "imports": ["/assets/components-7JiR4bbM.js"], "css": ["/assets/root-CCYitqI8.css"] }, "routes/file-manager": { "id": "routes/file-manager", "parentId": "root", "path": "file-manager", "index": void 0, "caseSensitive": void 0, "hasAction": false, "hasLoader": false, "hasClientAction": false, "hasClientLoader": false, "hasErrorBoundary": false, "module": "/assets/file-manager-Dwln8Q9U.js", "imports": ["/assets/components-7JiR4bbM.js", "/assets/details-B17gBefg.js"], "css": [] }, "routes/_index": { "id": "routes/_index", "parentId": "root", "path": void 0, "index": true, "caseSensitive": void 0, "hasAction": false, "hasLoader": false, "hasClientAction": false, "hasClientLoader": false, "hasErrorBoundary": false, "module": "/assets/_index-D82fu1ea.js", "imports": ["/assets/components-7JiR4bbM.js", "/assets/details-B17gBefg.js"], "css": [] } }, "url": "/assets/manifest-720a08c9.js", "version": "720a08c9" };
const serverManifest = { "entry": { "module": "/assets/entry.client-CBv5mMbW.js", "imports": ["/assets/components-Cv24NJu3.js"], "css": [] }, "routes": { "root": { "id": "root", "parentId": void 0, "path": "", "index": void 0, "caseSensitive": void 0, "hasAction": false, "hasLoader": true, "hasClientAction": false, "hasClientLoader": false, "hasErrorBoundary": false, "module": "/assets/root-DQ7FJxsl.js", "imports": ["/assets/components-Cv24NJu3.js"], "css": ["/assets/root-CCYitqI8.css"] }, "routes/file-manager": { "id": "routes/file-manager", "parentId": "root", "path": "file-manager", "index": void 0, "caseSensitive": void 0, "hasAction": false, "hasLoader": false, "hasClientAction": false, "hasClientLoader": false, "hasErrorBoundary": false, "module": "/assets/file-manager-DySqwKq8.js", "imports": ["/assets/components-Cv24NJu3.js", "/assets/details-CnhnO73y.js"], "css": [] }, "routes/_index": { "id": "routes/_index", "parentId": "root", "path": void 0, "index": true, "caseSensitive": void 0, "hasAction": false, "hasLoader": false, "hasClientAction": false, "hasClientLoader": false, "hasErrorBoundary": false, "module": "/assets/_index-CdcRHkHB.js", "imports": ["/assets/components-Cv24NJu3.js", "/assets/details-CnhnO73y.js"], "css": [] } }, "url": "/assets/manifest-a96c1d3a.js", "version": "a96c1d3a" };
const mode = "production";
const assetsBuildDirectory = "build/client";
const basename = "/";
const future = { "v3_fetcherPersist": true, "v3_relativeSplatPath": true, "v3_throwAbortReason": true, "v3_routeConfig": false, "v3_singleFetch": false, "v3_lazyRouteDiscovery": false, "unstable_optimizeDeps": false };
const future = { "v3_fetcherPersist": true, "v3_relativeSplatPath": true, "v3_throwAbortReason": true, "unstable_singleFetch": false, "unstable_lazyRouteDiscovery": false, "unstable_optimizeDeps": false };
const isSpaMode = false;
const publicPath = "/";
const entry = { module: entryServer };
Expand Down
Loading

0 comments on commit 5fb0828

Please sign in to comment.