@sanity/ui 1.7.6 → 1.7.7

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 (2) hide show
  1. package/dist/index.cjs.mjs +0 -1
  2. package/package.json +25 -26
@@ -117,4 +117,3 @@ export const useTheme = cjs.useTheme;
117
117
  export const useToast = cjs.useToast;
118
118
  export const useTree = cjs.useTree;
119
119
 
120
- export default cjs.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ui",
3
- "version": "1.7.6",
3
+ "version": "1.7.7",
4
4
  "sideEffects": false,
5
5
  "types": "./dist/index.d.ts",
6
6
  "source": "./src/index.ts",
@@ -12,8 +12,7 @@
12
12
  "source": "./src/index.ts",
13
13
  "require": "./dist/index.js",
14
14
  "node": {
15
- "import": "./dist/index.cjs.mjs",
16
- "require": "./dist/index.js"
15
+ "import": "./dist/index.cjs.mjs"
17
16
  },
18
17
  "import": "./dist/index.esm.js",
19
18
  "default": "./dist/index.esm.js"
@@ -53,56 +52,56 @@
53
52
  "@sanity/color": "^2.2.5",
54
53
  "@sanity/icons": "^2.4.1",
55
54
  "csstype": "^3.1.2",
56
- "framer-motion": "^10.13.1",
55
+ "framer-motion": "^10.15.2",
57
56
  "react-refractor": "^2.1.7"
58
57
  },
59
58
  "devDependencies": {
60
- "@babel/core": "^7.22.9",
61
- "@babel/preset-env": "^7.22.9",
59
+ "@babel/core": "^7.22.10",
60
+ "@babel/preset-env": "^7.22.10",
62
61
  "@babel/preset-react": "^7.22.5",
63
62
  "@babel/preset-typescript": "^7.22.5",
64
- "@commitlint/cli": "^17.6.7",
65
- "@commitlint/config-conventional": "^17.6.7",
63
+ "@commitlint/cli": "^17.7.1",
64
+ "@commitlint/config-conventional": "^17.7.0",
66
65
  "@juggle/resize-observer": "^3.4.0",
67
- "@sanity/pkg-utils": "^2.3.6",
68
- "@sanity/semantic-release-preset": "^4.1.2",
69
- "@sanity/ui-workshop": "^1.2.7",
66
+ "@sanity/pkg-utils": "^2.4.5",
67
+ "@sanity/semantic-release-preset": "^4.1.3",
68
+ "@sanity/ui-workshop": "^1.2.9",
70
69
  "@testing-library/dom": "^9.3.1",
71
70
  "@testing-library/jest-dom": "^5.17.0",
72
71
  "@testing-library/react": "^14.0.0",
73
72
  "@types/jest": "^29.5.3",
74
73
  "@types/jest-axe": "^3.5.5",
75
- "@types/node": "^20.4.4",
76
- "@types/react": "^18.2.16",
74
+ "@types/node": "^20.5.0",
75
+ "@types/react": "^18.2.20",
77
76
  "@types/react-dom": "^18.2.7",
78
77
  "@types/react-is": "^18.2.1",
79
78
  "@types/refractor": "^3.0.2",
80
79
  "@types/styled-components": "^5.1.26",
81
80
  "@types/testing-library__jest-dom": "^5.14.9",
82
- "@typescript-eslint/eslint-plugin": "^6.2.0",
83
- "@typescript-eslint/parser": "^6.2.0",
81
+ "@typescript-eslint/eslint-plugin": "^6.3.0",
82
+ "@typescript-eslint/parser": "^6.3.0",
84
83
  "commitizen": "^4.3.0",
85
- "cypress": "^12.17.2",
86
- "cypress-real-events": "^1.9.1",
84
+ "cypress": "^12.17.3",
85
+ "cypress-real-events": "^1.10.0",
87
86
  "cz-conventional-changelog": "^3.3.0",
88
- "esbuild": "^0.18.16",
87
+ "esbuild": "^0.19.2",
89
88
  "esbuild-register": "^3.4.2",
90
- "eslint": "^8.45.0",
91
- "eslint-config-prettier": "^8.8.0",
92
- "eslint-plugin-import": "^2.27.5",
89
+ "eslint": "^8.47.0",
90
+ "eslint-config-prettier": "^8.10.0",
91
+ "eslint-plugin-import": "^2.28.0",
93
92
  "eslint-plugin-jsx-a11y": "^6.7.1",
94
93
  "eslint-plugin-prettier": "^5.0.0",
95
- "eslint-plugin-react": "^7.33.0",
94
+ "eslint-plugin-react": "^7.33.1",
96
95
  "eslint-plugin-react-hooks": "^4.6.0",
97
96
  "http-server": "^14.1.1",
98
97
  "husky": "^8.0.3",
99
- "jest": "^29.6.1",
98
+ "jest": "^29.6.2",
100
99
  "jest-axe": "^8.0.0",
101
- "jest-environment-jsdom": "^29.6.1",
102
- "lint-staged": "^13.2.3",
100
+ "jest-environment-jsdom": "^29.6.2",
101
+ "lint-staged": "^13.3.0",
103
102
  "module-alias": "^2.2.3",
104
103
  "npm-run-all": "^4.1.5",
105
- "prettier": "^3.0.0",
104
+ "prettier": "^3.0.1",
106
105
  "react": "^18.2.0",
107
106
  "react-dom": "^18.2.0",
108
107
  "react-is": "^18.2.0",