Package upgrade

This commit is contained in:
Julien Valverdé
2024-07-21 01:30:07 +02:00
parent 58d307de14
commit f4366c89fd
4 changed files with 20 additions and 20 deletions

View File

@@ -9,39 +9,39 @@
"preview": "vite preview"
},
"dependencies": {
"@effect/schema": "^0.68.17",
"@effect/schema": "^0.68.26",
"@radix-ui/themes": "^3.1.1",
"@tanstack/react-query": "4",
"@tanstack/react-router": "^1.44.2",
"@tanstack/react-router": "^1.45.6",
"@thilawyn/thilalib": "^0.1.5",
"@todo-tests/common": "workspace:*",
"@trpc/client": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"effect": "^3.4.7",
"framer-motion": "^11.3.6",
"effect": "^3.5.6",
"framer-motion": "^11.3.8",
"lodash-es": "^4.17.21",
"lucide-react": "^0.411.0",
"mobx": "^6.13.0",
"lucide-react": "^0.412.0",
"mobx": "^6.13.1",
"mobx-react-lite": "^4.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remeda": "^2.6.0"
},
"devDependencies": {
"@tanstack/router-devtools": "^1.44.2",
"@tanstack/router-plugin": "^1.44.3",
"@tanstack/router-devtools": "^1.45.6",
"@tanstack/router-plugin": "^1.45.3",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-react-refresh": "^0.4.8",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"vite": "^5.3.3"
"tailwindcss": "^3.4.6",
"vite": "^5.3.4"
}
}