Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Sep 25, 2022
1 parent b4c36f5 commit 1cbf2eb
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 105 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@
"kysely": "*"
},
"dependencies": {
"date-fns": "^2.29.2"
"date-fns": "^2.29.3"
},
"devDependencies": {
"@planetscale/database": "^1.3.0",
"@tsconfig/node14": "^1.0.3",
"@types/node": "^16",
"kysely": "^0.21.5",
"@types/node": "^18.7.20",
"kysely": "^0.21.6",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.1.0",
"prettier-plugin-organize-imports": "^3.1.1",
"prettier-plugin-pkg": "^0.17.1",
"tsup": "^6.2.3",
"typescript": "^4.8.2"
"typescript": "^4.8.3"
},
"sideEffects": false
}
Loading

0 comments on commit 1cbf2eb

Please sign in to comment.