Skip to content

Commit

Permalink
bump and fontsource
Browse files Browse the repository at this point in the history
  • Loading branch information
yamader committed Mar 16, 2024
1 parent aad8bc1 commit d585f46
Show file tree
Hide file tree
Showing 6 changed files with 915 additions and 1,378 deletions.
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
"name": "minskey",
"version": "0.1.0",
"dependencies": {
"@fontsource-variable/fira-code": "5.0.17",
"@fontsource-variable/inter": "5.0.17",
"@fontsource/zen-kaku-gothic-new": "5.0.18",
"@radix-ui/react-collapsible": "1.0.3",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-popover": "1.0.7",
"@radix-ui/react-radio-group": "1.1.3",
"@radix-ui/react-select": "2.0.0",
"@radix-ui/react-toast": "1.1.5",
"@radix-ui/react-tooltip": "1.0.7",
"@radix-ui/themes": "2.0.3",
"ahooks": "3.7.10",
"clsx": "2.1.0",
"jotai": "2.6.5",
"lucide-react": "0.341.0",
"jotai": "2.7.1",
"lucide-react": "0.358.0",
"mfm-js": "0.24.0",
"misskey-js": "0.0.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.50.1",
"react-hook-form": "7.51.0",
"react-mfm": "0.5.1",
"react-textarea-autosize": "8.5.3",
"uuid": "9.0.1"
Expand All @@ -32,23 +32,22 @@
"@types/react": "18",
"@types/react-dom": "18",
"@types/uuid": "9",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"autoprefixer": "10.4.17",
"cssnano": "6.0.5",
"cssnano-preset-advanced": "6.0.5",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"autoprefixer": "10.4.18",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"eslint-config-next": "14.1.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"next": "14.1.0",
"next": "14.1.3",
"postcss": "8.4.35",
"postcss-import": "16.0.1",
"prettier": "3.2.5",
"prettier-plugin-organize-imports": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.11",
"prettier-plugin-tailwindcss": "0.5.12",
"tailwindcss": "3.4.1",
"tailwindcss-radix": "2.8.0",
"typescript": "5.3.3"
"typescript": "5.4.2"
},
"engines": {
"node": ">=18.17.0"
Expand Down
Loading

0 comments on commit d585f46

Please sign in to comment.