Skip to content

Commit 61581a9

Browse files
committed
fix package
1 parent defed6e commit 61581a9

File tree

3 files changed

+44
-31
lines changed

3 files changed

+44
-31
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,9 @@
5858
"tar-fs": ">=2.1.3",
5959
"esbuild": ">=0.25.0",
6060
"undici": ">=5.29.0",
61-
"brace-expansion": "2.0.1",
62-
"minimatch": ">=9.0.0",
61+
"brace-expansion": ">=2.0.2",
6362
"form-data": ">=4.0.4",
6463
"bluebird": ">=3.7.2"
6564
}
66-
},
67-
"dependencies": {
68-
"iovalkey": "^0.3.3"
6965
}
7066
}

pnpm-lock.yaml

Lines changed: 42 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"hast-util-to-jsx-runtime": "^2.3.6",
4747
"i18next": "^25.0.0",
4848
"i18next-http-backend": "^3.0.2",
49+
"iovalkey": "^0.3.3",
4950
"katex": "^0.16.11",
5051
"knuth-shuffle-seeded": "^1.0.6",
5152
"lru-cache": "^11.1.0",

0 commit comments

Comments
 (0)