Skip to content

Commit

Permalink
Merge pull request mempool#432 from mempool/simon/angular-11-upgrade
Browse files Browse the repository at this point in the history
Upgrading all front and backend dependencies, including Angular 11.
  • Loading branch information
wiz authored Apr 7, 2021
2 parents b0baf6a + 896a4cb commit dee614f
Show file tree
Hide file tree
Showing 6 changed files with 6,500 additions and 6,342 deletions.
36 changes: 18 additions & 18 deletions backend/package-lock.json

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

8 changes: 4 additions & 4 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"express": "^4.17.1",
"locutus": "^2.0.12",
"mysql2": "2.2.5",
"node-worker-threads-pool": "^1.4.2",
"ws": "^7.3.1"
"node-worker-threads-pool": "^1.4.3",
"ws": "^7.4.4"
},
"devDependencies": {
"@types/compression": "^1.0.1",
"@types/express": "^4.17.2",
"@types/locutus": "^0.0.6",
"@types/ws": "^6.0.4",
"tslint": "~6.1.0",
"typescript": "~3.9.7"
"tslint": "^6.1.0",
"typescript": "^4.1.5"
}
}
1 change: 0 additions & 1 deletion frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down
Loading

0 comments on commit dee614f

Please sign in to comment.