Skip to content

Commit

Permalink
Framework sweep (vue)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlandsman committed May 20, 2019
1 parent 2a7f4f9 commit 135ea23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -14,15 +14,15 @@
"ag-grid-enterprise": "^20.0.0",
"ag-grid-vue": "^20.0.0",
"bootstrap": "3.4.1",
"vue": "2.6.9",
"vue-property-decorator": "8.0.0",
"vue-router": "3.0.2"
"vue": "2.6.10",
"vue-property-decorator": "8.1.1",
"vue-router": "3.0.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.5.1",
"@vue/cli-service": "3.5.1",
"vue-template-compiler": "2.6.9",
"@vue/cli-plugin-unit-jest": "^3.5.0",
"@vue/cli-plugin-babel": "3.7.0",
"@vue/cli-service": "3.7.0",
"vue-template-compiler": "2.6.10",
"@vue/cli-plugin-unit-jest": "3.7.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.6.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/example.spec.js
Expand Up @@ -12,7 +12,7 @@ const ensureGridApiHasBeenSet = vm => new Promise(function (resolve, reject) {
}

// not set - wait a bit longer
setTimeout(waitForGridReady, 10);
setTimeout(waitForGridReady, 20);
})();
});

Expand Down

0 comments on commit 135ea23

Please sign in to comment.