|
38 | 38 | "build": "run-s clean generate pkg:build pkg:check", |
39 | 39 | "clean": "rimraf .workshop dist", |
40 | 40 | "commit": "cz", |
41 | | - "dev": "run-p workshop:dev", |
| 41 | + "dev": "pnpm workshop:dev", |
42 | 42 | "format": "prettier --write --cache --ignore-unknown .", |
43 | 43 | "generate": "rimraf src/icons && node -r esbuild-register scripts/generate.ts", |
44 | 44 | "lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx --quiet", |
|
64 | 64 | ] |
65 | 65 | }, |
66 | 66 | "browserslist": "extends @sanity/browserslist-config", |
67 | | - "prettier": "@sanity/prettier-config", |
68 | 67 | "release": { |
69 | 68 | "branches": [ |
70 | 69 | "+([0-9])?(.{+([0-9]),x}).x", |
|
81 | 80 | "extends": "@sanity/semantic-release-preset" |
82 | 81 | }, |
83 | 82 | "devDependencies": { |
84 | | - "@babel/core": "^7.26.9", |
85 | | - "@babel/preset-env": "^7.26.9", |
86 | | - "@babel/preset-react": "^7.26.3", |
87 | | - "@babel/preset-typescript": "^7.26.0", |
| 83 | + "@babel/core": "^7.27.4", |
| 84 | + "@babel/preset-env": "^7.27.2", |
| 85 | + "@babel/preset-react": "^7.27.1", |
| 86 | + "@babel/preset-typescript": "^7.27.1", |
88 | 87 | "@commitlint/cli": "^19.7.1", |
89 | 88 | "@commitlint/config-conventional": "^19.7.1", |
90 | | - "@sanity/pkg-utils": "^7.0.4", |
91 | | - "@sanity/prettier-config": "^1.0.3", |
| 89 | + "@ianvs/prettier-plugin-sort-imports": "^4.4.2", |
| 90 | + "@sanity/pkg-utils": "^7.6.2", |
| 91 | + "@sanity/prettier-config": "^1.0.4", |
92 | 92 | "@sanity/semantic-release-preset": "^5.0.0", |
93 | | - "@sanity/ui": "^2.14.4", |
94 | | - "@sanity/ui-workshop": "^2.0.31", |
| 93 | + "@sanity/ui": "^2.16.2", |
| 94 | + "@sanity/ui-workshop": "^2.1.4", |
95 | 95 | "@svgr/core": "^8.1.0", |
96 | 96 | "@testing-library/jest-dom": "^6.6.3", |
97 | | - "@testing-library/react": "^16.2.0", |
| 97 | + "@testing-library/react": "^16.3.0", |
98 | 98 | "@types/jest": "^29.5.14", |
99 | 99 | "@types/node": "^22.13.4", |
100 | | - "@types/react": "^19.0.10", |
101 | | - "@types/react-dom": "^19.0.4", |
| 100 | + "@types/react": "^19.1.8", |
| 101 | + "@types/react-dom": "^19.1.6", |
102 | 102 | "@typescript-eslint/eslint-plugin": "^8.25.0", |
103 | 103 | "@typescript-eslint/parser": "^8.25.0", |
104 | 104 | "babel-plugin-react-compiler": "beta", |
105 | 105 | "camelcase": "^8.0.0", |
106 | 106 | "commitizen": "^4.3.1", |
107 | 107 | "cz-conventional-changelog": "^3.3.0", |
108 | | - "esbuild": "^0.25.0", |
| 108 | + "esbuild": "^0.25.5", |
109 | 109 | "esbuild-register": "^3.6.0", |
110 | 110 | "eslint": "^8.57.1", |
111 | 111 | "eslint-config-prettier": "^10.0.2", |
|
124 | 124 | "mkdirp": "^3.0.1", |
125 | 125 | "module-alias": "^2.2.3", |
126 | 126 | "npm-run-all2": "^7.0.2", |
| 127 | + "oxlint": "^1.2.0", |
127 | 128 | "prettier": "^3.5.3", |
128 | | - "react": "^19.0.0", |
| 129 | + "react": "^19.1.0", |
129 | 130 | "react-compiler-runtime": "beta", |
130 | | - "react-dom": "^19.0.0", |
131 | | - "react-is": "^19.0.0", |
| 131 | + "react-dom": "^19.1.0", |
| 132 | + "react-is": "^19.1.0", |
132 | 133 | "rimraf": "^6.0.1", |
133 | 134 | "semantic-release": "^24.2.3", |
134 | | - "styled-components": "^6.1.15", |
135 | | - "typescript": "5.7.3" |
| 135 | + "tsdown": "0.12.8", |
| 136 | + "typescript": "5.8.3" |
136 | 137 | }, |
137 | 138 | "peerDependencies": { |
138 | 139 | "react": "^18.3 || ^19.0.0-0" |
139 | 140 | }, |
140 | | - "packageManager": "pnpm@9.15.9", |
| 141 | + "packageManager": "pnpm@10.12.1", |
141 | 142 | "engines": { |
142 | 143 | "node": ">=14.0.0" |
143 | 144 | }, |
144 | 145 | "publishConfig": { |
145 | 146 | "access": "public" |
146 | 147 | }, |
147 | | - "esm.sh": { |
148 | | - "bundle": false |
149 | | - }, |
150 | 148 | "pnpm": { |
151 | 149 | "overrides": { |
152 | 150 | "conventional-changelog-conventionalcommits": ">= 8.0.0" |
153 | 151 | } |
| 152 | + }, |
| 153 | + "esm.sh": { |
| 154 | + "bundle": false |
154 | 155 | } |
155 | 156 | } |
0 commit comments