Skip to content

Commit

Permalink
chore: pkg maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
bddvlpr committed Sep 26, 2024
1 parent c6b9c52 commit a7fc71c
Show file tree
Hide file tree
Showing 4 changed files with 1,213 additions and 1,234 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
}:
mkYarnPackage rec {
pname = "untis-ics-sync";
version = "0.7.2";
version = "0.7.3";

src = ./.;

offlineCache = fetchYarnDeps {
yarnLock = src + "/yarn.lock";
hash = "sha256-M8J8Ppr2iRDRwq8g+rYi4J4DdHCRYxXbMBZpF7tjj3c=";
hash = "sha256-SePDL1jsGL+HPEMFC0T8a7n90jn02Ef3AeBmPmLt8Uo=";
};

nativeBuildInputs = [makeWrapper];
Expand Down
30 changes: 12 additions & 18 deletions flake.lock

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

54 changes: 24 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "untis-ics-sync",
"version": "0.7.2",
"version": "0.7.3",
"description": "Serves a calendar API (ICS) for events provided from Untis.",
"author": "Luna Simons <[email protected]> (https://bddvlpr.com)",
"license": "BSD-3-Clause",
Expand All @@ -22,10 +22,10 @@
"dependencies": {
"@nestjs/bull": "^10.0.1",
"@nestjs/cache-manager": "^2.1.0",
"@nestjs/common": "^9.0.0",
"@nestjs/common": "^10.4.4",
"@nestjs/config": "^3.0.1",
"@nestjs/core": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/core": "^10.4.4",
"@nestjs/platform-express": "^10.4.4",
"@nestjs/swagger": "^7.1.10",
"@willsoto/nestjs-prometheus": "^6.0.0",
"bull": "^4.11.5",
Expand All @@ -36,47 +36,41 @@
"ics": "^3.4.0",
"moment": "^2.29.4",
"prom-client": "^15.0.0",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.2.0",
"webuntis": "^2.0.3"
},
"devDependencies": {
"@nestjs/cli": "^9.0.0",
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@types/express": "^4.17.13",
"@types/jest": "29.5.0",
"@types/node": "18.15.11",
"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "29.5.0",
"prettier": "^2.3.2",
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.1.4",
"@nestjs/testing": "^10.4.4",
"@types/express": "^5.0.0",
"@types/jest": "29.5.13",
"@types/node": "22.7.2",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "29.7.0",
"prettier": "^3.3.3",
"source-map-support": "^0.5.20",
"supertest": "^6.1.3",
"ts-jest": "29.0.5",
"supertest": "^7.0.0",
"ts-jest": "29.2.5",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"tsconfig-paths": "4.2.0",
"typescript": "^4.7.4"
"typescript": "^5.6.2"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": "src",
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"collectCoverageFrom": ["**/*.(t|j)s"],
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
Expand Down
Loading

0 comments on commit a7fc71c

Please sign in to comment.