Skip to content

Commit 98bc796

Browse files
committed
feat: add react 19 to peer deps
1 parent a5218ca commit 98bc796

File tree

2 files changed

+1536
-869
lines changed

2 files changed

+1536
-869
lines changed

package.json

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,13 @@
88
"src"
99
],
1010
"types": "./dist/index.d.ts",
11-
"source": "./src/index.ts",
1211
"module": "./dist/index.js",
1312
"main": "./dist/index.cjs",
1413
"exports": {
1514
".": {
16-
"types": "./dist/index.d.ts",
1715
"source": "./src/index.ts",
1816
"import": "./dist/index.js",
1917
"require": "./dist/index.cjs",
20-
"node": {
21-
"import": "./dist/index.cjs.js",
22-
"require": "./dist/index.cjs"
23-
},
2418
"default": "./dist/index.js"
2519
},
2620
"./package.json": "./package.json"
@@ -47,13 +41,12 @@
4741
"@commitlint/config-conventional": "^17.4.3",
4842
"@sanity/pkg-utils": "^2.2.5",
4943
"@sanity/semantic-release-preset": "^4.0.0",
50-
"@sanity/icons": "^2.2.2",
51-
"@sanity/ui": "^1.2.3",
52-
"@sanity/ui-workshop": "^1.2.1",
44+
"@sanity/icons": "^3.7.0",
45+
"@sanity/ui": "^2.15.2",
46+
"@sanity/ui-workshop": "^2.0.31",
5347
"@types/node": "^18.13.0",
54-
"@types/react": "^18.0.28",
55-
"@types/react-dom": "^18.0.10",
56-
"@types/styled-components": "^5.1.26",
48+
"@types/react": "^19.0.10",
49+
"@types/react-dom": "^19.0.4",
5750
"@typescript-eslint/eslint-plugin": "^5.52.0",
5851
"@typescript-eslint/parser": "^5.52.0",
5952
"commitizen": "^4.3.0",
@@ -68,15 +61,15 @@
6861
"husky": "^8.0.3",
6962
"npm-run-all": "^4.1.5",
7063
"prettier": "^2.8.4",
71-
"react": "^18.2.0",
72-
"react-dom": "^18.2.0",
73-
"react-is": "^18.2.0",
64+
"react": "^19.0.0",
65+
"react-dom": "^19.0.0",
66+
"react-is": "^19.0.0",
7467
"rimraf": "^4.1.2",
75-
"sanity": "^3.3.1",
68+
"sanity": "^3.78.1",
7669
"sanity-testing-library": "^1.0.0",
7770
"semantic-release": "^20.1.0",
78-
"styled-components": "^5.3.6",
79-
"typescript": "^4.9.5"
71+
"styled-components": "^6.1.15",
72+
"typescript": "5.3.3"
8073
},
8174
"peerDependencies": {
8275
"@sanity/ui": "^1 || ^2",

0 commit comments

Comments
 (0)