Skip to content

Commit

Permalink
fix builder deps
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Sep 17, 2024
1 parent 1122c5b commit d5b9238
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions examples/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:worker": "builder",
"build:worker": "pnpm builder",
"dev:worker": "wrangler dev --port 8770",
"preview:worker": "pnpm build:worker && pnpm dev:worker",
"e2e": "playwright test"
Expand All @@ -18,7 +18,7 @@
"react-dom": "^18"
},
"devDependencies": {
"builder": "workspace:*",
"@flarelabs-net/builder": "workspace:*",
"@playwright/test": "1.47.0",
"@types/node": "^22.2.0",
"node-url": "npm:url@^0.11.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/create-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:worker": "builder",
"build:worker": "pnpm builder",
"dev:worker": "wrangler dev --port 8771",
"preview:worker": "pnpm build:worker && pnpm dev:worker",
"e2e": "playwright test -c e2e/playwright.config.ts"
Expand All @@ -18,7 +18,7 @@
"next": "14.2.11"
},
"devDependencies": {
"builder": "workspace:*",
"@flarelabs-net/builder": "workspace:*",
"@playwright/test": "1.47.0",
"@types/node": "^20",
"@types/react": "^18",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit d5b9238

Please sign in to comment.