-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9c08d3
commit 0fd6d79
Showing
6 changed files
with
1,065 additions
and
644 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": { | ||
|
@@ -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": { | ||
|
Oops, something went wrong.