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

BIN
bun.lockb

Binary file not shown.

View File

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

View File

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