Skip to content

Commit

Permalink
fix(object-fit): update object-fit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Oct 13, 2020
1 parent 71d093c commit 4f4545c
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion src/constant/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,30 @@ export const constant: IConstant = {
relativePaths: ["polyfill/index.bundle.min.js"],
features: ["object-fit"],
version: environment.NPM_PACKAGE_DEPENDENCIES_OBJECT_FIT_IMAGES,
dependencies: ["get-computed-style", "es.object.define-property"],
dependencies: [
"window",
"document",
"element",
"event",
"mutation-observer",
"get-computed-style",
"request-animation-frame",
"es.array.concat",
"es.array.filter",
"es.array.for-each",
"es.array.from",
"es.array.is-array",
"es.map",
"es.set",
"es.weak-map",
"es.symbol.iterator",
"es.symbol.to-string-tag",
"es.symbol.constructor",
"es.number.to-fixed",
"es.object.define-property",
"es.object.get-own-property-descriptor",
"es.object.keys"
],
contexts: WINDOW_CONTEXT
},
console: {
Expand Down

0 comments on commit 4f4545c

Please sign in to comment.