Skip to content

Commit

Permalink
Merge pull request #178 from sanwebinfo/renovate/major-react-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update react monorepo to v19 (major)
  • Loading branch information
mskian authored Dec 17, 2024
2 parents 4a8efb9 + 46368ae commit 3feafbd
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 44 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"dependencies": {
"@vercel/og": "^0.6.4",
"next": "15.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"slugify": "^1.6.6"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.0",
Expand Down
72 changes: 32 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3feafbd

Please sign in to comment.