Skip to content

Commit

Permalink
Update Dependencies (#39)
Browse files Browse the repository at this point in the history
* update dependencies

* add local fonts

* update skeleton and pnpm

* format
  • Loading branch information
cmintey authored Apr 12, 2023
1 parent 86e6595 commit 000969b
Show file tree
Hide file tree
Showing 52 changed files with 1,816 additions and 1,676 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY ./ .
RUN apt-get update \
&& apt-get install -y --no-install-recommends build-essential python3 openssl \
&& rm -rf /var/lib/apt/lists/*
RUN npm i -g pnpm
RUN npm i -g pnpm@latest-8
RUN pnpm i --frozen-lockfile
RUN pnpm prisma generate
RUN pnpm run build
Expand Down Expand Up @@ -36,7 +36,7 @@ COPY ["package.json", "pnpm-lock.yaml", "entrypoint.sh", "Caddyfile", "./"]
COPY ./templates/ ./templates
COPY ./prisma/ ./prisma/

RUN npm i -g pnpm
RUN npm i -g pnpm@latest-8
RUN chmod +x entrypoint.sh

VOLUME /usr/src/app/uploads
Expand Down
63 changes: 31 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,52 +16,51 @@
"seed": "node prisma/seed.js"
},
"devDependencies": {
"@floating-ui/dom": "^1.2.3",
"@skeletonlabs/skeleton": "^0.132.5",
"@sveltejs/adapter-node": "^1.2.1",
"@sveltejs/kit": "^1.10.0",
"@floating-ui/dom": "^1.2.6",
"@skeletonlabs/skeleton": "^1.2.0",
"@sveltejs/adapter-node": "^1.2.3",
"@sveltejs/kit": "^1.15.4",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "^18.14.6",
"@types/node": "^18.15.11",
"@types/nodemailer": "^6.4.7",
"@types/pulltorefreshjs": "^0.1.5",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@vite-pwa/sveltekit": "^0.1.3",
"autoprefixer": "^10.4.13",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vite-pwa/sveltekit": "^0.2.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte3": "^4.0.0",
"fuzzysort": "^2.0.4",
"postcss": "^8.4.21",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"svelte": "^3.55.1",
"svelte-check": "^3.0.4",
"svelte-preprocess": "^5.0.1",
"tailwindcss": "^3.2.7",
"prettier": "^2.8.7",
"prettier-plugin-svelte": "^2.10.0",
"svelte": "^3.58.0",
"svelte-check": "^3.2.0",
"svelte-preprocess": "^5.0.3",
"tailwindcss": "^3.3.1",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vite-plugin-pwa": "^0.14.4"
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vite-plugin-pwa": "^0.14.7"
},
"type": "module",
"dependencies": {
"@lucia-auth/adapter-prisma": "^0.5.0",
"@lucia-auth/sveltekit": "^0.6.9",
"@prisma/client": "^4.11.0",
"@lucia-auth/adapter-prisma": "^1.0.0",
"@prisma/client": "^4.12.0",
"@samirrayani/metascraper-shopping": "^1.4.22",
"got-scraping": "^3.2.12",
"got-scraping": "^3.2.13",
"handlebars": "^4.7.7",
"lucia-auth": "^0.8.0",
"metascraper": "^5.33.8",
"metascraper-amazon": "^5.33.7",
"metascraper-image": "^5.33.7",
"metascraper-title": "^5.33.7",
"metascraper-url": "^5.33.7",
"lucia-auth": "^1.0.0",
"metascraper": "^5.34.2",
"metascraper-amazon": "^5.34.2",
"metascraper-image": "^5.34.2",
"metascraper-title": "^5.34.2",
"metascraper-url": "^5.34.2",
"nodemailer": "^6.9.1",
"prisma": "^4.11.0",
"zod": "^3.21.2"
"prisma": "^4.12.0",
"zod": "^3.21.4"
}
}
Loading

0 comments on commit 000969b

Please sign in to comment.