Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
illusionTBA committed Nov 26, 2024
1 parent 230ae17 commit 532e958
Show file tree
Hide file tree
Showing 2 changed files with 628 additions and 638 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"check": "pnpm "
},
"dependencies": {
"@fastify/static": "^8.0.2",
"@mercuryworkshop/bare-mux": "^2.1.6",
"@fastify/static": "^8.0.3",
"@mercuryworkshop/bare-mux": "^2.1.7",
"@mercuryworkshop/epoxy-transport": "^2.1.26",
"@mercuryworkshop/libcurl-transport": "^1.3.12",
"@mercuryworkshop/libcurl-transport": "^1.3.14",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@tanstack/react-router": "^1.78.2",
"@tanstack/react-router": "^1.82.12",
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"fake-useragent": "^1.0.1",
"fastify": "^5.1.0",
"framer-motion": "^11.11.11",
"framer-motion": "^11.11.17",
"lucide-react": "^0.447.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -37,36 +37,36 @@
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.5.4",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"vite-plugin-image-optimizer": "^1.1.8",
"vite-plugin-static-copy": "^1.0.6",
"wisp-server-node": "^1.1.7",
"zustand": "5.0.0-rc.2"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@tanstack/router-devtools": "^1.78.2",
"@tanstack/router-plugin": "^1.78.2",
"@eslint/js": "^9.15.0",
"@tanstack/router-devtools": "^1.82.12",
"@tanstack/router-plugin": "^1.82.10",
"@types/fake-useragent": "^1.0.0",
"@types/node": "^22.8.6",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"sharp": "^0.33.5",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"vite": "^5.4.10"
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^5.4.11"
}
}
Loading

0 comments on commit 532e958

Please sign in to comment.