Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 11, 2023
1 parent fc4c7b6 commit 32abb7f
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 263 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.3.0
- uses: pnpm/action-setup@v2.4.0
- uses: actions/setup-node@v3
with:
node-version: '19.x'
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.3.0
- uses: pnpm/action-setup@v2.4.0
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,55 +17,55 @@
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.0",
"@playwright/test": "1.36.2",
"@sveltejs/adapter-vercel": "3.0.2",
"@sveltejs/kit": "1.22.3",
"@playwright/test": "1.37.0",
"@sveltejs/adapter-vercel": "3.0.3",
"@sveltejs/kit": "1.22.5",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/svelte": "4.0.3",
"@types/pg": "8.10.2",
"@types/qrcode": "1.5.1",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"autoprefixer": "10.4.14",
"dotenv": "16.3.1",
"drizzle-kit": "0.19.11",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"drizzle-kit": "0.19.12",
"eslint": "8.47.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-svelte3": "4.0.0",
"jsdom": "22.1.0",
"openapi-types": "12.1.3",
"postcss": "8.4.27",
"prettier": "3.0.0",
"prettier-plugin-svelte": "3.0.0",
"prettier-plugin-tailwindcss": "0.4.1",
"svelte": "4.1.1",
"svelte-check": "3.4.6",
"prettier": "3.0.1",
"prettier-plugin-svelte": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.2",
"svelte": "4.2.0",
"svelte-check": "3.5.0",
"tailwindcss": "3.3.3",
"tslib": "2.6.1",
"typescript": "5.1.6",
"vite": "4.4.7",
"vitest": "0.33.0"
"vite": "4.4.9",
"vitest": "0.34.1"
},
"packageManager": "pnpm@8.6.10",
"packageManager": "pnpm@8.6.12",
"engines": {
"pnpm": "^8.0.0"
},
"type": "module",
"dependencies": {
"@lucia-auth/adapter-postgresql": "1.0.1",
"@lucia-auth/oauth": "1.2.1",
"@vercel/analytics": "1.0.1",
"@vercel/analytics": "1.0.2",
"class-variance-authority": "0.7.0",
"drizzle-orm": "0.27.2",
"drizzle-orm": "0.28.2",
"lucia-auth": "1.8.0",
"lucide-svelte": "0.263.0",
"oazapfts": "4.7.3",
"pg": "8.11.1",
"lucide-svelte": "0.265.0",
"oazapfts": "4.7.5",
"pg": "8.11.2",
"pusher-http-edge": "0.4.0",
"pusher-js": "8.3.0",
"qrcode": "1.5.3",
"svelte-french-toast": "1.2.0",
"svelte-headlessui": "0.0.20",
"svelte-headlessui": "0.0.22",
"svelte-transition": "0.0.10",
"tailwind-merge": "1.14.0",
"zod": "3.21.4"
Expand Down

0 comments on commit 32abb7f

Please sign in to comment.