Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Jan 18, 2025
1 parent 1e53c22 commit c4a8ac3
Show file tree
Hide file tree
Showing 7 changed files with 1,665 additions and 2,271 deletions.
3 changes: 2 additions & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ fi
use flake

# for people not using Webstorm
export PATH=$(pnpm bin):$PATH
PATH="$(pnpm bin):$PATH"
export PATH
35 changes: 17 additions & 18 deletions flake.lock

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

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs-stable.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/app/newsfeed/newsfeed.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ <h2 class="text-maroon my-5 text-center text-2xl font-bold">
<i class="pi-info-circle pi" style="font-size: 1.25rem"></i> Latest news
</h2>
@if (isWide()) {
<p-scroll-panel [style]="{ height: '800px', 'margin-left': 'auto', 'margin-right': 'auto', 'max-width': '80%' }">
<p-scroll-panel [style]="{ 'height': '800px', 'margin-left': 'auto', 'margin-right': 'auto', 'max-width': '80%' }">
@for (news of newsList; track news) {
<p-fieldset class="mx-auto" legend="{{ news.data.author }} on {{ news.data.date | date: 'short' }}">
<p [innerHTML]="news.html"></p>
</p-fieldset>
}
</p-scroll-panel>
} @else {
<p-scroll-panel [style]="{ height: '800px', 'margin-left': '0.5rem', 'margin-right': '0.5rem' }">
<p-scroll-panel [style]="{ 'height': '800px', 'margin-left': '0.5rem', 'margin-right': '0.5rem' }">
@for (news of newsList; track news) {
<p-fieldset class="mx-auto" legend="{{ news.data.author }} on {{ news.data.date | date: 'short' }}">
<p [innerHTML]="news.html"></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<i class="pi pi-search text-maroon mt-36" style="font-size: 10rem"></i>
</div>
}
<p-table [value]="data" [tableStyle]="{ width: '100%', 'margin-top': '20px' }">
<p-table [value]="data" [tableStyle]="{ 'width': '100%', 'margin-top': '20px' }">
<ng-template #body let-dataset>
<tr>
<td>{{ dataset.key | packageDetailKey }}</td>
Expand Down
88 changes: 44 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"typeorm": "typeorm-ts-node-esm"
},
"dependencies": {
"@angular/animations": "19.0.5",
"@angular/cdk": "^19.0.4",
"@angular/common": "19.0.5",
"@angular/compiler": "19.0.5",
"@angular/core": "19.0.5",
"@angular/forms": "19.0.5",
"@angular/platform-browser": "19.0.5",
"@angular/platform-browser-dynamic": "19.0.5",
"@angular/router": "19.0.5",
"@angular/animations": "19.1.1",
"@angular/cdk": "^19.1.0",
"@angular/common": "19.1.1",
"@angular/compiler": "19.1.1",
"@angular/core": "19.1.1",
"@angular/forms": "19.1.1",
"@angular/platform-browser": "19.1.1",
"@angular/platform-browser-dynamic": "19.1.1",
"@angular/router": "19.1.1",
"@fastify/cors": "^10.0.2",
"@fastify/helmet": "^11.1.1",
"@fastify/static": "^7.0.4",
Expand All @@ -55,13 +55,13 @@
"@nestjs/terminus": "^10.2.3",
"@nestjs/throttler": "^6.3.0",
"@nestjs/typeorm": "^10.0.2",
"@primeng/themes": "^19.0.2",
"@primeng/themes": "^19.0.5",
"async-mutex": "^0.5.0",
"axios": "^1.7.9",
"bcrypt": "^5.1.1",
"cache-manager": "^5.7.6",
"chart.js": "^4.4.7",
"cron": "^3.3.2",
"cron": "^3.5.0",
"crypto-js": "^4.2.0",
"fastify": "4.28.1",
"globals": "^15.14.0",
Expand All @@ -73,15 +73,15 @@
"moleculer": "^0.14.35",
"nestjs-omacache": "^1.1.6",
"nestjs-pino": "^4.2.0",
"ngx-highlightjs": "^13.0.0",
"ngx-highlightjs": "^14.0.0",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"pg": "^8.13.1",
"pino": "^8.21.0",
"pino-http": "^10.3.0",
"pino-http": "^10.4.0",
"primeicons": "^7.0.0",
"primeng": "^19.0.2",
"primeng": "^19.0.5",
"reflect-metadata": "~0.2.2",
"rxjs": "~7.8.1",
"tailwindcss-primeui": "^0.3.4",
Expand All @@ -90,37 +90,37 @@
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.0.6",
"@angular-devkit/core": "19.0.6",
"@angular-devkit/schematics": "19.0.6",
"@angular-devkit/build-angular": "19.1.2",
"@angular-devkit/core": "19.1.2",
"@angular-devkit/schematics": "19.1.2",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "~19.0.6",
"@angular/compiler-cli": "19.0.5",
"@angular/language-service": "19.0.5",
"@angular/cli": "~19.1.2",
"@angular/compiler-cli": "19.1.1",
"@angular/language-service": "19.1.1",
"@catppuccin/highlightjs": "1.0.0",
"@catppuccin/palette": "^1.7.1",
"@catppuccin/tailwindcss": "^0.1.6",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.18.0",
"@nestjs/cli": "^10.4.9",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.15",
"@nx/angular": "20.3.0",
"@nx/esbuild": "20.3.0",
"@nx/eslint": "20.3.0",
"@nx/eslint-plugin": "20.3.0",
"@nx/jest": "20.3.0",
"@nx/js": "20.3.0",
"@nx/nest": "20.3.0",
"@nx/node": "20.3.0",
"@nx/web": "20.3.0",
"@nx/webpack": "20.3.0",
"@nx/workspace": "20.3.0",
"@schematics/angular": "19.0.6",
"@nx/angular": "20.3.2",
"@nx/esbuild": "20.3.2",
"@nx/eslint": "20.3.2",
"@nx/eslint-plugin": "20.3.2",
"@nx/jest": "20.3.2",
"@nx/js": "20.3.2",
"@nx/nest": "20.3.2",
"@nx/node": "20.3.2",
"@nx/web": "20.3.2",
"@nx/webpack": "20.3.2",
"@nx/workspace": "20.3.2",
"@schematics/angular": "19.1.2",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.10.6",
"@swc/core": "~1.10.7",
"@swc/helpers": "~0.5.15",
"@types/auth0": "^3.3.10",
"@types/bcrypt": "^5.0.2",
Expand All @@ -130,34 +130,34 @@
"@types/node": "22.10.5",
"@types/passport-jwt": "^4.0.1",
"@types/passport-local": "^1.0.38",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@typescript-eslint/utils": "^8.19.1",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@typescript-eslint/utils": "^8.20.0",
"autoprefixer": "^10.4.20",
"esbuild": "^0.24.2",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier": "^5.2.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "14.4.2",
"lint-staged": "^15.3.0",
"nx": "20.3.0",
"lint-staged": "^15.4.1",
"nx": "20.3.2",
"pino-pretty": "^11.3.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"prettier-plugin-tailwindcss": "^0.6.10",
"run-script-webpack-plugin": "^0.2.0",
"tailwindcss": "^3.4.17",
"ts-auto-mock": "^3.7.4",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-loader": "^9.5.2",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-node-externals": "^3.0.0",
"wrangler": "^3.99.0"
"wrangler": "^3.103.2"
},
"packageManager": "pnpm@10.0.0-rc.3+sha512.5be0426818bc14eedfa404e2d64e10acdb5073c72dd5b78eb0b7d16ad743e817ceda0cb9309a05137da2eda405f3423899fd89217ff2d7f50c79758176cef6cc",
"engines": {
Expand Down
Loading

0 comments on commit c4a8ac3

Please sign in to comment.