Skip to content

Commit

Permalink
feat(navbar): collapse on click
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Oct 22, 2024
1 parent 76d94c8 commit 0448660
Show file tree
Hide file tree
Showing 3 changed files with 1,620 additions and 1,588 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.2.8",
"@angular-devkit/core": "~18.2.8",
"@angular-devkit/schematics": "~18.2.8",
"@angular-eslint/eslint-plugin": "^18.3.1",
"@angular-eslint/eslint-plugin-template": "^18.3.1",
"@angular-eslint/template-parser": "^18.3.1",
"@angular/cli": "~18.2.8",
"@angular-devkit/build-angular": "~18.2.9",
"@angular-devkit/core": "~18.2.9",
"@angular-devkit/schematics": "~18.2.9",
"@angular-eslint/eslint-plugin": "^18.4.0",
"@angular-eslint/eslint-plugin-template": "^18.4.0",
"@angular-eslint/template-parser": "^18.4.0",
"@angular/cli": "~18.2.9",
"@angular/compiler-cli": "~18.2.8",
"@angular/language-service": "~18.2.8",
"@biomejs/biome": "^1.9.4",
"@eslint/js": "^9.12.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@gitopslovers/nx-biome": "^1.5.0",
"@nx/angular": "20.0.0",
"@nx/eslint": "20.0.0",
Expand All @@ -51,40 +51,40 @@
"@nx/js": "20.0.0",
"@nx/web": "20.0.0",
"@nx/workspace": "20.0.0",
"@schematics/angular": "~18.2.8",
"@schematics/angular": "~18.2.9",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.7.36",
"@swc/core": "~1.7.39",
"@swc/helpers": "~0.5.13",
"@types/emoji-js": "^3.5.2",
"@types/jest": "^29.5.13",
"@types/node": "22.7.7",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"@typescript-eslint/utils": "8.10.0",
"angular-eslint": "^18.3.1",
"angular-eslint": "^18.4.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "~14.1.1",
"local-cors-proxy": "^1.1.0",
"nx": "20.0.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"ts-jest": "^29.2.5",
"ts-node": "10.9.1",
"tslib": "^2.8.0",
"local-cors-proxy": "^1.1.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.9.0"
"typescript-eslint": "^8.11.0"
},
"engines": {
"npm": "^22.10.0"
},
"nx": {
"includedScripts": []
},
"packageManager": "[email protected].1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"packageManager": "[email protected].2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
"type": "module"
}
Loading

0 comments on commit 0448660

Please sign in to comment.