Skip to content

Commit

Permalink
Merge pull request #115 from Suwayomi/main
Browse files Browse the repository at this point in the history
updates
  • Loading branch information
Robonau authored Dec 17, 2023
2 parents 675bd1e + dfef46e commit 7beb2b6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Use bun 1.0.10
- name: Use bun 1.0.18
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# develop stage
FROM oven/bun:1.0.10-debian as develop-stage
FROM oven/bun:1.0.18-alpine as develop-stage
WORKDIR /app
COPY . .
ARG version="DevBuild"
Expand Down
Binary file modified bun.lockb
Binary file not shown.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,44 +20,44 @@
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.30.0",
"eslint-plugin-svelte": "^2.35.1",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.0.5",
"svelte-check": "^3.4.3",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite": "^5.0.10",
"postcss": "8.4.31",
"autoprefixer": "10.4.16",
"tailwindcss": "3.3.5",
"@skeletonlabs/skeleton": "2.4.0",
"@skeletonlabs/tw-plugin": "0.2.3",
"tailwindcss": "^3.3.6",
"@skeletonlabs/skeleton": "^2.6.0",
"@skeletonlabs/tw-plugin": "^0.3.0",
"vite-plugin-tailwind-purgecss": "^0.2.0",
"@tailwindcss/typography": "0.5.10",
"@tailwindcss/forms": "0.5.6",
"@types/node": "20.8.9"
"@tailwindcss/forms": "^0.5.7",
"@types/node": "^20.10.4"
},
"type": "module",
"dependencies": {
"@apollo/client": "^3.8.8",
"@floating-ui/dom": "1.5.3",
"@floating-ui/dom": "^1.5.3",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@iconify/svelte": "^3.1.4",
"@iconify/svelte": "^3.1.6",
"@iconify/types": "^2.0.0",
"@sveltejs/adapter-static": "^3.0.0",
"@types/apollo-upload-client": "^17.0.2",
"@types/dom-view-transitions": "^1.0.3",
"@types/apollo-upload-client": "17",
"@types/dom-view-transitions": "^1.0.4",
"@types/sanitize-html": "^2.9.5",
"apollo-upload-client": "^17.0.0",
"devalue": "^4.3.2",
"graphql": "^16.8.1",
"graphql-codegen-svelte-apollo": "^1.1.0",
"graphql-ws": "^5.14.2",
"p-queue": "^7.4.1",
"p-queue": "^8.0.1",
"sanitize-html": "^2.11.0",
"sveltekit-search-params": "^1.0.15"
"sveltekit-search-params": "^1.1.0"
}
}

0 comments on commit 7beb2b6

Please sign in to comment.