Skip to content

Commit e5f3e34

Browse files
authored
[docs] depend on workspace version of flags (#314)
* fix dep * add packageManager * move devDeps to top-level
1 parent 77727aa commit e5f3e34

File tree

5 files changed

+48
-116
lines changed

5 files changed

+48
-116
lines changed

apps/docs/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dexie": "^4.2.1",
2626
"dexie-react-hooks": "^4.2.0",
2727
"feed": "^5.1.0",
28-
"flags": "4.0.3",
28+
"flags": "workspace:*",
2929
"fumadocs-core": "16.2.2",
3030
"fumadocs-mdx": "14.0.4",
3131
"fumadocs-ui": "16.2.2",
@@ -58,5 +58,6 @@
5858
"tailwindcss": "^4.1.17",
5959
"tw-animate-css": "^1.4.0",
6060
"typescript": "^5.9.3"
61-
}
61+
},
62+
"packageManager": "pnpm@10.19.0"
6263
}

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
"playwright": "1.56.1",
4949
"publint": "0.3.14",
5050
"turbo": "2.3.3",
51+
"next": "^16.1.6",
52+
"react": "canary",
5153
"typescript": "^5.9.3",
5254
"typescript-eslint": "8.46.1"
5355
},

packages/flags/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@
8888
"@types/react-dom": "^19",
8989
"@vitejs/plugin-react": "4.2.1",
9090
"msw": "2.6.4",
91-
"next": "16.1.5",
92-
"react": "canary",
9391
"tsup": "8.5.1",
9492
"typescript": "5.6.3",
9593
"vite": "5.4.21",

packages/vercel-flags-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@arethetypeswrong/cli": "0.18.2",
7272
"@types/node": "20.11.17",
7373
"flags": "workspace:*",
74-
"next": "16.1.6",
74+
"next": "^16.1.6",
7575
"tsup": "8.5.1",
7676
"typescript": "5.6.3",
7777
"vite": "6.4.1",

0 commit comments

Comments
 (0)