Skip to content

Commit

Permalink
Update dependencies, fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Aug 15, 2024
1 parent c9c08d3 commit 0fd6d79
Show file tree
Hide file tree
Showing 6 changed files with 1,065 additions and 644 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ jobs:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v4
with:
version: 8.x.x

- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
cache: pnpm

- run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"homepage": "https://github.com/depot/kysely-planetscale",
"author": "Jacob Gillespie <[email protected]>",
"license": "MIT",
"packageManager": "[email protected]",
"main": "./dist/index.js",
"module": "./dist/index.js",
"exports": {
Expand Down Expand Up @@ -38,18 +39,18 @@
"kysely": "*"
},
"dependencies": {
"date-fns": "^2.30.0"
"date-fns": "^3.6.0"
},
"devDependencies": {
"@planetscale/database": "^1.15.0",
"@tsconfig/node14": "^14.1.0",
"@planetscale/database": "^1.19.0",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^20.4.5",
"kysely": "^0.27.2",
"prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-pkg": "^0.18.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6"
"kysely": "^0.27.4",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-pkg": "^0.18.1",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"sideEffects": false,
"prettier": {
Expand Down
Loading

0 comments on commit 0fd6d79

Please sign in to comment.