chore: select fixed version of packages, downgrade remix to version 2.5

This commit is contained in:
Andrea
2024-02-08 09:04:01 +01:00
parent ae6db31c4e
commit a7ced2f4fd
2 changed files with 110 additions and 115 deletions

View File

@@ -9,25 +9,25 @@
"typecheck": "tsc --noEmit --pretty --skipLibCheck"
},
"dependencies": {
"@code-hike/mdx": "^0.9.0",
"@remix-run/node": "^2.6.0",
"@remix-run/react": "^2.6.0",
"@remix-run/serve": "^2.6.0",
"esbuild": "^0.20.0",
"isbot": "^3.6.13",
"mdx-bundler": "^10.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1"
"@code-hike/mdx": "0.9.0",
"@remix-run/node": "2.5.0",
"@remix-run/react": "2.5.0",
"@remix-run/serve": "2.5.0",
"esbuild": "0.20.0",
"isbot": "3.6.13",
"mdx-bundler": "10.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1"
},
"devDependencies": {
"@remix-run/dev": "^2.6.0",
"@remix-run/eslint-config": "^2.6.0",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"eslint": "^8.46.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
"@remix-run/dev": "2.5.0",
"@remix-run/eslint-config": "2.5.0",
"@tailwindcss/typography": "0.5.9",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"eslint": "8.46.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
}
}