Skip to content

Commit

Permalink
build(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 28db9df commit a1ad339
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 169 deletions.
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"dedent": "^1.5.3",
"edge-sitemap": "^1.1.1",
"next": "^14.2.18",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.5.5"
},
"description": "The source code for the Inaba Jinja.",
Expand All @@ -39,7 +39,7 @@
"@types/jest": "^29.5.14",
"@types/mdx": "^2.0.13",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react": "^19.0.0",
"@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "~8.16.0",
"@typescript-eslint/parser": "~8.16.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"@types/react": "^18.3.12",
"@types/react": "^19.0.0",
"tsup": "^8.3.5"
},
"exports": {
Expand All @@ -33,8 +33,8 @@
"main": "dist/index.js",
"name": "@inaba-jinja/components",
"peerDependencies": {
"@types/react": "^18.2.64",
"react": "^18.2.0",
"@types/react": "^18.2.64 || ^19.0.0",
"react": "^18.2.0 || ^19.0.0",
"tailwind-merge": "^2.2.1"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit a1ad339

Please sign in to comment.