Skip to content

Commit 15cce28

Browse files
committed
WEW
1 parent c70cb31 commit 15cce28

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

apps/web/client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
"@onlook/code-provider": "*",
4848
"@onlook/constants": "*",
4949
"@onlook/db": "*",
50-
"drizzle-orm": "^0.44.6",
51-
"pg": "^8.16.3",
52-
"postgres": "^3.4.7",
5350
"@onlook/email": "*",
5451
"@onlook/file-system": "*",
5552
"@onlook/fonts": "*",
@@ -89,6 +86,7 @@
8986
"clsx": "^2.1.1",
9087
"culori": "^4.0.1",
9188
"date-fns": "^4.1.0",
89+
"drizzle-orm": "^0.44.6",
9290
"exa-js": "^1.8.26",
9391
"flexsearch": "^0.8.160",
9492
"framer-motion": "^12.23.24",
@@ -112,6 +110,8 @@
112110
"octokit": "^5.0.3",
113111
"openai": "^4.103.0",
114112
"penpal": "^7.0.4",
113+
"pg": "^8.16.3",
114+
"postgres": "^3.4.7",
115115
"posthog-js": "^1.246.0",
116116
"posthog-node": "^4.17.2",
117117
"prosemirror-commands": "^1.7.1",
@@ -164,4 +164,4 @@
164164
"ct3aMetadata": {
165165
"initVersion": "7.39.2"
166166
}
167-
}
167+
}

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
},
2626
"devDependencies": {
2727
"@onlook/eslint": "*",
28+
"@tailwindcss/postcss": "^4.1.5",
29+
"@types/mdx": "^2.0.13",
2830
"@types/node": "^24.7.2",
2931
"@types/react": "^19.1.13",
3032
"@types/react-dom": "^19.1.13",
3133
"eslint": "^9.0.0",
32-
"typescript": "^5.8.2",
33-
"@types/mdx": "^2.0.13",
34-
"@tailwindcss/postcss": "^4.1.5",
34+
"postcss": "^8.5.3",
3535
"tailwindcss": "^4.1.5",
36-
"postcss": "^8.5.3"
36+
"typescript": "^5.8.2"
3737
}
38-
}
38+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"docker:down": "docker compose down",
4242
"docker:logs": "docker compose logs -f",
4343
"docker:restart": "docker compose down && docker compose up -d --build",
44-
"postinstall": "sherif -r unordered-dependencies"
44+
"postinstall": "sherif"
4545
},
4646
"repository": {
4747
"type": "git",

packages/db/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@
2121
"db:migrate:branching": "bun src/migration-scripts/migrate-to-branching.ts"
2222
},
2323
"dependencies": {
24+
"@onlook/constants": "*",
25+
"@onlook/models": "*",
26+
"@onlook/stripe": "*",
2427
"@supabase/supabase-js": "^2.75.0",
2528
"dotenv": "^17.2.1",
2629
"drizzle-orm": "^0.44.6",
2730
"drizzle-zod": "^0.8.3",
2831
"pg": "^8.16.3",
2932
"postgres": "^3.4.7",
3033
"uuid": "^11.1.0",
31-
"zod": "^4.1.8",
32-
"@onlook/constants": "*",
33-
"@onlook/models": "*",
34-
"@onlook/stripe": "*"
34+
"zod": "^4.1.8"
3535
},
3636
"devDependencies": {
3737
"@onlook/eslint": "*",
3838
"@onlook/typescript": "*",
3939
"@types/node": "^24.7.2",
40+
"ai": "5.0.60",
4041
"drizzle-kit": "^0.31.4",
41-
"typescript": "^5.8.2",
42-
"ai": "5.0.60"
42+
"typescript": "^5.8.2"
4343
}
44-
}
44+
}

packages/models/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"typescript": "^5.8.2"
4141
},
4242
"dependencies": {
43-
"zod": "^4.1.8",
44-
"@onlook/constants": "*"
43+
"@onlook/constants": "*",
44+
"zod": "^4.1.8"
4545
}
46-
}
46+
}

packages/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"@onlook/eslint": "*",
2727
"@onlook/typescript": "*",
2828
"@types/bun": "^1.3.0",
29-
"eslint": "^9.0.0",
3029
"@types/jest": "^30.0.0",
3130
"@types/node": "^24.7.2",
3231
"@types/prompts": "^2.4.9",
32+
"eslint": "^9.0.0",
3333
"jest": "^30.0.5",
3434
"typescript": "^5.8.2"
3535
}

packages/stripe/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"typescript": "^5.8.2"
3434
},
3535
"dependencies": {
36-
"stripe": "^18.2.1",
36+
"@onlook/models": "*",
3737
"dotenv": "^17.2.1",
38-
"uuid": "^11.1.0",
39-
"@onlook/models": "*"
38+
"stripe": "^18.2.1",
39+
"uuid": "^11.1.0"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)