Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 24, 2023
1 parent c624969 commit 047dfdc
Show file tree
Hide file tree
Showing 3 changed files with 1,000 additions and 1,073 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1,2 +1,2 @@
pnpm 8.3.1
pnpm 8.5.1
nodejs 18.16.0
64 changes: 32 additions & 32 deletions package.json
Expand Up @@ -23,67 +23,67 @@
"author": "",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@ant-design/icons": "^5.1.1",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@remix-run/node": "^1.16.0",
"@remix-run/react": "^1.16.0",
"@remix-run/serve": "^1.16.0",
"@remix-run/server-runtime": "^1.16.0",
"@remix-run/vercel": "^1.16.0",
"@heroicons/react": "^2.0.18",
"@remix-run/node": "^1.16.1",
"@remix-run/react": "^1.16.1",
"@remix-run/serve": "^1.16.1",
"@remix-run/server-runtime": "^1.16.1",
"@remix-run/vercel": "^1.16.1",
"@supabase/auth-helpers-remix": "^0.1.9",
"@supabase/supabase-js": "^2.21.0",
"@supabase/supabase-js": "^2.22.0",
"@toss/hangul": "^1.3.0",
"@types/inquirer": "^9.0.3",
"@vercel/analytics": "^1.0.0",
"@vercel/node": "^2.14.0",
"@vercel/analytics": "^1.0.1",
"@vercel/node": "^2.14.3",
"@vitejs/plugin-react": "^4.0.0",
"antd": "^5.4.6",
"compromise": "^14.8.2",
"antd": "^5.5.1",
"compromise": "^14.9.0",
"dayjs": "^1.11.7",
"framer-motion": "^10.12.6",
"inquirer": "^9.2.0",
"framer-motion": "^10.12.14",
"inquirer": "^9.2.6",
"katex": "^0.16.7",
"lru-cache": "^9.1.1",
"lucide-react": "^0.192.0",
"marked": "^5.0.0",
"lucide-react": "^0.220.0",
"marked": "^5.0.2",
"nanoid": "^4.0.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-select": "^5.7.2",
"react-select": "^5.7.3",
"remix-auth": "^3.4.0",
"remix-auth-google": "^1.2.0",
"rfdc": "^1.3.0",
"tailwind-merge": "^1.12.0",
"type-fest": "^3.9.0",
"type-fest": "^3.11.0",
"usehooks-ts": "^2.9.1",
"vite": "^4.3.4",
"vite-node": "^0.30.1"
"vite": "^4.3.8",
"vite-node": "^0.31.1"
},
"devDependencies": {
"@babel/core": "^7.21.5",
"@remix-run/dev": "^1.16.0",
"@remix-run/eslint-config": "^1.16.0",
"@babel/core": "^7.21.8",
"@remix-run/dev": "^1.16.1",
"@remix-run/eslint-config": "^1.16.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/katex": "^0.16.0",
"@types/marked": "^4.3.0",
"@types/node": "^18.16.3",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@types/marked": "^5.0.0",
"@types/node": "^18.16.14",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"autoprefixer": "^10.4.14",
"concurrently": "^8.0.1",
"eslint": "^8.39.0",
"happy-dom": "^9.10.2",
"eslint": "^8.41.0",
"happy-dom": "^9.20.3",
"jsdom": "^22.0.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
"vitest": "^0.31.1"
}
}

0 comments on commit 047dfdc

Please sign in to comment.