Skip to content

Commit

Permalink
Fix dependency issues (#145)
Browse files Browse the repository at this point in the history
* Test fix dep issue

* Add step to list NPM dependencies for GH Actions

* Manually pin version of @types/express-serve-static-core

* Manually pin Lodash version

* Remove overrides block in package.json
  • Loading branch information
kevinschaich authored Dec 30, 2022
1 parent caf1185 commit 860d6ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm list --depth=1
- run: npm test
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
"dependencies": {
"@types/body-parser": "^1.19.0",
"@types/express": "4.17.3",
"@types/express-serve-static-core": "4.17.28",
"@types/glob": "^7.1.2",
"@types/lodash": "^4.14.149",
"@types/lodash": "4.14.149",
"@types/node": "^14.0.13",
"@types/prompts": "^2.0.3",
"ajv": "^6.12.0",
Expand All @@ -35,20 +36,17 @@
"glob": "^7.1.6",
"googleapis": "47.0.0",
"jsonc": "^2.0.0",
"lodash": "^4.17.15",
"lodash": "4.17.15",
"open": "^7.0.2",
"plaid": "^7.0.0",
"prompts": "^2.3.1",
"typescript": "^3.8.3",
"typescript": "3.8.3",
"typescript-json-schema": "^0.42.0",
"yargs": "^15.1.0"
},
"devDependencies": {
"prettier": "^1.16.4"
},
"overrides": {
"@types/express-serve-static-core": "4.17.30"
},
"description": "Automate your personal finances – for free, with no ads, and no data collection.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 860d6ee

Please sign in to comment.