sanity-plugin-mux-input 2.0.12 → 2.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-mux-input",
3
- "version": "2.0.12",
3
+ "version": "2.0.14",
4
4
  "description": "An input component that integrates Sanity Studio with Mux video encoding/hosting service.",
5
5
  "keywords": [
6
6
  "sanity",
@@ -61,7 +61,7 @@
61
61
  "format": "prettier --write --cache --ignore-unknown ."
62
62
  },
63
63
  "dependencies": {
64
- "@mux/mux-video-react": "^0.7",
64
+ "@mux/mux-video-react": "^0.7.7",
65
65
  "@mux/upchunk": "^3",
66
66
  "@sanity/icons": "^2",
67
67
  "@sanity/incompatible-plugin": "^1",
@@ -79,19 +79,18 @@
79
79
  "use-error-boundary": "^2.0.6"
80
80
  },
81
81
  "devDependencies": {
82
- "@commitlint/cli": "^17.4.3",
83
- "@commitlint/config-conventional": "^17.4.3",
84
- "@rollup/plugin-alias": "^4.0.3",
85
- "@sanity/pkg-utils": "^2.2.5",
86
- "@sanity/plugin-kit": "^3.1.6",
82
+ "@commitlint/cli": "^17.4.4",
83
+ "@commitlint/config-conventional": "^17.4.4",
84
+ "@sanity/pkg-utils": "^2.2.6",
85
+ "@sanity/plugin-kit": "^3.1.7",
87
86
  "@sanity/semantic-release-preset": "^4.0.0",
88
- "@sanity/vision": "^3.3.1",
87
+ "@sanity/vision": "^3.5.0",
89
88
  "@types/react": "^18.0.28",
90
89
  "@types/styled-components": "^5.1.26",
91
- "@typescript-eslint/eslint-plugin": "^5.52.0",
92
- "@typescript-eslint/parser": "^5.52.0",
90
+ "@typescript-eslint/eslint-plugin": "^5.53.0",
91
+ "@typescript-eslint/parser": "^5.53.0",
93
92
  "cz-conventional-changelog": "^3.3.0",
94
- "eslint": "^8.34.0",
93
+ "eslint": "^8.35.0",
95
94
  "eslint-config-prettier": "^8.6.0",
96
95
  "eslint-config-react-app": "^7.0.1",
97
96
  "eslint-config-sanity": "^6.0.0",
@@ -102,8 +101,8 @@
102
101
  "eslint-plugin-simple-import-sort": "^10.0.0",
103
102
  "husky": "^8.0.3",
104
103
  "lint-staged": "^13.1.2",
105
- "next": "^13.1.6",
106
- "next-sanity": "^4.1.3",
104
+ "next": "^13.2.1",
105
+ "next-sanity": "^4.1.5",
107
106
  "npm-run-all": "^4.1.5",
108
107
  "prettier": "^2.8.4",
109
108
  "prettier-plugin-packagejson": "^2.4.3",
@@ -111,10 +110,9 @@
111
110
  "react-dom": "^18.2.0",
112
111
  "react-is": "^18.2.0",
113
112
  "rimraf": "^4.1.2",
114
- "rollup": "^3.15.0",
115
- "sanity": "^3.3.1",
113
+ "sanity": "^3.5.0",
116
114
  "styled-components": "^5.3.6",
117
- "type-fest": "^3.5.7",
115
+ "type-fest": "^3.6.1",
118
116
  "typescript": "^4.9.5"
119
117
  },
120
118
  "peerDependencies": {