Skip to content

Commit 35b7fe9

Browse files
committed
feat: remove duplicate react catalogs, add next catalog
1 parent db60161 commit 35b7fe9

File tree

5 files changed

+38
-1311
lines changed

5 files changed

+38
-1311
lines changed

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"iron-session": "^8.0.4",
3636
"lodash-es": "^4.17.21",
3737
"nanoid": "^5.1.6",
38-
"next": "16.0.7",
38+
"next": "catalog:next",
3939
"nextjs-toploader": "^3.9.17",
4040
"nuqs": "^2.8.2",
4141
"react": "catalog:react",

packages/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
"@acme/eslint-config": "workspace:*",
3232
"@acme/prettier-config": "workspace:*",
3333
"@acme/tsconfig": "workspace:*",
34-
"@types/react": "catalog:react19",
34+
"@types/react": "catalog:react",
3535
"eslint": "catalog:",
3636
"prettier": "catalog:",
37-
"react": "catalog:react19",
37+
"react": "catalog:react",
3838
"typescript": "catalog:",
3939
"zod": "catalog:"
4040
},
4141
"peerDependencies": {
42-
"react": "catalog:react19",
42+
"react": "catalog:react",
4343
"zod": "catalog:"
4444
},
4545
"prettier": "@acme/prettier-config"

0 commit comments

Comments
 (0)