summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPawel Zelawski <pawel@pzelawski.com>2026-05-15 19:10:00 +0200
committerPawel Zelawski <pawel@pzelawski.com>2026-05-15 19:10:00 +0200
commiteafdcd8290700fdeaa6b069c4d52e50a9db6ad94 (patch)
tree619ad02c6c3b98a40347277fecd8a45ed697a035 /package.json
parent3fc37e6338bb6c6054739578088ca638f08fceca (diff)
chore: bump digiid-ts to 2.0.4
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 8452b7a..ec37a87 100644
--- a/package.json
+++ b/package.json
@@ -48,11 +48,11 @@
"vite": "^6.2.6"
},
"dependencies": {
- "digiid-ts": "^2.0.3",
+ "digiid-ts": "^2.0.4",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"qrcode": "^1.5.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
-} \ No newline at end of file
+}