diff --git a/js/package.json b/js/package.json index cc8fc6f9b47..5715eafb5dd 100644 --- a/js/package.json +++ b/js/package.json @@ -52,12 +52,6 @@ "jest.config.js" ], "dependencies": { - "@swc/helpers": "^0.5.11", - "@types/command-line-args": "^5.2.3", - "@types/command-line-usage": "^5.0.4", - "@types/node": "^20.13.0", - "command-line-args": "^5.2.1", - "command-line-usage": "^7.0.1", "flatbuffers": "^24.3.25", "json-bignum": "^0.0.3", "tslib": "^2.6.2" @@ -116,7 +110,13 @@ "webpack": "5.91.0", "webpack-bundle-analyzer": "4.10.2", "webpack-stream": "7.0.0", - "xml2js": "0.6.2" + "xml2js": "0.6.2", + "@types/node": "^20.13.0", + "@swc/helpers": "^0.5.11", + "@types/command-line-args": "^5.2.3", + "@types/command-line-usage": "^5.0.4", + "command-line-args": "^5.2.1", + "command-line-usage": "^7.0.1" }, "engines": { "node": ">=12.0"