Skip to content

Commit 93e1121

Browse files
authored
chore: update dependencies and add Zed editor settings (#1858)
1 parent 52a635a commit 93e1121

File tree

2 files changed

+830
-806
lines changed

2 files changed

+830
-806
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
},
6363
"dependencies": {
6464
"compare-versions": "^6.1.0",
65+
"elliptic": "6.6.1",
6566
"execa": "^8.0.1"
6667
},
6768
"devDependencies": {
@@ -91,7 +92,8 @@
9192
"ts-node": "^10.9.1",
9293
"turbo": "^1.10.15",
9394
"typescript": "^5.2.2",
94-
"updates": "^15.0.2"
95+
"updates": "^15.0.2",
96+
"vitest": "3.0.5"
9597
},
9698
"pnpm": {
9799
"peerDependencyRules": {
@@ -117,16 +119,14 @@
117119
"braces@<3.0.3": ">=3.0.3",
118120
"fast-xml-parser@<4.4.1": ">=4.4.1",
119121
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
120-
"elliptic@>=4.0.0 <=6.5.6": ">=6.5.7",
121-
"elliptic@>=2.0.0 <=6.5.6": ">=6.5.7",
122-
"elliptic@>=5.2.1 <=6.5.6": ">=6.5.7",
123122
"micromatch@<4.0.8": ">=4.0.8",
124123
"send@<0.19.0": ">=0.19.0",
125124
"serve-static@<1.16.0": ">=1.16.0",
126125
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
127126
"fuels": "0.98.0",
128127
"secp256k1@=5.0.0": ">=5.0.1",
129128
"elliptic@<6.6.0": ">=6.6.0",
129+
"vitest@>=2.0.0 <2.1.9": ">2.1.9",
130130
"cross-spawn@<7.0.5": ">=7.0.5",
131131
"nanoid@<3.3.8": "3.3.8"
132132
}

0 commit comments

Comments
 (0)