box-content-preview 3.70.0 → 3.72.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 +3 -3
- package/dist/lib/index.js +1258 -3279
- package/package.json +14 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "box-content-preview",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.72.0",
|
|
4
4
|
"description": "Box Content Preview UI Element",
|
|
5
5
|
"author": "Box (https://www.box.com/)",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"access": "public"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"axios": "^0.24.0",
|
|
35
34
|
"pdfjs-dist": "4.3.136"
|
|
36
35
|
},
|
|
37
36
|
"peerDependencies": {
|
|
38
37
|
"@box/blueprint-web": "^14.32.1",
|
|
39
38
|
"@box/blueprint-web-assets": "^4.119.2",
|
|
40
39
|
"@box/react-virtualized": "9.22.3-rc-box.2",
|
|
40
|
+
"axios": "^0.33.0",
|
|
41
41
|
"box-annotations": "^5.2.1-beta.0",
|
|
42
42
|
"box-ui-elements": "^20.0.0",
|
|
43
43
|
"react": "^18.0.0",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"@box/frontend": "^6.4.0",
|
|
57
57
|
"@box/languages": "^1.0.0",
|
|
58
58
|
"@box/react-virtualized": "9.22.3-rc-box.2",
|
|
59
|
-
"@commitlint/cli": "^8.
|
|
60
|
-
"@commitlint/config-conventional": "^8.
|
|
61
|
-
"@commitlint/travis-cli": "^8.
|
|
59
|
+
"@commitlint/cli": "^19.8.0",
|
|
60
|
+
"@commitlint/config-conventional": "^19.8.0",
|
|
61
|
+
"@commitlint/travis-cli": "^19.8.0",
|
|
62
62
|
"@testing-library/dom": "^10.4.0",
|
|
63
63
|
"@testing-library/jest-dom": "^6.5.0",
|
|
64
64
|
"@testing-library/react": "16.0.1",
|
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
|
72
72
|
"@typescript-eslint/parser": "^5.60.1",
|
|
73
73
|
"autoprefixer": "^10.4.21",
|
|
74
|
+
"axios": "^0.33.0",
|
|
74
75
|
"babel-loader": "^8.3.0",
|
|
75
76
|
"babel-plugin-transform-require-ignore": "^0.1.1",
|
|
76
77
|
"box-annotations": "^5.2.1-beta.0",
|
|
@@ -82,7 +83,7 @@
|
|
|
82
83
|
"create-react-class": "^15.6.2",
|
|
83
84
|
"css-loader": "^6.11.0",
|
|
84
85
|
"css-minimizer-webpack-plugin": "^7.0.4",
|
|
85
|
-
"cypress": "^
|
|
86
|
+
"cypress": "^13.17.0",
|
|
86
87
|
"eslint": "^8.43.0",
|
|
87
88
|
"eslint-config-airbnb": "^18.0.1",
|
|
88
89
|
"eslint-config-prettier": "^6.7.0",
|
|
@@ -107,7 +108,7 @@
|
|
|
107
108
|
"jest-canvas-mock": "^2.2.0",
|
|
108
109
|
"jsuri": "^1.3.1",
|
|
109
110
|
"lint-staged": "^9.5.0",
|
|
110
|
-
"lodash": "^4.
|
|
111
|
+
"lodash": "^4.18.1",
|
|
111
112
|
"mini-css-extract-plugin": "^2.10.2",
|
|
112
113
|
"mock-local-storage": "^1.1.15",
|
|
113
114
|
"mojito-rb-gen": "^0.0.1",
|
|
@@ -131,11 +132,11 @@
|
|
|
131
132
|
"terser": "^5.31.0",
|
|
132
133
|
"terser-webpack-plugin": "^5.3.14",
|
|
133
134
|
"typescript": "^5.0.4",
|
|
134
|
-
"wait-on": "^
|
|
135
|
+
"wait-on": "^9.0.5",
|
|
135
136
|
"webpack": "^5.107.1",
|
|
136
137
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
137
138
|
"webpack-cli": "^5.1.4",
|
|
138
|
-
"webpack-dev-server": "^5.2.
|
|
139
|
+
"webpack-dev-server": "^5.2.6"
|
|
139
140
|
},
|
|
140
141
|
"engines": {
|
|
141
142
|
"node": ">=20.0.0",
|
|
@@ -192,9 +193,11 @@
|
|
|
192
193
|
}
|
|
193
194
|
},
|
|
194
195
|
"resolutions": {
|
|
195
|
-
"mojito-rb-gen/merge": "1.2.1",
|
|
196
196
|
"**/react-intl/**/@types/react": "18.3.1",
|
|
197
|
+
"@types/node": "^22.18.10",
|
|
198
|
+
"acorn": "8.14.0",
|
|
199
|
+
"canvas": "^3.2.3",
|
|
197
200
|
"cheerio": "1.0.0-rc.12",
|
|
198
|
-
"
|
|
201
|
+
"mojito-rb-gen/merge": "1.2.1"
|
|
199
202
|
}
|
|
200
203
|
}
|