Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Update: Updated dependencies version for tests and demo page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Jul 4, 2017
1 parent 3781b1e commit eeb5a61
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "git@github.com:advanced-rest-client/raml-documentation-panel.git"
},
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"polymer": "Polymer/polymer#^1.9.2",
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.3.1",
"raml-docs-method-viewer": "advanced-rest-client/raml-docs-method-viewer#^0.1.4",
"raml-docs-resource-viewer": "advanced-rest-client/raml-docs-resource-viewer#^1.0.1",
Expand All @@ -34,11 +34,11 @@
},
"devDependencies": {
"iron-component-page": "polymerelements/iron-component-page#1.0.0",
"web-component-tester": "^4.0.0",
"web-component-tester": "^6.0.0",
"paper-styles": "polymerelements/paper-styles#^1.0.2",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0",
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
"iron-test-helpers": "PolymerElements/iron-test-helpers#^1.4.0",
"test-fixture": "PolymerElements/test-fixture#^3.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"arc-demo-helpers": "advanced-rest-client/arc-demo-helpers#^1.0.5",
"paper-toast": "PolymerElements/paper-toast#^1.3.0"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0 OR CC-BY-4.0",
"description": "A documentation details panel. Its purpose is to compute documentation from the RAML file and display the result as a main documentation panel",
"devDependencies": {
"polymer-cli": "^0.16.0"
"polymer-cli": "^1.2.0"
},
"engines": {
"node": ">=0.10.0"
Expand All @@ -16,9 +16,9 @@
"author": "The Advanced REST client authors <arc@mulesoft.com>",
"scripts": {
"serve": "node_modules/.bin/polymer serve",
"lint": "node_modules/.bin/polymer lint raml-documentation-panel.html raml-documentation-empty-state.html",
"lint": "node_modules/.bin/polymer lint raml-documentation-panel.html --rules polymer-1",
"test-sauce": "node_modules/.bin/polymer test --plugin sauce --job-name \"raml-documentation-panel:local-test\"",
"test": "node_modules/.bin/polymer test",
"test": "node_modules/.bin/polymer test --plugin local",
"deps": "npm install --quiet && bower install --quiet",
"update-deps": "npm update --quiet && bower update --quiet"
},
Expand All @@ -30,4 +30,4 @@
"url": "https://github.com/advanced-rest-client/raml-documentation-panel/issues",
"email": "arc@mulesoft.com"
}
}
}
8 changes: 6 additions & 2 deletions wct.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"verbose": false,
"plugins": {
"local": {
"disabled": true,
"browsers": ["chrome", "firefox"]
},
"sauce": {
"disabled": true,
"browsers": [{
Expand All @@ -22,11 +26,11 @@
}, {
"browserName": "safari",
"platform": "OS X 10.11",
"version": "9"
"version": "10"
}, {
"browserName": "safari",
"platform": "OS X 10.11",
"version": "10"
"version": "9"
}]
}
}
Expand Down

0 comments on commit eeb5a61

Please sign in to comment.