Skip to content

Commit f2b1273

Browse files
authored
Merge pull request #924 from trycompai/main
PROD
2 parents 4888fce + f65046f commit f2b1273

10 files changed

Lines changed: 1360 additions & 1231 deletions

File tree

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
# Check for dependency mismatches
52
echo "Checking for dependency mismatches..."
63
bun run deps:check

.husky/pre-push

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/bin/sh
2-
31
# Check branch name convention
42
branch_name=$(git symbolic-ref --short HEAD)
53
pattern="^[a-zA-Z-]+/.+$"

apps/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"languine": "^3.1.4",
5959
"marked": "^15.0.11",
6060
"motion": "^12.9.2",
61-
"next": "^15.4.0-canary.83",
61+
"next": "15.4.0-canary.83",
6262
"next-international": "^1.3.1",
6363
"next-intl": "^3.26.5",
6464
"next-safe-action": "^7.10.6",
@@ -95,7 +95,7 @@
9595
"@types/d3": "^7.4.3",
9696
"@types/node": "^22.13.2",
9797
"eslint": "^9",
98-
"eslint-config-next": "^15.4.0-canary.83",
98+
"eslint-config-next": "15.4.0-canary.83",
9999
"fleetctl": "^4.68.1",
100100
"postcss": "^8.5.4",
101101
"react": "^19.1.0",
@@ -119,7 +119,7 @@
119119
"scripts": {
120120
"analyze-locale-usage": "bunx tsx src/locales/analyze-locale-usage.ts",
121121
"apply-migrations": "cd ../../packages/db && bunx prisma migrate dev && cd ../../apps/app",
122-
"build": "next build --turbopack",
122+
"build": "next build",
123123
"deploy:trigger-prod": "npx trigger.dev@latest deploy",
124124
"dev": "bun i && bun run apply-migrations && bunx concurrently --kill-others --names \"next,trigger\" --prefix-colors \"yellow,blue\" \"next dev --turbo -p 3000\" \"bun run trigger:dev\"",
125125
"lint": "next lint && prettier --check .",

apps/framework-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"input-otp": "1.4.2",
4747
"jszip": "latest",
4848
"lucide-react": "^0.454.0",
49-
"next": "^15.4.0-canary.83",
49+
"next": "15.4.0-canary.83",
5050
"next-themes": "^0.4.4",
5151
"react-datasheet-grid": "^4.11.5",
5252
"react-day-picker": "8.10.1",
@@ -63,7 +63,7 @@
6363
"devDependencies": {
6464
"@types/node": "^22.13.2",
6565
"eslint": "^9",
66-
"eslint-config-next": "^15.4.0-canary.83",
66+
"eslint-config-next": "15.4.0-canary.83",
6767
"postcss": "^8.5.4",
6868
"react": "^19.1.0",
6969
"react-dom": "^19.1.0",

apps/portal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@tailwindcss/postcss": "^4.1.10",
99
"archiver": "^7.0.1",
1010
"better-auth": "^1.2.8",
11-
"next": "^15.4.0-canary.83",
11+
"next": "15.4.0-canary.83",
1212
"react-email": "^4.0.15",
1313
"react-otp-input": "^3.1.1"
1414
},
@@ -18,7 +18,7 @@
1818
"@types/archiver": "^6.0.3",
1919
"@types/node": "^22.13.2",
2020
"eslint": "^9",
21-
"eslint-config-next": "^15.4.0-canary.83",
21+
"eslint-config-next": "15.4.0-canary.83",
2222
"postcss": "^8.5.4",
2323
"react": "^19.1.0",
2424
"react-dom": "^19.1.0",

apps/trust/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"input-otp": "1.4.2",
4646
"jszip": "latest",
4747
"lucide-react": "^0.454.0",
48-
"next": "^15.4.0-canary.83",
48+
"next": "15.4.0-canary.83",
4949
"next-themes": "^0.4.4",
5050
"react-day-picker": "8.10.1",
5151
"react-email": "^4.0.15",
@@ -60,7 +60,7 @@
6060
"devDependencies": {
6161
"@types/node": "^22.13.2",
6262
"eslint": "^9",
63-
"eslint-config-next": "^15.4.0-canary.83",
63+
"eslint-config-next": "15.4.0-canary.83",
6464
"postcss": "^8.5.4",
6565
"react": "^19.1.0",
6666
"react-dom": "^19.1.0",

bun.lock

Lines changed: 88 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"d3": "^7.9.0",
3131
"date-fns": "^4.1.0",
3232
"dayjs": "^1.11.13",
33-
"eslint-config-next": "^15.4.0-canary.83",
33+
"eslint-config-next": "15.4.0-canary.83",
3434
"gitmoji": "^1.1.1",
3535
"gray-matter": "^4.0.3",
3636
"husky": "^9.1.7",
37-
"next": "^15.4.0-canary.83",
37+
"next": "15.4.0-canary.83",
3838
"prettier": "^3.5.3",
3939
"prettier-plugin-tailwindcss": "^0.6.0",
4040
"react": "^19.1.0",

packages/email/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"@react-email/render": "^1.1.2",
99
"@react-email/tailwind": "1.0.4",
1010
"date-fns": "^4.1.0",
11-
"eslint-config-next": "^15.4.0-canary.83",
12-
"next": "^15.4.0-canary.83",
11+
"eslint-config-next": "15.4.0-canary.83",
12+
"next": "15.4.0-canary.83",
1313
"react-email": "^4.0.15",
1414
"responsive-react-email": "^0.0.5"
1515
},

0 commit comments

Comments
 (0)