Skip to content

Commit ef608c3

Browse files
committed
Use catalog versions for the examples
1 parent 1a40e35 commit ef608c3

File tree

3 files changed

+74
-50
lines changed

3 files changed

+74
-50
lines changed

examples/api/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"e2e": "playwright test"
1414
},
1515
"dependencies": {
16-
"next": "14.2.5",
17-
"react": "^18",
18-
"react-dom": "^18"
16+
"next": "catalog:",
17+
"react": "catalog:",
18+
"react-dom": "catalog:"
1919
},
2020
"devDependencies": {
2121
"@flarelabs-net/builder": "workspace:*",
22-
"@playwright/test": "1.47.0",
23-
"@types/node": "^22.2.0",
24-
"wrangler": "3.78.6"
22+
"@playwright/test": "catalog:",
23+
"@types/node": "catalog:",
24+
"wrangler": "catalog:"
2525
}
2626
}

examples/create-next-app/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@
1313
"e2e": "playwright test -c e2e/playwright.config.ts"
1414
},
1515
"dependencies": {
16-
"react": "^18",
17-
"react-dom": "^18",
18-
"next": "14.2.11"
16+
"react": "catalog:",
17+
"react-dom": "catalog:",
18+
"next": "catalog:"
1919
},
2020
"devDependencies": {
2121
"@flarelabs-net/builder": "workspace:*",
22-
"@playwright/test": "1.47.0",
23-
"@types/node": "^20",
24-
"@types/react": "^18",
25-
"@types/react-dom": "^18",
26-
"eslint": "^8",
27-
"eslint-config-next": "14.2.11",
22+
"@playwright/test": "catalog:",
23+
"@types/node": "catalog:",
24+
"@types/react": "catalog:",
25+
"@types/react-dom": "catalog:",
26+
"eslint": "catalog:",
27+
"eslint-config-next": "catalog:",
2828
"postcss": "^8",
2929
"tailwindcss": "^3.4.1",
30-
"typescript": "^5",
31-
"wrangler": "^3.78.6"
30+
"typescript": "catalog:",
31+
"wrangler": "catalog:"
3232
}
3333
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)