Skip to content

Commit

Permalink
Use catalog versions for the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Sep 20, 2024
1 parent 1a40e35 commit ef608c3
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 50 deletions.
12 changes: 6 additions & 6 deletions examples/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"e2e": "playwright test"
},
"dependencies": {
"next": "14.2.5",
"react": "^18",
"react-dom": "^18"
"next": "catalog:",
"react": "catalog:",
"react-dom": "catalog:"
},
"devDependencies": {
"@flarelabs-net/builder": "workspace:*",
"@playwright/test": "1.47.0",
"@types/node": "^22.2.0",
"wrangler": "3.78.6"
"@playwright/test": "catalog:",
"@types/node": "catalog:",
"wrangler": "catalog:"
}
}
22 changes: 11 additions & 11 deletions examples/create-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"e2e": "playwright test -c e2e/playwright.config.ts"
},
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.2.11"
"react": "catalog:",
"react-dom": "catalog:",
"next": "catalog:"
},
"devDependencies": {
"@flarelabs-net/builder": "workspace:*",
"@playwright/test": "1.47.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.11",
"@playwright/test": "catalog:",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"eslint": "catalog:",
"eslint-config-next": "catalog:",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"wrangler": "^3.78.6"
"typescript": "catalog:",
"wrangler": "catalog:"
}
}
90 changes: 57 additions & 33 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 ef608c3

Please sign in to comment.