@sanity/ui 1.0.11 → 1.0.13
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.
- package/dist/index.cjs.mjs +2 -0
- package/dist/index.esm.js +856 -835
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +856 -835
- package/dist/index.js.map +1 -1
- package/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -49,24 +49,24 @@
|
|
|
49
49
|
"workshop:start": "http-server -a localhost -c-0 -p 1337 -s -P http://localhost:1337/index.html? dist"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@floating-ui/react-dom": "^1.
|
|
53
|
-
"@sanity/color": "^2.2.
|
|
54
|
-
"@sanity/icons": "^2.2.
|
|
52
|
+
"@floating-ui/react-dom": "^1.2.0",
|
|
53
|
+
"@sanity/color": "^2.2.2",
|
|
54
|
+
"@sanity/icons": "^2.2.2",
|
|
55
55
|
"csstype": "^3.1.1",
|
|
56
|
-
"framer-motion": "^8.
|
|
56
|
+
"framer-motion": "^8.4.2",
|
|
57
57
|
"react-refractor": "^2.1.7"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@babel/core": "^7.20.
|
|
60
|
+
"@babel/core": "^7.20.12",
|
|
61
61
|
"@babel/preset-env": "^7.20.2",
|
|
62
62
|
"@babel/preset-react": "^7.18.6",
|
|
63
63
|
"@babel/preset-typescript": "^7.18.6",
|
|
64
|
-
"@commitlint/cli": "^17.
|
|
65
|
-
"@commitlint/config-conventional": "^17.
|
|
64
|
+
"@commitlint/cli": "^17.4.2",
|
|
65
|
+
"@commitlint/config-conventional": "^17.4.2",
|
|
66
66
|
"@juggle/resize-observer": "^3.4.0",
|
|
67
|
-
"@sanity/pkg-utils": "^2.1
|
|
68
|
-
"@sanity/semantic-release-preset": "^
|
|
69
|
-
"@sanity/ui-workshop": "^1.
|
|
67
|
+
"@sanity/pkg-utils": "^2.2.1",
|
|
68
|
+
"@sanity/semantic-release-preset": "^3.0.2",
|
|
69
|
+
"@sanity/ui-workshop": "^1.2.0",
|
|
70
70
|
"@testing-library/dom": "^8.19.1",
|
|
71
71
|
"@testing-library/jest-dom": "^5.16.5",
|
|
72
72
|
"@testing-library/react": "^13.4.0",
|
|
@@ -79,20 +79,20 @@
|
|
|
79
79
|
"@types/refractor": "^3.0.2",
|
|
80
80
|
"@types/styled-components": "^5.1.26",
|
|
81
81
|
"@types/testing-library__jest-dom": "^5.14.5",
|
|
82
|
-
"@typescript-eslint/eslint-plugin": "^5.48.
|
|
83
|
-
"@typescript-eslint/parser": "^5.48.
|
|
82
|
+
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
|
83
|
+
"@typescript-eslint/parser": "^5.48.1",
|
|
84
84
|
"commitizen": "^4.2.6",
|
|
85
|
-
"cypress": "^12.
|
|
85
|
+
"cypress": "^12.3.0",
|
|
86
86
|
"cypress-real-events": "^1.7.6",
|
|
87
87
|
"cz-conventional-changelog": "^3.3.0",
|
|
88
|
-
"esbuild": "^0.16.
|
|
88
|
+
"esbuild": "^0.16.17",
|
|
89
89
|
"esbuild-register": "^3.4.2",
|
|
90
90
|
"eslint": "^8.31.0",
|
|
91
91
|
"eslint-config-prettier": "^8.6.0",
|
|
92
|
-
"eslint-plugin-import": "^2.
|
|
93
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
92
|
+
"eslint-plugin-import": "^2.27.4",
|
|
93
|
+
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
94
94
|
"eslint-plugin-prettier": "^4.2.1",
|
|
95
|
-
"eslint-plugin-react": "^7.
|
|
95
|
+
"eslint-plugin-react": "^7.32.0",
|
|
96
96
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
97
97
|
"http-server": "^14.1.1",
|
|
98
98
|
"husky": "^8.0.3",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"lint-staged": "^13.1.0",
|
|
103
103
|
"module-alias": "^2.2.2",
|
|
104
104
|
"npm-run-all": "^4.1.5",
|
|
105
|
-
"prettier": "^2.8.
|
|
105
|
+
"prettier": "^2.8.2",
|
|
106
106
|
"react": "^18.2.0",
|
|
107
107
|
"react-dom": "^18.2.0",
|
|
108
108
|
"react-is": "^18.2.0",
|