box-content-preview 3.76.0 → 3.78.0
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/README.md +7 -7
- package/dist/lib/index.css +5 -5
- package/dist/lib/index.js +369 -92
- package/package.json +4 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "box-content-preview",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.78.0",
|
|
4
4
|
"description": "Box Content Preview UI Element",
|
|
5
5
|
"author": "Box (https://www.box.com/)",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"conventional-github-releaser": "^3.1.3",
|
|
85
85
|
"create-react-class": "^15.6.2",
|
|
86
86
|
"css-loader": "^6.11.0",
|
|
87
|
-
"css-minimizer-webpack-plugin": "^
|
|
88
|
-
"cypress": "^
|
|
87
|
+
"css-minimizer-webpack-plugin": "^8.0.0",
|
|
88
|
+
"cypress": "^15.20.1",
|
|
89
89
|
"eslint": "^8.43.0",
|
|
90
90
|
"eslint-config-airbnb": "^18.0.1",
|
|
91
91
|
"eslint-config-prettier": "^6.7.0",
|
|
@@ -199,15 +199,7 @@
|
|
|
199
199
|
"**/react-intl/**/@types/react": "18.3.1",
|
|
200
200
|
"@types/node": "^22.18.10",
|
|
201
201
|
"acorn": "8.14.0",
|
|
202
|
-
"brace-expansion": "^1.1.16",
|
|
203
202
|
"canvas": "^3.2.3",
|
|
204
|
-
"
|
|
205
|
-
"cipher-base": "^1.0.5",
|
|
206
|
-
"fast-uri": "^3.1.4",
|
|
207
|
-
"js-yaml": "^4.3.0",
|
|
208
|
-
"minimatch": "^3.1.4",
|
|
209
|
-
"mojito-rb-gen/merge": "1.2.1",
|
|
210
|
-
"serialize-javascript": "^7.0.5",
|
|
211
|
-
"tar": "^7.5.21"
|
|
203
|
+
"js-yaml": "^4.3.0"
|
|
212
204
|
}
|
|
213
205
|
}
|