Version bump
All checks were successful
Lint / lint (push) Successful in 11s
Test build / test-build (pull_request) Successful in 13s

This commit is contained in:
Julien Valverdé
2025-01-22 03:40:32 +01:00
parent 5a19b4a2ce
commit f4a9b00a4f
4 changed files with 19 additions and 19 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -8,7 +8,7 @@
"clean:node": "rm -rf node_modules"
},
"devDependencies": {
"npm-check-updates": "^17.1.13",
"npm-check-updates": "^17.1.14",
"npm-sort": "^0.0.4",
"typescript": "^5.7.3"
}

View File

@@ -11,32 +11,32 @@
"preview": "vite preview"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@tanstack/react-router": "^1.95.3",
"@tanstack/router-devtools": "^1.95.3",
"@tanstack/router-plugin": "^1.95.3",
"@eslint/js": "^9.18.0",
"@tanstack/react-router": "^1.97.3",
"@tanstack/router-devtools": "^1.97.3",
"@tanstack/router-plugin": "^1.97.3",
"@thilawyn/thilaschema": "^0.1.4",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"effect": "^3.12.1",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"effect": "^3.12.5",
"eslint": "^9.18.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"reffuse": "workspace:*",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
"typescript-eslint": "^8.21.0",
"vite": "^6.0.11"
},
"dependencies": {
"@effect/platform": "^0.73.1",
"@effect/platform-browser": "^0.52.1",
"@effect/platform": "^0.74.0",
"@effect/platform-browser": "^0.53.0",
"@radix-ui/themes": "^3.1.6",
"@typed/id": "^0.17.1",
"@typed/lazy-ref": "^0.3.3",
"lucide-react": "^0.471.1",
"lucide-react": "^0.473.0",
"mobx": "^6.13.5"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "reffuse",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"files": [
"./README.md",
@@ -30,8 +30,8 @@
},
"devDependencies": {
"@typed/lazy-ref": "^0.3.3",
"@types/react": "^19.0.4",
"effect": "^3.12.1",
"@types/react": "^19.0.7",
"effect": "^3.12.5",
"react": "^19.0.0"
}
}