Skip to content

Commit 2e88219

Browse files
committed
fix: some deps should be devDeps
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent 96cd9fe commit 2e88219

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

package-lock.json

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

packages/esbuild-plugins/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,19 @@
3737
"update": "npx --yes npm-check-updates -u -t minor"
3838
},
3939
"dependencies": {
40-
"@hpcc-js/wasm-base91": "1.3.1",
41-
"@hpcc-js/wasm-zstd": "1.2.1",
4240
"esbuild": "0.25.5",
4341
"esbuild-plugin-umd-wrapper": "3.0.0",
4442
"esbuild-copy-static-files": "0.1.0",
4543
"esbuild-plugin-inline-css": "0.0.1",
46-
"fzstd": "0.1.1",
4744
"vite": "7.0.0",
4845
"vite-plugin-css-injected-by-js": "3.5.2",
4946
"vite-plugin-static-copy": "3.1.0"
5047
},
48+
"devDependencies": {
49+
"@hpcc-js/wasm-base91": "1.3.1",
50+
"@hpcc-js/wasm-zstd": "1.2.1",
51+
"fzstd": "0.1.1"
52+
},
5153
"keywords": [
5254
"esbuild",
5355
"plugins",

0 commit comments

Comments
 (0)