Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinecula committed Oct 10, 2019
1 parent c324e2e commit 8b27030
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 14 deletions.
29 changes: 20 additions & 9 deletions package-lock.json

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

13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
"access": "public"
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
"extends": [
"@commitlint/config-conventional"
]
},
"husky": {
"hooks": {
Expand All @@ -50,9 +52,9 @@
},
"dependencies": {
"@fabricelements/skeleton-carousel": "^3.0.2",
"@neovici/cosmoz-i18next": "github:neovici/cosmoz-i18next#semver:^3.0.1",
"@neovici/cosmoz-utils": "github:neovici/cosmoz-utils#semver:^3.0.4",
"@neovici/nullxlsx": "github:neovici/nullxlsx#semver:^3.0.1",
"@neovici/cosmoz-i18next": "^3.0.2",
"@neovici/cosmoz-utils": "^3.1.3",
"@neovici/nullxlsx": "^3.0.2",
"@polymer/iron-flex-layout": "^3.0.0",
"@polymer/iron-icons": "^3.0.0",
"@polymer/iron-image": "^3.0.0",
Expand All @@ -67,7 +69,7 @@
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@neovici/eslint-config": "github:neovici/eslint-config#semver:^1.0.0",
"@neovici/eslint-config": "^1.1.7",
"@neovici/github-actions-eslint-annotator": "^0.2.0",
"@polymer/iron-component-page": "^4.0.0",
"@polymer/iron-demo-helpers": "^3.0.0",
Expand All @@ -82,6 +84,7 @@
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-mocha": "^5.0.0",
"husky": "^3.0.8",
"mocha": "^5.0.0",
"polymer-cli": "^1.9.4",
"resize-observer-polyfill": "^1.5.1",
Expand Down

0 comments on commit 8b27030

Please sign in to comment.