Skip to content

Commit a8a788c

Browse files
committed
Refactor FixbarComponent: Remove unnecessary handleOpen call in toggleMode and add guard clause in handleOpen
1 parent 334e55c commit a8a788c

File tree

3 files changed

+243
-241
lines changed

3 files changed

+243
-241
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"type": "module",
2222
"private": true,
2323
"dependencies": {
24-
"@angular/animations": "^19.2.8",
25-
"@angular/common": "^19.2.8",
26-
"@angular/compiler": "^19.2.8",
27-
"@angular/core": "^19.2.8",
28-
"@angular/forms": "^19.2.8",
29-
"@angular/platform-browser": "^19.2.8",
30-
"@angular/platform-browser-dynamic": "^19.2.8",
31-
"@angular/router": "^19.2.8",
24+
"@angular/animations": "^19.2.9",
25+
"@angular/common": "^19.2.9",
26+
"@angular/compiler": "^19.2.9",
27+
"@angular/core": "^19.2.9",
28+
"@angular/forms": "^19.2.9",
29+
"@angular/platform-browser": "^19.2.9",
30+
"@angular/platform-browser-dynamic": "^19.2.9",
31+
"@angular/router": "^19.2.9",
3232
"axios": "^1.9.0",
3333
"chrome-finder": "^1.0.7",
3434
"clipboard": "^2.0.11",
@@ -50,10 +50,10 @@
5050
"zone.js": "~0.15.0"
5151
},
5252
"devDependencies": {
53-
"@angular-devkit/build-angular": "^19.2.9",
54-
"@angular/cli": "^19.2.9",
55-
"@angular/compiler-cli": "^19.2.8",
56-
"@tailwindcss/postcss": "^4.1.4",
53+
"@angular-devkit/build-angular": "^19.2.10",
54+
"@angular/cli": "^19.2.10",
55+
"@angular/compiler-cli": "^19.2.9",
56+
"@tailwindcss/postcss": "^4.1.5",
5757
"@types/compression": "^1.7.5",
5858
"@types/file-saver": "^2.0.7",
5959
"@types/jasmine": "~5.1.7",
@@ -72,7 +72,7 @@
7272
"pm2": "^6.0.5",
7373
"postcss": "^8.5.3",
7474
"prettier": "^3.5.3",
75-
"tailwindcss": "^4.1.4",
75+
"tailwindcss": "^4.1.5",
7676
"tslib": "^2.8.1",
7777
"tsx": "^4.19.4",
7878
"typescript": "~5.8.3"

0 commit comments

Comments
 (0)