summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-12-15 12:20:12 +0100
committerFlorian Dold <florian@dold.me>2023-12-15 12:20:20 +0100
commitb52b260fb74062085a9a280db2775d2e7c18b1a3 (patch)
tree5922888a1eab6905fcf011ee8e6664421cd02672 /package.json
parenta30615c2118659e5b928593a800075e5285c65c3 (diff)
downloadwallet-core-b52b260fb74062085a9a280db2775d2e7c18b1a3.tar.gz
wallet-core-b52b260fb74062085a9a280db2775d2e7c18b1a3.tar.bz2
wallet-core-b52b260fb74062085a9a280db2775d2e7c18b1a3.zip
bump dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 06fa883dd..f53cf87a5 100644
--- a/package.json
+++ b/package.json
@@ -12,9 +12,9 @@
"@babel/core": "7.13.16",
"@linaria/esbuild": "^3.0.0-beta.15",
"@linaria/shaker": "^3.0.0-beta.15",
- "esbuild": "^0.17.7",
- "prettier": "^2.8.8",
- "typedoc": "^0.25.1",
- "typescript": "^5.2.2"
+ "esbuild": "^0.19.9",
+ "prettier": "^3.1.1",
+ "typedoc": "^0.25.4",
+ "typescript": "^5.3.3"
}
}