Skip to content

Commit

Permalink
chore(build): npm updates
Browse files Browse the repository at this point in the history
* build, dependencies updated
* test, react scripts, dotenv for public path altered
* test, react scripts, file output altered
  • Loading branch information
cdcabrera committed Oct 23, 2019
1 parent 1404294 commit e0064e5
Show file tree
Hide file tree
Showing 4 changed files with 752 additions and 286 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"@patternfly/react-styles": "3.5.22",
"@patternfly/react-tokens": "2.6.26",
"@redhat-cloud-services/frontend-components": "0.0.19",
"@redhat-cloud-services/frontend-components-utilities": "0.0.9",
"@redhat-cloud-services/frontend-components-notifications": "0.0.7",
"@redhat-cloud-services/frontend-components-utilities": "0.0.9",
"axios": "^0.19.0",
"classnames": "^2.2.6",
"i18next": "^17.0.14",
Expand All @@ -96,13 +96,13 @@
"node-sass": "^4.12.0",
"numbro": "^2.1.2",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-i18next": "^10.12.4",
"react-redux": "^7.1.1",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.2.0",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^6.1.1",
Expand All @@ -113,24 +113,24 @@
"devDependencies": {
"apidoc-mock": "^3.0.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.4.0",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.4.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.3.0",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-jest": "^22.19.0",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"express": "^4.17.1",
"gettext-extractor": "^3.5.1",
"gettext-extractor": "^3.5.2",
"moxios": "^0.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"redux-mock-store": "^1.5.3",
"standard-version": "^7.0.0",
"swagger-ui-express": "^4.0.7",
"swagger-ui-express": "^4.1.2",
"yamljs": "^0.3.0"
}
}
2 changes: 1 addition & 1 deletion src/common/__tests__/__snapshots__/helpers.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Object {
"UI_DISPLAY_NAME": "Subscription Reporting",
"UI_LOGGER_ID": "curiosity",
"UI_NAME": "subscriptions",
"UI_PATH": "/apps/subscriptions/",
"UI_PATH": "/",
"UI_VERSION": "0.0.0.0000000",
"generateId": [Function],
"noop": [Function],
Expand Down
6 changes: 2 additions & 4 deletions tests/__snapshots__/dist.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ Array [
"./build/static/js/2*chunk.js",
"./build/static/js/main*chunk*map",
"./build/static/js/main*chunk.js",
"./build/static/js/runtime",
"./build/static/js/runtime",
"./build/static/js/runtime-main*js",
"./build/static/js/runtime-main*js.map",
"./build/static/media/pfbg_2000*jpg",
"./build/static/media/pfbg_576*jpg",
"./build/static/media/pfbg_576@2x*jpg",
"./build/static/media/pfbg_768*jpg",
"./build/static/media/pfbg_768@2x*jpg",
"./build/static/media/pfbg_992@2x*jpg",
"main*js",
"main*js.map",
]
`;
Loading

0 comments on commit e0064e5

Please sign in to comment.