box-content-preview 3.75.0 → 3.77.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "box-content-preview",
3
- "version": "3.75.0",
3
+ "version": "3.77.0",
4
4
  "description": "Box Content Preview UI Element",
5
5
  "author": "Box (https://www.box.com/)",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -73,6 +73,7 @@
73
73
  "@typescript-eslint/parser": "^5.60.1",
74
74
  "autoprefixer": "^10.4.21",
75
75
  "axios": "^0.33.0",
76
+ "babel-jest": "^29.7.0",
76
77
  "babel-loader": "^8.3.0",
77
78
  "babel-plugin-transform-require-ignore": "^0.1.1",
78
79
  "box-annotations": "^5.2.1-beta.0",
@@ -83,8 +84,8 @@
83
84
  "conventional-github-releaser": "^3.1.3",
84
85
  "create-react-class": "^15.6.2",
85
86
  "css-loader": "^6.11.0",
86
- "css-minimizer-webpack-plugin": "^7.0.4",
87
- "cypress": "^13.17.0",
87
+ "css-minimizer-webpack-plugin": "^8.0.0",
88
+ "cypress": "^15.20.1",
88
89
  "eslint": "^8.43.0",
89
90
  "eslint-config-airbnb": "^18.0.1",
90
91
  "eslint-config-prettier": "^6.7.0",
@@ -105,8 +106,9 @@
105
106
  "fscreen": "^1.0.2",
106
107
  "husky": "^3.1.0",
107
108
  "i18n-webpack-plugin": "^1.0.0",
108
- "jest": "^26.4.0",
109
+ "jest": "^29.7.0",
109
110
  "jest-canvas-mock": "^2.2.0",
111
+ "jest-environment-jsdom": "^29.7.0",
110
112
  "jsuri": "^1.3.1",
111
113
  "lint-staged": "^9.5.0",
112
114
  "lodash": "^4.18.1",
@@ -126,10 +128,10 @@
126
128
  "sass-loader": "^16.0.5",
127
129
  "sinon": "^9.0.3",
128
130
  "style-loader": "^4.0.0",
129
- "stylelint": "^12.0.0",
130
- "stylelint-config-rational-order": "^0.1.2",
131
- "stylelint-config-standard": "^19.0.0",
132
- "stylelint-order": "^3.1.1",
131
+ "stylelint": "^16.26.1",
132
+ "stylelint-config-standard": "^38.0.0",
133
+ "stylelint-config-standard-scss": "^14.0.0",
134
+ "stylelint-order": "^6.0.4",
133
135
  "terser": "^5.31.0",
134
136
  "terser-webpack-plugin": "^5.3.14",
135
137
  "typescript": "^5.0.4",
@@ -197,15 +199,7 @@
197
199
  "**/react-intl/**/@types/react": "18.3.1",
198
200
  "@types/node": "^22.18.10",
199
201
  "acorn": "8.14.0",
200
- "brace-expansion": "^1.1.16",
201
202
  "canvas": "^3.2.3",
202
- "cheerio": "1.0.0-rc.12",
203
- "cipher-base": "^1.0.5",
204
- "fast-uri": "^3.1.4",
205
- "js-yaml": "^4.3.0",
206
- "minimatch": "^3.1.4",
207
- "mojito-rb-gen/merge": "1.2.1",
208
- "serialize-javascript": "^7.0.5",
209
- "tar": "^7.5.21"
203
+ "js-yaml": "^4.3.0"
210
204
  }
211
205
  }