Skip to content

Commit

Permalink
chore(pnpm-lock.yaml): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Jun 27, 2024
1 parent 3437872 commit 2ce07aa
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 235 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(click)="openApplet()"
ngSrc="./assets/logo.png"
alt="Chaotic-AUR logo"
priority
priority="true"
width="875"
height="875"
/>
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "~18.0.5",
"@angular-devkit/core": "~18.0.5",
"@angular-devkit/schematics": "~18.0.5",
"@angular-devkit/build-angular": "~18.0.6",
"@angular-devkit/core": "~18.0.6",
"@angular-devkit/schematics": "~18.0.6",
"@angular-eslint/eslint-plugin": "^18.0.1",
"@angular-eslint/eslint-plugin-template": "^18.0.1",
"@angular-eslint/template-parser": "^18.0.1",
"@angular/cli": "~18.0.5",
"@angular/compiler-cli": "~18.0.4",
"@angular/language-service": "~18.0.4",
"@angular/cli": "~18.0.6",
"@angular/compiler-cli": "~18.0.5",
"@angular/language-service": "~18.0.5",
"@catppuccin/highlightjs": "^0.2.2",
"@catppuccin/palette": "^1.2.0",
"@catppuccin/tailwindcss": "^0.1.6",
Expand All @@ -41,21 +41,21 @@
"@nx/web": "19.3.0",
"@nx/webpack": "19.3.0",
"@nx/workspace": "19.3.0",
"@schematics/angular": "~18.0.5",
"@schematics/angular": "~18.0.6",
"@swc-node/register": "~1.9.2",
"@swc/core": "~1.5.29",
"@swc/helpers": "~0.5.11",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@typescript-eslint/utils": "8.0.0-alpha.30",
"autoprefixer": "^10.4.19",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"flowbite": "^2.3.0",
"flowbite": "^2.4.1",
"highlight.js": "^11.9.0",
"javascript-time-ago": "^2.5.10",
"jest": "^29.7.0",
Expand All @@ -78,14 +78,14 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@angular/animations": "~18.0.4",
"@angular/common": "~18.0.4",
"@angular/compiler": "~18.0.4",
"@angular/core": "~18.0.4",
"@angular/forms": "~18.0.4",
"@angular/platform-browser": "~18.0.4",
"@angular/platform-browser-dynamic": "~18.0.4",
"@angular/router": "~18.0.4",
"@angular/animations": "~18.0.5",
"@angular/common": "~18.0.5",
"@angular/compiler": "~18.0.5",
"@angular/core": "~18.0.5",
"@angular/forms": "~18.0.5",
"@angular/platform-browser": "~18.0.5",
"@angular/platform-browser-dynamic": "~18.0.5",
"@angular/router": "~18.0.5",
"@nestjs/cache-manager": "^2.2.2",
"@nestjs/common": "^10.3.9",
"@nestjs/config": "^3.2.2",
Expand Down
Loading

0 comments on commit 2ce07aa

Please sign in to comment.