Skip to content

Commit 7d06ad9

Browse files
Merge pull request #18 from jahirfiquitiva/patch-1
2 parents 2cc7884 + cb81a34 commit 7d06ad9

File tree

3 files changed

+160
-152
lines changed

3 files changed

+160
-152
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
- uses: pnpm/action-setup@v2
1212
with:
13-
version: 7.x.x
13+
version: 8.x.x
1414

1515
- uses: actions/setup-node@v3
1616
with:

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"date-fns": "^2.29.3"
3636
},
3737
"devDependencies": {
38-
"@planetscale/database": "^1.5.0",
38+
"@planetscale/database": "^1.7.0",
3939
"@tsconfig/node14": "^1.0.3",
4040
"@types/node": "^18.11.13",
41-
"kysely": "^0.22.0",
41+
"kysely": "^0.24.2",
4242
"prettier": "^2.8.1",
4343
"prettier-plugin-organize-imports": "^3.2.1",
4444
"prettier-plugin-pkg": "^0.17.1",

0 commit comments

Comments
 (0)