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

@@ -8,8 +8,8 @@
},
"private": true,
"dependencies": {
"@effect/schema": "^0.68.17",
"@effect/schema": "^0.68.26",
"@thilawyn/thilalib": "^0.1.5",
"effect": "^3.4.7"
"effect": "^3.5.6"
}
}

View File

@@ -9,19 +9,19 @@
"dev": "NODE_ENV=development bun --watch src/index.ts"
},
"dependencies": {
"@effect/platform": "^0.58.20",
"@effect/platform-bun": "^0.38.19",
"@effect/schema": "^0.68.17",
"@effect/platform": "^0.59.2",
"@effect/platform-bun": "^0.39.2",
"@effect/schema": "^0.68.26",
"@thilawyn/thilalib": "^0.1.5",
"@todo-tests/common": "workspace:*",
"@trpc/server": "^10.45.2",
"effect": "^3.4.7",
"effect": "^3.5.6",
"express": "^4.19.2",
"trpc-playground": "^1.0.4",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"bun-types": "^1.1.18"
"bun-types": "^1.1.20"
}
}

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"
}
}