Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
dependencies update (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
coemans authored and bamboo committed Jun 11, 2020
1 parent 45cc926 commit 9f88dda
Show file tree
Hide file tree
Showing 8 changed files with 89 additions and 94 deletions.
2 changes: 1 addition & 1 deletion dist/style.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/vl-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import '/node_modules/vl-ui-modal/lib/modal.js';
* @classdesc Gebruik de modal dialoog om de gebruiker te informeren over onbewaarde wijzigingen wanneer hij de pagina verlaat. Een modal dialoog vraagt de aandacht van de gebruiker en verplicht de gebruiker om actie te ondernemen voordat de site verder gebruikt kan worden.
*
* @extends HTMLElement
* @mixin vlElement
*
* @property {boolean} data-title - Attribuut wordt gebruikt om de titel (in een h2) te zetten. Indien leeg of weggelaten, wordt er geen titel element gezet.
* @property {boolean} open - Attribuut wordt gebruikt om aan te duiden dat de modal onmiddellijk geopend moet worden na het renderen.
Expand Down
2 changes: 1 addition & 1 deletion dist/vl-modal.min.js

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions dist/vl-modal.src.js

Large diffs are not rendered by default.

141 changes: 69 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,23 @@
"demo": "http-server"
},
"dependencies": {
"@govflanders/vl-ui-core": "3.9.1",
"@govflanders/vl-ui-util": "3.9.1",
"vl-ui-action-group": "^3.0.2",
"vl-ui-button": "^5.0.2",
"vl-ui-core": "^5.5.1",
"vl-ui-icon": "^5.0.1"
"@govflanders/vl-ui-core": "^3.9.2",
"@govflanders/vl-ui-util": "^3.9.2",
"vl-ui-action-group": "^3.0.4",
"vl-ui-button": "^5.0.5",
"vl-ui-core": "^5.5.4",
"vl-ui-icon": "^5.1.0"
},
"peerDependencies": {
"vl-ui-action-group": "^3.0.2",
"vl-ui-button": "^5.0.2",
"vl-ui-core": "^5.5.1",
"vl-ui-icon": "^5.0.1"
"vl-ui-action-group": "^3.0.4",
"vl-ui-button": "^5.0.5",
"vl-ui-core": "^5.5.4",
"vl-ui-icon": "^5.1.0"
},
"devDependencies": {
"@govflanders/vl-ui-modal": "3.9.1",
"vl-ui-datepicker": "^3.0.3",
"vl-ui-input-field": "^3.1.1",
"vl-ui-util": "^5.2.3"
"vl-ui-datepicker": "^3.0.5",
"vl-ui-input-field": "^3.1.3",
"vl-ui-util": "^5.2.4"
}
}
2 changes: 1 addition & 1 deletion src/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/e2e/pages/vl-modal.page.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class VlModalPage extends Page {
}

async load() {
await super.load(Config.baseUrl + '/demo/vl-modal.html?no-header=true&no-footer=true');
await super.load(Config.baseUrl + '/demo/vl-modal.html');
}
}

Expand Down

0 comments on commit 9f88dda

Please sign in to comment.