Skip to content

Commit

Permalink
Merge pull request #106 from cthit/fix/inclusive-dates-for-rules
Browse files Browse the repository at this point in the history
Fixed some dev-dependencies that broke by updating TypeScript
  • Loading branch information
simon-wg authored May 2, 2024
2 parents 64a14ab + c3fc6a9 commit 5065fd7
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 92 deletions.
Empty file modified backend/dev_setup.sh
100644 → 100755
Empty file.
178 changes: 88 additions & 90 deletions backend/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 backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"passport": "^0.6.0",
"qs": "^6.10.1",
"redis": "^3.1.2",
"ts-node": "^10.2.0"
"ts-node": "^10.9.1"
},
"devDependencies": {
"@testdeck/mocha": "^0.1.2",
Expand All @@ -50,7 +50,7 @@
"eslint-plugin-promise": "^5.1.0",
"mocha": "^9.0.3",
"prisma": "^5.9.0-dev.58",
"ts-node-dev": "^1.1.8",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.5"
}
}
Empty file modified frontend/dev_setup.sh
100644 → 100755
Empty file.

0 comments on commit 5065fd7

Please sign in to comment.