Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 37 additions & 37 deletions bun.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "^3.0.9",
"@vitest/ui": "3.0.9",
"lefthook": "^1.13.0",
"lefthook": "^1.13.5",
"react-refresh": "^0.16.0",
"typescript": "5.8.2",
"vite-tsconfig-paths": "^5.1.4",
Expand Down
18 changes: 9 additions & 9 deletions packages/app-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@remix-run/dev": "^2.16.8",
"@remix-run/dev": "^2.17.1",
"@segment/analytics-next": "^1.78.1",
"@sentry/cli": "^2.42.3",
"@sentry/vite-plugin": "^3.2.2",
Expand All @@ -33,7 +33,7 @@
"remix-development-tools": "^4.7.7",
"remix-flat-routes": "^0.8.5",
"tailwindcss": "4.1.13",
"tsx": "^4.19.3",
"tsx": "^4.20.6",
"vite": "^6.2.7"
},
"dependencies": {
Expand Down Expand Up @@ -66,10 +66,10 @@
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8",
"@remix-run/node": "^2.16.5",
"@remix-run/react": "^2.16.5",
"@remix-run/serve": "^2.16.5",
"@remix-run/server-runtime": "^2.16.5",
"@remix-run/node": "^2.17.1",
"@remix-run/react": "^2.17.1",
"@remix-run/serve": "^2.17.1",
"@remix-run/server-runtime": "^2.17.1",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Remix Server Runtime Version Mismatch

The @remix-run/server-runtime package in packages/app-builder shows an update to ^2.17.1 in package.json, aligning with other @remix-run/* packages. However, the bun.lock file appears to still reference ^2.16.5 for this package, creating a version inconsistency that could lead to compatibility or dependency resolution issues.

Additional Locations (1)

Fix in Cursor Fix in Web

"@segment/snippet": "^5.2.1",
"@sentry/remix": "^8.55.0",
"@swan-io/boxed": "^3.2.0",
Expand All @@ -93,11 +93,11 @@
"i18next": "^23.16.8",
"i18next-browser-languagedetector": "^8.0.4",
"i18next-fetch-backend": "^6.0.0",
"isbot": "^5.1.25",
"isbot": "^5.1.31",
"js-cookie": "^3.0.5",
"marble-api": "workspace:*",
"match-sorter": "^8.0.0",
"nanoid": "^5.1.4",
"nanoid": "^5.1.6",
"object-to-formdata": "^4.5.1",
"pretty-cache-header": "^1.0.0",
"qs": "^6.14.0",
Expand All @@ -124,7 +124,7 @@
"ui-design-system": "workspace:*",
"ui-icons": "workspace:*",
"uuid": "^11.1.0",
"zod": "^4.1.8",
"zod": "^4.1.11",
"zustand": "^5.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/marble-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ora": "^8.2.0",
"swagger-cli": "^4.0.4",
"tailwind-preset": "^1.0.8",
"tsx": "^4.19.3"
"tsx": "^4.20.6"
},
"dependencies": {
"@oazapfts/runtime": "^1.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.51.0",
"@playwright/test": "^1.55.1",
"@types/node": "22.7.7",
"knex": "^3.1.0",
"pg": "^8.13.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ora": "^8.2.0",
"react": "18.3.1",
"svg-sprite": "^2.0.4",
"tsx": "^4.19.3"
"tsx": "^4.20.6"
},
"author": "",
"license": "ISC",
Expand Down