Skip to content

Commit

Permalink
⬆️ Bump the patch group with 11 updates (#183)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent ab08750 commit 56a328c
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 256 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ rules:

# SvelteKit uses that for returning errors in routes
'@typescript-eslint/no-throw-literal': 'off'
'@typescript-eslint/only-throw-error': 'off'

# Receiving markdown from the API
svelte/no-at-html-tags: 'off'
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,54 +77,54 @@
"docker:kill": "docker ps --format '{{.Image}} {{.ID}}' | grep leanish | awk '{print $2}' | xargs docker kill"
},
"dependencies": {
"@capacitor/android": "^5.7.1",
"@capacitor/android": "^5.7.4",
"@capacitor/app": "^5.0.7",
"@capacitor/clipboard": "^5.0.7",
"@capacitor/core": "^5.7.1",
"@capacitor/core": "^5.7.4",
"@capacitor/preferences": "^5.0.7"
},
"devDependencies": {
"@capacitor/assets": "^3.0.4",
"@capacitor/cli": "^5.7.1",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^5.7.4",
"@natoboram/heroicons.svelte": "^1.0.6",
"@playwright/test": "^1.41.2",
"@prettier/plugin-xml": "^3.4.1",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/adapter-node": "^5.0.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.2",
"@sveltejs/kit": "^2.5.5",
"@sveltejs/package": "^2.3.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "^0.5.12",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@ts-stack/markdown": "^1.5.0",
"@types/cookie": "^0.6.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"autoprefixer": "^10.4.18",
"autoprefixer": "^10.4.19",
"cookie": "^0.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"highlight.js": "^11.9.0",
"lemmy-js-client": "0.19.0",
"postcss": "^8.4.35",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.11",
"prettier-plugin-tailwindcss": "^0.5.13",
"publint": "^0.2.7",
"svelte": "^4.2.12",
"svelte-check": "^3.6.6",
"tailwindcss": "^3.4.1",
"svelte-check": "^3.6.8",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.2"
},
"peerDependencies": {
"@sveltejs/kit": "^2.5.2",
"@sveltejs/kit": "^2.5.5",
"svelte": "^4.2.12"
},
"svelte": "./dist/index.js",
Expand Down
Loading

0 comments on commit 56a328c

Please sign in to comment.