Skip to content

Commit b50dd0a

Browse files
committed
minor fixes
1 parent 5a9372b commit b50dd0a

File tree

7 files changed

+35
-95
lines changed

7 files changed

+35
-95
lines changed

Diff for: .github/renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"matchFileNames": ["next-13/package.json", "next-14/package.json"],
17-
"matchPackageNames": ["react", "react-dom"],
17+
"matchPackageNames": ["@types/react", "@types/react-dom", "react", "react-dom"],
1818
"allowedVersions": "<=18"
1919
},
2020
{

Diff for: .npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
public-hoist-pattern[]=prettier-plugin-packagejson

Diff for: astro/README.md

-48
This file was deleted.

Diff for: next-13/README.md

-40
This file was deleted.

Diff for: next-14/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"devDependencies": {
2121
"@types/node": "^20",
22-
"@types/react": "^19.0.8",
23-
"@types/react-dom": "^19.0.3",
22+
"@types/react": "^18",
23+
"@types/react-dom": "^18",
2424
"eslint": "^8.57.1",
2525
"eslint-config-next": "14.2.24",
2626
"postcss": "^8.5.2",

Diff for: pnpm-lock.yaml

+30-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: studio/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"polished": "^4.3.1",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",
20+
"react-is": "^19.0.0",
2021
"sanity": "3.75.0",
2122
"styled-components": "^6.1.13"
2223
},

0 commit comments

Comments
 (0)