Skip to content

Commit

Permalink
fix(dependencies): updated Zone.js version to 0.8.29
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Jan 23, 2019
1 parent edc62e6 commit 28a1228
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,18 @@
"devDependencies": {
"@wessberg/di-compiler": "^2.0.2",
"@wessberg/rollup-plugin-ts": "1.1.18",
"@wessberg/scaffold": "^1.0.5",
"@wessberg/scaffold": "^1.0.8",
"@wessberg/ts-config": "^0.0.38",
"standard-changelog": "^2.0.6",
"tslint": "^5.12.1",
"typescript": "^3.2.4",
"useragent-generator": "^1.1.0",
"prettier": "^1.16.0",
"prettier": "^1.16.1",
"pretty-quick": "^1.10.0",
"husky": "^1.3.1"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-stage-3": "^7.0.0",
"@babel/preset-typescript": "^7.1.0",
"@types/astring": "^1.3.0",
"@types/file-type": "^10.6.0",
"@types/iltorb": "^2.3.0",
Expand All @@ -76,7 +73,7 @@
"@webcomponents/shadycss": "^1.8.0",
"@webcomponents/shadydom": "^1.4.2",
"@webcomponents/template": "^1.4.0",
"@wessberg/browserslist-generator": "1.0.3",
"@wessberg/browserslist-generator": "1.0.5",
"@wessberg/di": "^2.0.3",
"@wessberg/fileloader": "^1.1.9",
"@wessberg/filesaver": "^1.0.8",
Expand All @@ -88,11 +85,11 @@
"blob-polyfill": "^3.0.20180112",
"chalk": "^2.4.2",
"console-polyfill": "^0.3.0",
"core-js": "^3.0.0-beta.9",
"core-js-builder": "^3.0.0-beta.9",
"core-js": "^3.0.0-beta.10",
"core-js-builder": "^3.0.0-beta.10",
"devcert": "^1.0.0",
"events-polyfill": "^2.1.0",
"file-type": "^10.7.0",
"file-type": "^10.7.1",
"http-status-codes": "^1.3.0",
"iltorb": "^2.4.1",
"intersection-observer": "^0.5.1",
Expand All @@ -112,7 +109,7 @@
"requestanimationframe": "0.0.23",
"requestidlecallback": "^0.3.0",
"resize-observer": "^1.0.0",
"rollup": "^1.1.1",
"rollup": "^1.1.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-multi-entry": "^2.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
Expand All @@ -127,7 +124,7 @@
"web-animations-js": "^2.3.1",
"whatwg-fetch": "^3.0.0",
"xhr-polyfill": "^0.1.8",
"zone.js": "^0.8.28"
"zone.js": "^0.8.29"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit 28a1228

Please sign in to comment.