Skip to content

Commit

Permalink
chore(build): npm updates
Browse files Browse the repository at this point in the history
* victory and patterfly chart packages
* eslint relax
  • Loading branch information
cdcabrera committed Nov 4, 2019
1 parent e20ffbd commit 4dc4eaa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"as-needed"
],
"comma-dangle": 0,
"consistent-return": 1,
"import/first": 0,
"import/newline-after-import": 0,
"import/no-extraneous-dependencies": [
Expand All @@ -50,6 +51,7 @@
"no-lonely-if": 1,
"no-plusplus": 0,
"no-restricted-properties": [0, {"object": "Math", "property": "pow"}],
"no-underscore-dangle": 1,
"prettier/prettier": [
"error",
{
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"dependencies": {
"@patternfly/patternfly": "2.33.5",
"@patternfly/react-charts": "5.0.12",
"@patternfly/react-charts": "5.0.13",
"@patternfly/react-core": "3.104.0",
"@patternfly/react-icons": "3.14.7",
"@patternfly/react-styles": "3.5.22",
Expand Down Expand Up @@ -108,7 +108,9 @@
"redux-promise-middleware": "^6.1.1",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"victory": "^33.1.1"
"victory": "^33.1.1",
"victory-core": "^33.1.0",
"victory-legend": "^33.1.0"
},
"devDependencies": {
"apidoc-mock": "^3.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1255,10 +1255,10 @@
resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-2.33.5.tgz#e8abad22510d32de4933a42d7f567b152ccc0e6d"
integrity sha512-/4S19Ln2BY62nUP/Ow+j4gzCKm4e3HYehW92R+iaREaBgatfq55G50QdPsXDvTvLeTp9lS6YfXJlLz7OTIHnhw==

"@patternfly/[email protected].12":
version "5.0.12"
resolved "https://registry.yarnpkg.com/@patternfly/react-charts/-/react-charts-5.0.12.tgz#5bb201385921c6c4371f6656fd5be3774223f556"
integrity sha512-JnhID2FNJUl0TRrZvQWmXihXyoXVAcygwp7dJ7XNADLk8lCGqx74B3mYiMUpIwqfEbbbCOfz48sa1SYlDFsBIw==
"@patternfly/[email protected].13":
version "5.0.13"
resolved "https://registry.yarnpkg.com/@patternfly/react-charts/-/react-charts-5.0.13.tgz#57467fe8e1d4ae0d63c5d2da22f05b96b09f7974"
integrity sha512-uyjBUKfO9QGi7nvcE0pkAwhTTwsEoXHozQ6tgz/wT9QS4q0y+oYam5PlHBPCQ5qVwseX6v/po8Lx6ktK6xMD3A==
dependencies:
"@patternfly/patternfly" "2.33.5"
"@patternfly/react-styles" "^3.5.27"
Expand Down

0 comments on commit 4dc4eaa

Please sign in to comment.