Skip to content

Commit

Permalink
fix(resize-observer): Changes ResizeObserver polyfill implementation …
Browse files Browse the repository at this point in the history
…since the current one causes significant performance issues in some browsers
  • Loading branch information
wessberg committed Mar 27, 2019
1 parent 6463b18 commit aa5ffd8
Show file tree
Hide file tree
Showing 4 changed files with 813 additions and 19 deletions.
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"devDependencies": {
"@wessberg/di-compiler": "^2.0.2",
"@wessberg/rollup-plugin-ts": "1.1.35",
"@wessberg/rollup-plugin-ts": "1.1.40",
"@wessberg/scaffold": "^1.0.17",
"@wessberg/ts-config": "^0.0.39",
"husky": "^1.3.1",
Expand All @@ -55,17 +55,17 @@
"standard-changelog": "^2.0.7",
"ts-node": "^8.0.3",
"tslint": "^5.14.0",
"typescript": "^3.3.3333",
"typescript": "^3.3.4000",
"useragent-generator": "^1.1.1-amkt-22079-finish.0"
},
"dependencies": {
"@babel/core": "^7.3.4",
"@babel/core": "^7.4.0",
"@types/astring": "^1.3.0",
"@types/file-type": "^10.9.1",
"@types/iltorb": "^2.3.0",
"@types/memory-fs": "^0.3.2",
"@types/mime": "^2.0.1",
"@types/node": "^11.11.3",
"@types/node": "^11.12.0",
"@types/semver": "^5.5.0",
"@webcomponents/custom-elements": "^1.2.1",
"@webcomponents/shadycss": "^1.9.0",
Expand All @@ -79,13 +79,13 @@
"@wessberg/stringutil": "^1.0.18",
"Base64": "^1.0.2",
"astring": "^1.3.1",
"ava": "^1.3.1",
"ava": "^1.4.0",
"blob-polyfill": "^3.0.20180112",
"chalk": "^2.4.2",
"console-polyfill": "^0.3.0",
"construct-style-sheets-polyfill": "^1.0.1",
"core-js": "^3.0.0-beta.20",
"core-js-builder": "^3.0.0-beta.20",
"core-js": "^3.0.0",
"core-js-builder": "^3.0.0",
"devcert": "^1.0.0",
"events-polyfill": "^2.1.0",
"file-type": "^10.9.0",
Expand All @@ -105,26 +105,25 @@
"perfnow": "^0.2.0",
"polyfill-service": "^3.25.3",
"proxy-polyfill": "^0.3.0",
"regenerator-runtime": "^0.13.1",
"regenerator-runtime": "^0.13.2",
"requestanimationframe": "0.0.23",
"requestidlecallback": "^0.3.0",
"resize-observer": "^1.0.0",
"rollup": "^1.6.0",
"rollup-plugin-commonjs": "^9.2.1",
"rollup": "^1.7.3",
"rollup-plugin-commonjs": "^9.2.2",
"rollup-plugin-multi-entry": "^2.1.0",
"rollup-plugin-node-resolve": "^4.0.1",
"scroll-behavior-polyfill": "^2.0.7",
"semver": "^5.6.0",
"semver": "^6.0.0",
"setimmediate": "^1.0.5",
"systemjs": "^3.0.2",
"systemjs": "^3.1.0",
"temp-dir": "^1.0.0",
"toposort": "^2.0.2",
"tslib": "^1.9.3",
"url-polyfill": "^1.1.5",
"web-animations-js": "^2.3.1",
"whatwg-fetch": "^3.0.0",
"xhr-polyfill": "^0.1.8",
"zone.js": "^0.8.29"
"zone.js": "^0.9.0"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
Loading

0 comments on commit aa5ffd8

Please sign in to comment.