Skip to content

Commit 39ef1ea

Browse files
committed
<implementation>(COLOR-SCHEME): adds ThemeSwitcher and dark mode
1 parent f4a542f commit 39ef1ea

13 files changed

Lines changed: 881 additions & 763 deletions

package-lock.json

Lines changed: 460 additions & 643 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,16 @@
2020
"@types/react": "^19.1.12",
2121
"@types/react-dom": "^19.1.9",
2222
"@vitejs/plugin-react-swc": "^4.0.0",
23-
"eslint": "^9.33.0",
23+
"ajv": "^8.18.0",
24+
"eslint": "^9.39.2",
2425
"eslint-plugin-react-hooks": "^5.2.0",
2526
"eslint-plugin-react-refresh": "^0.4.20",
2627
"globals": "^16.3.0",
2728
"typescript": "~5.8.3",
28-
"typescript-eslint": "^8.39.1",
29+
"typescript-eslint": "^8.56.0",
2930
"vite": "^7.1.2"
31+
},
32+
"overrides": {
33+
"ajv": "^8.18.0"
3034
}
31-
}
35+
}
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)