Skip to content

Commit 445124e

Browse files
authored
Merge pull request #503 from objectstack-ai/copilot/fix-installation-failure
2 parents 1013db4 + a53034e commit 445124e

2 files changed

Lines changed: 49 additions & 382 deletions

File tree

apps/console/package.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test:watch": "vitest",
2828
"test:ui": "vitest --ui"
2929
},
30-
"dependencies": {
30+
"devDependencies": {
3131
"@object-ui/auth": "workspace:*",
3232
"@object-ui/collaboration": "workspace:*",
3333
"@object-ui/components": "workspace:*",
@@ -58,20 +58,13 @@
5858
"@object-ui/plugin-view": "workspace:*",
5959
"@object-ui/react": "workspace:*",
6060
"@object-ui/types": "workspace:*",
61+
"@objectstack/cli": "^3.0.2",
6162
"@objectstack/client": "^3.0.2",
6263
"@objectstack/driver-memory": "^3.0.2",
6364
"@objectstack/objectql": "^3.0.2",
6465
"@objectstack/plugin-msw": "^3.0.2",
6566
"@objectstack/runtime": "^3.0.2",
6667
"@objectstack/spec": "^3.0.2",
67-
"lucide-react": "^0.563.0",
68-
"react": "19.2.4",
69-
"react-dom": "19.2.4",
70-
"react-router-dom": "^7.13.0",
71-
"sonner": "^2.0.7"
72-
},
73-
"devDependencies": {
74-
"@objectstack/cli": "^3.0.2",
7568
"@tailwindcss/postcss": "^4.1.18",
7669
"@testing-library/jest-dom": "^6.9.1",
7770
"@testing-library/react": "^16.3.2",
@@ -83,8 +76,13 @@
8376
"@vitest/ui": "^4.0.18",
8477
"autoprefixer": "^10.4.24",
8578
"happy-dom": "^20.6.1",
79+
"lucide-react": "^0.563.0",
8680
"msw": "^2.12.10",
8781
"postcss": "^8.5.6",
82+
"react": "19.2.4",
83+
"react-dom": "19.2.4",
84+
"react-router-dom": "^7.13.0",
85+
"sonner": "^2.0.7",
8886
"tailwindcss": "^4.1.18",
8987
"typescript": "^5.9.3",
9088
"vite": "^6.4.1",

0 commit comments

Comments
 (0)