Skip to content

Commit

Permalink
chore: stable react 19
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Dec 10, 2024
1 parent da65cd5 commit e68059d
Show file tree
Hide file tree
Showing 6 changed files with 262 additions and 267 deletions.
5 changes: 0 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
"matchFileNames": ["next-canary/package.json"],
"matchPackageNames": ["next", "eslint-config-next"],
"followTag": "canary"
},
{
"matchFileNames": ["next-15/package.json", "next-canary/package.json"],
"matchPackageNames": ["react", "react-dom"],
"followTag": "rc"
}
]
}
8 changes: 4 additions & 4 deletions next-15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"@sanity/client": "^6.23.0",
"groq": "^3.64.2",
"next": "15.0.4",
"react": "rc",
"react-dom": "rc",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"use-effect-event": "^1.0.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"eslint": "^9.16.0",
"eslint-config-next": "15.0.4",
"postcss": "^8.4.49",
Expand Down
8 changes: 4 additions & 4 deletions next-canary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"@sanity/client": "^6.23.0",
"groq": "^3.64.2",
"next": "canary",
"react": "rc",
"react-dom": "rc",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"use-effect-event": "^1.0.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"eslint": "^9.16.0",
"eslint-config-next": "canary",
"postcss": "^8.4.49",
Expand Down
8 changes: 4 additions & 4 deletions next-enterprise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"@sanity/client": "^6.23.0",
"groq": "^3.64.2",
"next": "15.0.4",
"react": "rc",
"react-dom": "rc",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"use-effect-event": "^1.0.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"eslint": "^9.16.0",
"eslint-config-next": "15.0.4",
"postcss": "^8.4.49",
Expand Down
Loading

0 comments on commit e68059d

Please sign in to comment.