Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and ziccardi committed Oct 1, 2020
1 parent 91b3493 commit 5ef8dac
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"private": true,
"dependencies": {
"@aerogear/unifiedpush-admin-client": "4.3.0",
"@fortawesome/fontawesome-free": "^5.13.0",
"@patternfly/react-core": "^4.47.0",
"@patternfly/react-table": "^4.16.7",
"@react-keycloak/web": "^2.1.4",
"data-urls": "^2.0.0",
"json-data-validator": "^2.3.0",
"keycloak-js": "^11.0.1",
"moment": "^2.27.0",
"react": "^16.13.1",
"react-device-detect": "^1.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-syntax-highlighter": "^13.5.3",
"unifiedpush-node-sender": "^0.16.1"
"@fortawesome/fontawesome-free": "5.15.0",
"@patternfly/react-core": "4.50.2",
"@patternfly/react-table": "4.16.20",
"@react-keycloak/web": "2.1.4",
"data-urls": "2.0.0",
"json-data-validator": "2.3.0",
"keycloak-js": "11.0.2",
"moment": "2.29.0",
"react": "16.13.1",
"react-device-detect": "1.13.1",
"react-dom": "16.13.1",
"react-router-dom": "5.2.0",
"react-syntax-highlighter": "13.5.3",
"unifiedpush-node-sender": "0.16.1"
},
"scripts": {
"start": "npm-run-all -p watch-css start-js",
Expand Down Expand Up @@ -51,19 +51,19 @@
]
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/react-router-dom": "^5.1.5",
"@types/react-syntax-highlighter": "^11.0.4",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"gts": "^1.1.2",
"node-sass": "^4.13.1",
"npm-run-all": "^4.1.5",
"react-scripts": "^3.4.3",
"typescript": "~3.7.2"
"@testing-library/jest-dom": "4.2.4",
"@testing-library/react": "9.5.0",
"@testing-library/user-event": "7.2.1",
"@types/jest": "24.9.1",
"@types/react-router-dom": "5.1.5",
"@types/react-syntax-highlighter": "11.0.5",
"@types/node": "12.12.62",
"@types/react": "16.9.49",
"@types/react-dom": "16.9.8",
"gts": "1.1.2",
"node-sass": "4.14.1",
"npm-run-all": "4.1.5",
"react-scripts": "3.4.3",
"typescript": "3.7.5"
}
}

0 comments on commit 5ef8dac

Please sign in to comment.