Skip to content

Commit

Permalink
update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
SarcevicAntonio committed Dec 27, 2022
1 parent bf7aae4 commit b61e5ca
Show file tree
Hide file tree
Showing 3 changed files with 305 additions and 292 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"license": "MIT",
"type": "module",
"scripts": {
"build": "pnpm dependency-report && vite build",
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev",
"e2e": "playwright test",
"emulators:start": "firebase emulators:start",
"emulators:stop": "lsof -t -i:8080 -i:9000 -i:9099 -i:9199 -i:9090 | xargs kill -9",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"postinstall": "svelte-kit sync",
"postinstall": "svelte-kit sync && pnpm dependency-report",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"package": "svelte-kit package",
"preview": "vite preview",
Expand All @@ -32,15 +32,15 @@
"workbox-precaching": "^6.5.4"
},
"devDependencies": {
"@iconify/json": "^2.1.150",
"@playwright/test": "^1.28.1",
"@iconify/json": "^2.1.157",
"@playwright/test": "^1.29.1",
"@square/svelte-store": "^0.1.5",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@sveltejs/adapter-auto": "^1.0.0",
"@sveltejs/kit": "^1.0.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"@vitejs/plugin-basic-ssl": "^0.1.2",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"as-comps": "^0.0.24",
"autoprefixer": "^10.4.13",
"eslint": "^7.32.0",
Expand All @@ -53,13 +53,13 @@
"postcss-preset-env": "^7.8.3",
"prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.9.0",
"svelte": "^3.54.0",
"svelte-check": "^2.10.2",
"svelte": "^3.55.0",
"svelte-check": "^2.10.3",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.1",
"typescript": "~4.5.5",
"unplugin-icons": "^0.14.14",
"vite": "4",
"unplugin-icons": "^0.14.15",
"vite": "^4.0.3",
"vite-plugin-svelte-console-remover": "^1.0.10"
}
}

1 comment on commit b61e5ca

@vercel
Copy link

@vercel vercel bot commented on b61e5ca Dec 27, 2022

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-sarcevic.vercel.app
kcal-calc-git-master-sarcevic.vercel.app

Please sign in to comment.