Skip to content

Commit 581d7ad

Browse files
chore(deps): update example dependencies to v19
1 parent 75ed1f5 commit 581d7ad

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"@sanity/vision": "^3.42.1",
1919
"next": "^14.2.3",
2020
"next-sanity": "^9.0.20",
21-
"react": "^18.3.1",
22-
"react-dom": "^18.3.1",
21+
"react": "^19.0.0",
22+
"react-dom": "^19.0.0",
2323
"sanity": "^3.42.1",
2424
"sanity-plugin-mux-input": "^2.3.0",
2525
"styled-components": "^6.1.11"
2626
},
2727
"devDependencies": {
2828
"@types/node": "^20.12.12",
29-
"@types/react": "^18.3.17",
30-
"@types/react-dom": "^18.3.5",
29+
"@types/react": "^19.0.8",
30+
"@types/react-dom": "^19.0.3",
3131
"typescript": "^5.7.2"
3232
}
3333
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
"@sanity/semantic-release-preset": "^5.0.0",
7878
"@sanity/vision": "^3.68.1",
7979
"@types/lodash": "^4.17.13",
80-
"@types/react": "^18.3.17",
81-
"@types/react-is": "^18.3.1",
80+
"@types/react": "^19.0.8",
81+
"@types/react-is": "^19.0.0",
8282
"@types/styled-components": "^5.1.34",
8383
"@typescript-eslint/eslint-plugin": "^7.18.0",
8484
"@typescript-eslint/parser": "^7.18.0",
@@ -95,9 +95,9 @@
9595
"npm-run-all2": "^5.0.2",
9696
"prettier": "^3.4.2",
9797
"prettier-plugin-packagejson": "^2.5.6",
98-
"react": "^18.3.1",
99-
"react-dom": "^18.3.1",
100-
"react-is": "^18.3.1",
98+
"react": "^19.0.0",
99+
"react-dom": "^19.0.0",
100+
"react-is": "^19.0.0",
101101
"rimraf": "^5.0.7",
102102
"sanity": "^3.68.1",
103103
"semantic-release": "^24.2.0",
@@ -106,8 +106,8 @@
106106
"yalc": "1.0.0-pre.53"
107107
},
108108
"peerDependencies": {
109-
"react": "^18",
110-
"react-is": "^18",
109+
"react": "^18 || ^19.0.0",
110+
"react-is": "^18 || ^19.0.0",
111111
"sanity": "^3.42.0",
112112
"styled-components": "^5 || ^6"
113113
},

0 commit comments

Comments
 (0)