Skip to content

Commit

Permalink
⬆️ Upgrade deps to the latest SvelteKit release (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
NatoBoram authored Nov 25, 2023
1 parent 080163a commit 56524c6
Show file tree
Hide file tree
Showing 5 changed files with 255 additions and 175 deletions.
2 changes: 0 additions & 2 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ overrides:
- files: '*.svelte'
options:
parser: svelte
pluginSearchDirs:
- '.'
plugins:
- '@prettier/plugin-xml'
- '@trivago/prettier-plugin-sort-imports'
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"test": "pnpm run test:integration && pnpm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test:integration": "playwright test",
"test:unit": "vitest",
"generate:android": "capacitor-assets generate --android --iconBackgroundColor '#171717' --iconBackgroundColorDark '#171717' --logoSplashScale 0.5 --splashBackgroundColor '#0A0A0A' --splashBackgroundColorDark '#0A0A0A'",
Expand All @@ -64,14 +64,14 @@
"@capacitor/cli": "^5.2.2",
"@natoboram/heroicons.svelte": "^1.0.4",
"@playwright/test": "^1.36.2",
"@prettier/plugin-xml": "^2.2.0",
"@prettier/plugin-xml": "^3.2.2",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.22.4",
"@sveltejs/kit": "^1.27.6",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@ts-stack/markdown": "^1.4.0",
"@types/cookie": "^0.5.1",
"@typescript-eslint/eslint-plugin": "^6.3.0",
Expand All @@ -80,21 +80,21 @@
"autoprefixer": "^10.4.14",
"cookie": "^0.5.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.32.4",
"highlight.js": "^11.8.0",
"lemmy-js-client": "0.19.0-rc.2",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"prettier-plugin-tailwindcss": "^0.4.1",
"svelte": "^4.1.2",
"svelte-check": "^3.4.6",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.7",
"svelte": "^4.2.7",
"svelte-check": "^3.6.2",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vitest": "^0.34.1"
"vitest": "^0.32.4"
},
"type": "module"
}
Loading

0 comments on commit 56524c6

Please sign in to comment.