Skip to content

Commit 0fd6d79

Browse files
Update dependencies, fix formatting
1 parent c9c08d3 commit 0fd6d79

File tree

6 files changed

+1065
-644
lines changed

6 files changed

+1065
-644
lines changed

Diff for: .github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ jobs:
99
- uses: actions/checkout@v4
1010

1111
- uses: pnpm/action-setup@v4
12-
with:
13-
version: 8.x.x
1412

1513
- uses: actions/setup-node@v4
1614
with:
17-
node-version: '16'
15+
node-version: '18'
1816
cache: pnpm
1917

2018
- run: pnpm install --frozen-lockfile

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Jacob Gillespie <[email protected]>
3+
Copyright (c) 2022-2024 Jacob Gillespie <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Diff for: package.json

+10-9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"homepage": "https://github.com/depot/kysely-planetscale",
88
"author": "Jacob Gillespie <[email protected]>",
99
"license": "MIT",
10+
"packageManager": "[email protected]",
1011
"main": "./dist/index.js",
1112
"module": "./dist/index.js",
1213
"exports": {
@@ -38,18 +39,18 @@
3839
"kysely": "*"
3940
},
4041
"dependencies": {
41-
"date-fns": "^2.30.0"
42+
"date-fns": "^3.6.0"
4243
},
4344
"devDependencies": {
44-
"@planetscale/database": "^1.15.0",
45-
"@tsconfig/node14": "^14.1.0",
45+
"@planetscale/database": "^1.19.0",
46+
"@tsconfig/node18": "^18.2.4",
4647
"@types/node": "^20.4.5",
47-
"kysely": "^0.27.2",
48-
"prettier": "^3.0.0",
49-
"prettier-plugin-organize-imports": "^3.2.3",
50-
"prettier-plugin-pkg": "^0.18.0",
51-
"tsup": "^7.1.0",
52-
"typescript": "^5.1.6"
48+
"kysely": "^0.27.4",
49+
"prettier": "^3.3.3",
50+
"prettier-plugin-organize-imports": "^4.0.0",
51+
"prettier-plugin-pkg": "^0.18.1",
52+
"tsup": "^8.2.4",
53+
"typescript": "^5.5.4"
5354
},
5455
"sideEffects": false,
5556
"prettier": {

0 commit comments

Comments
 (0)