chore: update remix to v2

This commit is contained in:
Andrea
2023-10-21 19:30:32 +02:00
parent 8222a4dfb2
commit 8a9fd697b5
15 changed files with 2367 additions and 5821 deletions

View File

@@ -5,29 +5,29 @@
"build": "remix build",
"dev": "remix dev",
"start": "remix-serve build",
"typecheck": "tsc"
"typecheck": "tsc --noEmit --pretty --skipLibCheck"
},
"dependencies": {
"@code-hike/mdx": "^0.8.3",
"@remix-run/node": "^1.16.0",
"@remix-run/react": "^1.16.0",
"@remix-run/serve": "^1.16.0",
"esbuild": "^0.17.11",
"isbot": "^3.6.5",
"@remix-run/node": "^2.1.0",
"@remix-run/react": "^2.1.0",
"@remix-run/serve": "^2.1.0",
"esbuild": "^0.18.18",
"isbot": "^3.6.13",
"mdx-bundler": "^9.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shiki": "^0.14.2"
"shiki": "^0.14.3"
},
"devDependencies": {
"@remix-run/dev": "^1.16.0",
"@remix-run/eslint-config": "^1.16.0",
"@remix-run/dev": "^2.1.0",
"@remix-run/eslint-config": "^2.1.0",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"eslint": "^8.27.0",
"react-icons": "^4.7.1",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"eslint": "^8.46.0",
"react-icons": "^4.10.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
}
}