|
8 | 8 | "src" |
9 | 9 | ], |
10 | 10 | "types": "./dist/index.d.ts", |
11 | | - "source": "./src/index.ts", |
12 | 11 | "module": "./dist/index.js", |
13 | 12 | "main": "./dist/index.cjs", |
14 | 13 | "exports": { |
15 | 14 | ".": { |
16 | | - "types": "./dist/index.d.ts", |
17 | 15 | "source": "./src/index.ts", |
18 | 16 | "import": "./dist/index.js", |
19 | 17 | "require": "./dist/index.cjs", |
20 | | - "node": { |
21 | | - "import": "./dist/index.cjs.js", |
22 | | - "require": "./dist/index.cjs" |
23 | | - }, |
24 | 18 | "default": "./dist/index.js" |
25 | 19 | }, |
26 | 20 | "./package.json": "./package.json" |
|
47 | 41 | "@commitlint/config-conventional": "^17.4.3", |
48 | 42 | "@sanity/pkg-utils": "^2.2.5", |
49 | 43 | "@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", |
53 | 47 | "@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", |
57 | 50 | "@typescript-eslint/eslint-plugin": "^5.52.0", |
58 | 51 | "@typescript-eslint/parser": "^5.52.0", |
59 | 52 | "commitizen": "^4.3.0", |
|
68 | 61 | "husky": "^8.0.3", |
69 | 62 | "npm-run-all": "^4.1.5", |
70 | 63 | "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", |
74 | 67 | "rimraf": "^4.1.2", |
75 | | - "sanity": "^3.3.1", |
| 68 | + "sanity": "^3.78.1", |
76 | 69 | "sanity-testing-library": "^1.0.0", |
77 | 70 | "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" |
80 | 73 | }, |
81 | 74 | "peerDependencies": { |
82 | 75 | "@sanity/ui": "^1 || ^2", |
|
0 commit comments