Skip to content

Commit

Permalink
Update deps & tweak artist search styles (#34)
Browse files Browse the repository at this point in the history
* Artist search tweaks

* Exclude in tsconfig
  • Loading branch information
dcyoung authored Sep 24, 2024
1 parent 20c572a commit c581868
Show file tree
Hide file tree
Showing 13 changed files with 4,482 additions and 3,320 deletions.
2 changes: 1 addition & 1 deletion app/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ const config = {
"**/*.config.cjs",
"dist",
"pnpm-lock.yaml",
"vite.config.ts",
],
plugins: ["@typescript-eslint", "import"],
extends: [
"eslint:recommended",
"plugin:@typescript-eslint/recommended-type-checked",
"plugin:@typescript-eslint/stylistic-type-checked",
"prettier",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
"plugin:jsx-a11y/recommended",
Expand Down
83 changes: 40 additions & 43 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,60 +14,57 @@
"format:fix": "prettier --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\""
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@react-three/drei": "^9.97.4",
"@react-three/fiber": "^8.15.16",
"@react-three/postprocessing": "^2.15.13",
"@tanstack/react-query": "5.20.1",
"@tanstack/react-query": "5.56.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.323.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"clsx": "^2.1.1",
"lucide-react": "^0.445.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"simplex-noise": "^4.0.1",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.6",
"tailwind-merge": "^2.5.2",
"three": "^0.161.0",
"three-stdlib": "^2.29.4",
"zod": "^3.22.4",
"zod": "^3.23.8",
"zod-fetch": "^0.1.1",
"zustand": "^4.5.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@types/eslint": "^8.44.6",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.10",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.161.2",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.17",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.16",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gh-pages": "^6.0.0",
"postcss": "^8.4.35",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^4.4.9"
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"gh-pages": "^6.1.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "^3.4.13",
"typescript": "5.5.4",
"vite": "^5.4.7"
}
}
Loading

0 comments on commit c581868

Please sign in to comment.