Skip to content

Commit

Permalink
Merge pull request #325 from ubccpsctech/feature/package-install-warn…
Browse files Browse the repository at this point in the history
…ings

Feature/package install warnings
  • Loading branch information
andrewstec committed Feb 19, 2020
2 parents fec2a12 + ca3fc31 commit bf58bfd
Show file tree
Hide file tree
Showing 4 changed files with 1,094 additions and 2,830 deletions.
2 changes: 1 addition & 1 deletion packages/autotest/package.json
Expand Up @@ -25,7 +25,7 @@
"dotenv": "4.0.0",
"fs-extra": "5.0.0",
"jszip": "^3.2.1",
"xunit-viewer": "^5.1.11",
"xunit-viewer": "^6.0.14",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.17.0",
"mongodb": "^3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/portal/backend/package.json
Expand Up @@ -26,7 +26,7 @@
"@babel/core": "^7.0.0-0",
"@types/cookie": "^0.3.1",
"@types/node": "^12.0.0",
"@types/supertest": "^2.0.5",
"@types/supertest": "^2.0.8",
"awesome-typescript-loader": "^5.2.1",
"chai": "^4.1.2",
"child-process-promise": "^2.2.1",
Expand All @@ -38,7 +38,7 @@
"csv-parse": "^4.4.6",
"dotenv": "^5.0.1",
"fs-extra": "^5.0.0",
"xunit-viewer": "^5.1.11",
"xunit-viewer": "^6.0.14",
"markdown-table": "^1.1.2",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.17.0",
Expand All @@ -49,7 +49,7 @@
"request-promise-native": "^1.0.5",
"restify": "^8.4.0",
"source-map-loader": "^0.2.3",
"supertest": "^3.0.0",
"supertest": "5.0.0-0",
"tmp-promise": "^1.0.4",
"ts-node": "^7.0.0",
"tslint": "^5.11.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/portal/frontend/package.json
Expand Up @@ -37,8 +37,8 @@
"ts-loader": "^6.0.0",
"tslint": "^5.11.0",
"typescript": "^3.5.1",
"webpack": "^4",
"webpack-cli": "^3"
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"resolutions": {
"**/event-stream": "^4.0.1"
Expand Down

0 comments on commit bf58bfd

Please sign in to comment.