chore: bump version to 1.4.0

This commit is contained in:
Pouzor
2026-03-28 17:59:25 +01:00
parent 0b97b7127a
commit 61b30a95fe
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ async def lifespan(app: FastAPI) -> AsyncGenerator[None, None]:
app = FastAPI( app = FastAPI(
title="Homelable API", title="Homelable API",
version="1.3.3", version="1.4.0",
lifespan=lifespan, lifespan=lifespan,
) )
+11 -11
View File
@@ -1,12 +1,12 @@
{ {
"name": "frontend", "name": "frontend",
"version": "1.3.3", "version": "1.4.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "frontend", "name": "frontend",
"version": "1.3.3", "version": "1.4.0",
"dependencies": { "dependencies": {
"@base-ui/react": "^1.2.0", "@base-ui/react": "^1.2.0",
"@dagrejs/dagre": "^2.0.4", "@dagrejs/dagre": "^2.0.4",
@@ -5248,7 +5248,7 @@
"mime-types": "^3.0.0", "mime-types": "^3.0.0",
"on-finished": "^2.4.1", "on-finished": "^2.4.1",
"once": "^1.4.0", "once": "^1.4.0",
"parseurl": "^1.3.3", "parseurl": "^1.4.0",
"proxy-addr": "^2.0.7", "proxy-addr": "^2.0.7",
"qs": "^6.14.0", "qs": "^6.14.0",
"range-parser": "^1.2.1", "range-parser": "^1.2.1",
@@ -5473,7 +5473,7 @@
"encodeurl": "^2.0.0", "encodeurl": "^2.0.0",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"on-finished": "^2.4.1", "on-finished": "^2.4.1",
"parseurl": "^1.3.3", "parseurl": "^1.4.0",
"statuses": "^2.0.1" "statuses": "^2.0.1"
}, },
"engines": { "engines": {
@@ -7484,8 +7484,8 @@
} }
}, },
"node_modules/parseurl": { "node_modules/parseurl": {
"version": "1.3.3", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.4.0.tgz",
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
@@ -7834,7 +7834,7 @@
"ast-types": "^0.16.1", "ast-types": "^0.16.1",
"esprima": "~4.0.0", "esprima": "~4.0.0",
"source-map": "~0.6.1", "source-map": "~0.6.1",
"tiny-invariant": "^1.3.3", "tiny-invariant": "^1.4.0",
"tslib": "^2.0.1" "tslib": "^2.0.1"
}, },
"engines": { "engines": {
@@ -7974,7 +7974,7 @@
"debug": "^4.4.0", "debug": "^4.4.0",
"depd": "^2.0.0", "depd": "^2.0.0",
"is-promise": "^4.0.0", "is-promise": "^4.0.0",
"parseurl": "^1.3.3", "parseurl": "^1.4.0",
"path-to-regexp": "^8.0.0" "path-to-regexp": "^8.0.0"
}, },
"engines": { "engines": {
@@ -8119,7 +8119,7 @@
"dependencies": { "dependencies": {
"encodeurl": "^2.0.0", "encodeurl": "^2.0.0",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"parseurl": "^1.3.3", "parseurl": "^1.4.0",
"send": "^1.2.0" "send": "^1.2.0"
}, },
"engines": { "engines": {
@@ -8544,8 +8544,8 @@
} }
}, },
"node_modules/tiny-invariant": { "node_modules/tiny-invariant": {
"version": "1.3.3", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz", "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.4.0.tgz",
"integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==", "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
"license": "MIT" "license": "MIT"
}, },
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "frontend", "name": "frontend",
"private": true, "private": true,
"version": "1.3.3", "version": "1.4.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",