Skip to content

Commit

Permalink
chore(deps): update dependency tslib to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 7, 2021
1 parent e2ab183 commit 0694c0f
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 9 deletions.
44 changes: 41 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"rollup-plugin-typescript2": "0.30.0",
"terser": "4.8.0",
"ts-node": "8.10.2",
"tslib": "1.14.1",
"tslib": "2.2.0",
"tslint": "5.20.1",
"tslint-config-prettier": "1.18.0",
"tslint-no-circular-imports": "0.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/TylorS/frontend-gateway#readme",
"peerDependencies": {
"tslib": "^1.10.0"
"tslib": "^2.0.0"
},
"sideEffects": false,
"devDependencies": {
Expand All @@ -29,7 +29,7 @@
"@types/cors": "2.8.10",
"@types/express": "4.17.11",
"pm2": "4.5.6",
"tslib": "1.14.1"
"tslib": "2.2.0"
},
"dependencies": {
"@typed/env": "1.0.5",
Expand Down

0 comments on commit 0694c0f

Please sign in to comment.