chore: dep cleanup

This commit is contained in:
iCrawl
2022-09-12 18:46:15 +02:00
parent a9f003ac9b
commit d14d47b62f
3 changed files with 1 additions and 28 deletions

View File

@@ -48,8 +48,6 @@
"@vscode/codicons": "^0.0.32",
"ariakit": "^2.0.0-next.41",
"cmdk": "^0.1.20",
"flexsearch": "^0.7.21",
"minisearch": "^5.0.0",
"next": "^12.3.0",
"next-mdx-remote": "^4.1.0",
"next-progress": "^2.2.0",
@@ -72,7 +70,6 @@
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/flexsearch": "^0.7.3",
"@types/node": "^16.11.58",
"@types/react-dom": "^18.0.6",
"@types/react-syntax-highlighter": "^15.5.5",

View File

@@ -20,7 +20,7 @@ export default defineConfig({
presets: [
presetUno({ dark: 'class' }),
presetWebFonts({
provider: 'google',
provider: 'bunny',
fonts: {
mono: ['JetBrains Mono', 'JetBrains Mono:400,600,700'],
},