Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
Karma, Webpack, and Verdaccio all had breaking changes across major versions.
Also Typescript, ESLint, and Prettier has major changes.

BREAKING CHANGE:

This commit upgrades dependencies to no longer support Node 8 and 10.
  • Loading branch information
seebees committed Jul 13, 2021
1 parent 3aa78a3 commit 417db72
Show file tree
Hide file tree
Showing 4 changed files with 23,526 additions and 4,765 deletions.
6 changes: 2 additions & 4 deletions modules/integration-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@
"@types/got": "^9.6.9",
"@types/stream-to-promise": "^2.2.0",
"@types/yargs": "^15.0.3",
"@types/yauzl": "^2.9.1",
"got": "^11.8.0",
"stream-to-promise": "^3.0.0",
"tslib": "^2.2.0",
"yargs": "^15.3.1",
"yauzl": "^2.10.0"
"tslib": "^2.3.0",
"yargs": "^15.3.1"
},
"sideEffects": false,
"main": "./build/main/index.js",
Expand Down
5 changes: 1 addition & 4 deletions modules/integration-vectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@
},
"dependencies": {
"@aws-crypto/material-management": "file:../material-management",
"@types/got": "^9.6.9",
"@types/stream-to-promise": "^2.2.0",
"@types/yauzl": "^2.9.1",
"got": "^11.8.0",
"stream-to-promise": "^3.0.0",
"tslib": "^1.11.1",
"yargs": "^15.3.1",
"tslib": "^2.3.0",
"yauzl": "^2.10.0"
},
"sideEffects": false,
Expand Down
Loading

0 comments on commit 417db72

Please sign in to comment.