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] authored Jul 30, 2023
1 parent fc4c7b6 commit 7bde857
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 65 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
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"@typescript-eslint/parser": "6.2.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.46.0",
"eslint-config-prettier": "8.9.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-svelte": "3.0.3",
"prettier-plugin-tailwindcss": "0.4.1",
"svelte": "4.1.1",
"svelte-check": "3.4.6",
Expand All @@ -46,7 +46,7 @@
"vite": "4.4.7",
"vitest": "0.33.0"
},
"packageManager": "[email protected].10",
"packageManager": "[email protected].11",
"engines": {
"pnpm": "^8.0.0"
},
Expand Down
126 changes: 68 additions & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7bde857

Please sign in to comment.