@sanity/ui 2.1.12 → 2.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +15 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ui",
3
- "version": "2.1.12",
3
+ "version": "2.1.14",
4
4
  "keywords": [
5
5
  "sanity",
6
6
  "ui",
@@ -61,7 +61,7 @@
61
61
  "dev": "run-p storybook:dev workshop:dev",
62
62
  "figma:pkg:build": "cd figma && pnpm build",
63
63
  "format": "prettier --write --cache --ignore-unknown .",
64
- "lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx --quiet",
64
+ "lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx",
65
65
  "pkg:build": "pkg build --strict",
66
66
  "pkg:check": "pkg --strict",
67
67
  "prepare": "husky install",
@@ -106,16 +106,16 @@
106
106
  "dependencies": {
107
107
  "@floating-ui/react-dom": "^2.1.0",
108
108
  "@sanity/color": "^3.0.6",
109
- "@sanity/icons": "^2.11.8",
109
+ "@sanity/icons": "^3.0.0",
110
110
  "csstype": "^3.1.3",
111
111
  "framer-motion": "11.0.8",
112
- "react-refractor": "^2.1.7"
112
+ "react-refractor": "^2.2.0"
113
113
  },
114
114
  "devDependencies": {
115
- "@babel/core": "^7.24.5",
116
- "@babel/preset-env": "^7.24.5",
117
- "@babel/preset-react": "^7.24.1",
118
- "@babel/preset-typescript": "^7.24.1",
115
+ "@babel/core": "^7.24.6",
116
+ "@babel/preset-env": "^7.24.6",
117
+ "@babel/preset-react": "^7.24.6",
118
+ "@babel/preset-typescript": "^7.24.6",
119
119
  "@commitlint/cli": "^19.3.0",
120
120
  "@commitlint/config-conventional": "^19.2.2",
121
121
  "@juggle/resize-observer": "^3.4.0",
@@ -142,13 +142,13 @@
142
142
  "@types/jest": "^29.5.12",
143
143
  "@types/jest-axe": "^3.5.9",
144
144
  "@types/node": "^20.12.7",
145
- "@types/react": "^18.3.2",
145
+ "@types/react": "^18.3.3",
146
146
  "@types/react-dom": "^18.3.0",
147
147
  "@types/react-is": "^18.3.0",
148
148
  "@types/refractor": "^3.4.1",
149
149
  "@types/testing-library__jest-dom": "^5.14.9",
150
- "@typescript-eslint/eslint-plugin": "^7.10.0",
151
- "@typescript-eslint/parser": "^7.10.0",
150
+ "@typescript-eslint/eslint-plugin": "^7.11.0",
151
+ "@typescript-eslint/parser": "^7.11.0",
152
152
  "commitizen": "^4.3.0",
153
153
  "cypress": "^13.10.0",
154
154
  "cypress-real-events": "^1.12.0",
@@ -159,7 +159,8 @@
159
159
  "eslint-plugin-import": "^2.29.1",
160
160
  "eslint-plugin-jsx-a11y": "^6.8.0",
161
161
  "eslint-plugin-prettier": "^5.1.3",
162
- "eslint-plugin-react": "^7.34.1",
162
+ "eslint-plugin-react": "^7.34.2",
163
+ "eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
163
164
  "eslint-plugin-react-hooks": "^4.6.2",
164
165
  "eslint-plugin-storybook": "^0.8.0",
165
166
  "http-server": "^14.1.1",
@@ -183,7 +184,7 @@
183
184
  "styled-components": "^6.1.11",
184
185
  "tsconfig-paths": "^4.2.0",
185
186
  "typescript": "5.4.5",
186
- "vite": "^5.2.11",
187
+ "vite": "^5.2.12",
187
188
  "vite-tsconfig-paths": "^4.3.2"
188
189
  },
189
190
  "peerDependencies": {
@@ -192,7 +193,7 @@
192
193
  "react-is": "^18",
193
194
  "styled-components": "^5.2 || ^6"
194
195
  },
195
- "packageManager": "pnpm@9.1.2",
196
+ "packageManager": "pnpm@9.1.3",
196
197
  "engines": {
197
198
  "node": ">=14.0.0"
198
199
  },