Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff committed Feb 10, 2024
1 parent fd073b8 commit aa58131
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 23 deletions.
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
next-version: 0.5.0
next-version: 0.5.1
assembly-informational-format: "{NuGetVersion}"
mode: ContinuousDeployment
branches:
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"devDependencies": {
"@types/cacache": "^17.0.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@types/node": "^20.11.17",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@types/cli-progress": "^3.11.5",
"cacache": "^18.0.2",
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"cli-progress": "^3.12.0",
"closest-match": "^1.3.3",
"csv-parse": "^5.5.2",
"csv-parse": "^5.5.3",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"yahoo-finance2": "^2.9.0"
"dotenv": "^16.4.1",
"yahoo-finance2": "^2.9.1"
}
}
16 changes: 0 additions & 16 deletions src/converters/degiroConverter.test.ts

This file was deleted.

2 changes: 2 additions & 0 deletions src/converters/degiroConverter.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* istanbul ignore file */

import dayjs from "dayjs";
import { parse } from "csv-parse";
import { DeGiroRecord } from "../models/degiroRecord";
Expand Down

0 comments on commit aa58131

Please sign in to comment.