Skip to content

Commit 1ab155b

Browse files
committed
Update lockfile and use catalog for react dependencies
1 parent 2c7b214 commit 1ab155b

6 files changed

Lines changed: 86 additions & 78 deletions

File tree

e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@types/react-dom": "catalog:",
1919
"@vitejs/plugin-react": "catalog:",
2020
"dotenv": "^16.5.0",
21-
"react": "^19.2.6",
22-
"react-dom": "^19.2.5",
21+
"react": "catalog:",
22+
"react-dom": "catalog:",
2323
"tailwindcss": "catalog:",
2424
"typescript": "catalog:",
2525
"vite": "catalog:"

examples/nextjs-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@hookform/resolvers": "^5.2.2",
1313
"@tailor-platform/app-shell": "workspace:*",
1414
"next": "16.2.6",
15-
"react": "^19.2.6",
16-
"react-dom": "^19.2.5",
15+
"react": "catalog:",
16+
"react-dom": "catalog:",
1717
"react-hook-form": "^7.71.2",
1818
"zod": "^4.4.3"
1919
},

examples/vite-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"dependencies": {
1313
"@tailor-platform/app-shell": "workspace:*",
1414
"lucide-react": "^1.8.0",
15-
"react": "^19.2.6",
16-
"react-dom": "^19.2.5",
15+
"react": "catalog:",
16+
"react-dom": "catalog:",
1717
"tailwindcss": "catalog:"
1818
},
1919
"devDependencies": {

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
"@vitejs/plugin-react": "catalog:",
7878
"happy-dom": "^20.6.2",
7979
"postcss": "^8",
80-
"react": "^19.2.6",
81-
"react-dom": "^19.2.5",
80+
"react": "catalog:",
81+
"react-dom": "catalog:",
8282
"tailwindcss": "catalog:",
8383
"tw-animate-css": "^1.4.0",
8484
"typescript": "^5",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)