Skip to content

Commit

Permalink
chore(): update deps (#19437)
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Sep 25, 2019
1 parent 0f05ea4 commit 446cf78
Show file tree
Hide file tree
Showing 8 changed files with 219 additions and 119 deletions.
4 changes: 2 additions & 2 deletions core/package.json
Expand Up @@ -34,7 +34,7 @@
"tslib": "^1.10.0"
},
"devDependencies": {
"@stencil/core": "1.4.0",
"@stencil/core": "1.5.1",
"@stencil/sass": "1.0.1",
"@types/jest": "24.0.17",
"@types/node": "12.7.1",
Expand All @@ -48,7 +48,7 @@
"jest-cli": "24.8.0",
"np": "^5.0.3",
"pixelmatch": "4.0.2",
"puppeteer": "1.19.0",
"puppeteer": "1.20.0",
"rollup": "1.19.4",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-virtual": "^1.0.1",
Expand Down
9 changes: 9 additions & 0 deletions core/scripts/testing/scripts.js
Expand Up @@ -5,6 +5,15 @@
document.documentElement.setAttribute('dir', 'rtl');
}

if (window.location.search.indexOf('ionic:_testing=true') > -1) {
const style = document.createElement('style');
style.innerHTML = `
* {
caret-color: transparent !important;
}`;
document.head.appendChild(style);
}

window.Ionic = window.Ionic || {};
window.Ionic.config = window.Ionic.config || {};

Expand Down

0 comments on commit 446cf78

Please sign in to comment.