Skip to content

Commit

Permalink
Updated npm deps. #28
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed Jan 10, 2024
1 parent 5e49d9a commit 75482c4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@keyv/sqlite": "3.6.5",
"cookie-parser": "1.4.5",
"csurf": "1.11.0",
"express": "4.17.1",
"express": "4.18.2",
"express-session": "1.17.2",
"html-to-text": "8.1.0",
"json-stringify-safe": "5.0.1",
Expand All @@ -19,15 +19,15 @@
"nodemailer": "6.6.5",
"passport": "0.6.0",
"passport-local": "1.0.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"rotating-file-stream": "3.0.4",
"source-map-support": "^0.5.21",
"tmp": "^0.2.1"
"source-map-support": "0.5.21",
"tmp": "0.2.1"
},
"devDependencies": {
"nbb": "0.0.107",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"shadow-cljs": "^2.19.0"
"nbb": "^1.2.179",
"shadow-cljs": "2.19.0"
},
"scripts": {
"sync-deps": "nbb bin/sync-deps.cljs",
Expand Down

0 comments on commit 75482c4

Please sign in to comment.