Skip to content

Commit

Permalink
chore(build): npm updates (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera authored Jun 10, 2021
1 parent 75c0488 commit 418fe23
Show file tree
Hide file tree
Showing 3 changed files with 312 additions and 550 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,31 +114,30 @@
"test:local": "react-scripts test --env=jsdom --roots=./src"
},
"dependencies": {
"@patternfly/patternfly": "4.103.6",
"@patternfly/react-charts": "6.14.22",
"@patternfly/react-core": "4.121.1",
"@patternfly/react-icons": "4.10.7",
"@patternfly/react-styles": "4.10.7",
"@patternfly/react-table": "4.27.7",
"@patternfly/react-tokens": "4.11.8",
"@redhat-cloud-services/frontend-components": "3.1.13",
"@redhat-cloud-services/frontend-components-notifications": "3.1.0",
"@redhat-cloud-services/frontend-components-utilities": "3.1.2",
"@patternfly/patternfly": "4.108.2",
"@patternfly/react-charts": "6.14.29",
"@patternfly/react-core": "4.128.2",
"@patternfly/react-icons": "4.10.11",
"@patternfly/react-styles": "4.10.11",
"@patternfly/react-table": "4.27.24",
"@patternfly/react-tokens": "4.11.12",
"@redhat-cloud-services/frontend-components": "3.2.5",
"@redhat-cloud-services/frontend-components-notifications": "3.2.2",
"@redhat-cloud-services/frontend-components-utilities": "3.2.2",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"i18next": "^20.3.0",
"i18next": "^20.3.1",
"i18next-xhr-backend": "^3.2.2",
"js-cookie": "^2.2.1",
"locale-code": "^2.0.2",
"lodash": "^4.17.21",
"lru-cache": "^6.0.0",
"moment": "^2.29.1",
"node-sass": "^4.14.1",
"numbro": "^2.3.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.8.15",
"react-i18next": "^11.10.0",
"react-redux": "^7.2.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
Expand All @@ -149,12 +148,13 @@
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"victory-create-container": "^35.8.1"
"sass": "^1.34.1",
"victory-create-container": "^35.8.5"
},
"devDependencies": {
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
"apidoc-mock": "^4.0.0",
"cspell": "^5.4.1",
"cspell": "^5.6.1",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"eslint-config-airbnb": "^18.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,7 @@ exports[`Select Component should render an expanded select: expanded 1`] = `
"current": null,
}
}
hasInlineFilter={false}
isGrouped={false}
keyHandler={[Function]}
maxHeight={null}
Expand Down
Loading

0 comments on commit 418fe23

Please sign in to comment.