Skip to content

Commit

Permalink
update all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
SarcevicAntonio committed Sep 27, 2023
1 parent 69d9806 commit 158a327
Show file tree
Hide file tree
Showing 5 changed files with 1,539 additions and 1,428 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Give it a shot at [kcal-calc.vercel.app](https://kcal-calc.vercel.app)

## Self Hosting

kcalCalc can be self-hosted for yourself for free using Firebase and a Cloud Host like Vercel.
kcalCalc can be self-hosted for free using Firebase and a Cloud Host like Vercel.

### Setup Firebase

Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,45 +21,45 @@
"dependencies": {
"@firebase/app-compat": "~0.1.39",
"@firebase/app-types": "~0.7.0",
"@zxing/browser": "^0.1.1",
"@zxing/library": "^0.19.1",
"date-fns": "^2.29.3",
"firebase": "^9.15.0",
"fzf": "^0.5.1",
"linkedom": "^0.14.21",
"@zxing/browser": "^0.1.4",
"@zxing/library": "^0.20.0",
"date-fns": "^2.30.0",
"firebase": "^9.23.0",
"fzf": "^0.5.2",
"linkedom": "^0.14.26",
"mathjs": "^10.6.4",
"uuid": "^8.3.2",
"workbox-precaching": "^6.5.4"
"workbox-precaching": "^6.6.0"
},
"devDependencies": {
"@iconify/json": "^2.1.157",
"@playwright/test": "^1.29.1",
"@iconify/json": "^2.2.121",
"@playwright/test": "^1.38.1",
"@square/svelte-store": "^0.1.5",
"@sveltejs/adapter-auto": "^1.0.0",
"@sveltejs/kit": "^1.0.0",
"@sveltejs/adapter-auto": "^1.0.3",
"@sveltejs/kit": "^1.25.1",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"as-comps": "^0.0.24",
"autoprefixer": "^10.4.13",
"autoprefixer": "^10.4.16",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte3": "^3.4.1",
"license-report": "^6.3.0",
"postcss": "^8.4.20",
"license-report": "^6.4.0",
"postcss": "^8.4.30",
"postcss-load-config": "^3.1.4",
"postcss-nesting": "^10.2.0",
"postcss-preset-env": "^7.8.3",
"prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.9.0",
"svelte": "^3.55.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^3.59.2",
"svelte-check": "^2.10.3",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.1",
"tslib": "^2.6.2",
"typescript": "~4.5.5",
"unplugin-icons": "^0.14.15",
"vite": "^4.0.3",
"vite": "^4.4.9",
"vite-plugin-svelte-console-remover": "^1.0.10"
}
}

1 comment on commit 158a327

@vercel
Copy link

@vercel vercel bot commented on 158a327 Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kcal-calc – ./

kcal-calc.vercel.app
kcal-calc-git-master-sarcevic.vercel.app
kcal-calc-sarcevic.vercel.app

Please sign in to comment.