Skip to content

Commit 296af0a

Browse files
authored
refactor: remove unused dependencies (#1795)
Co-authored-by: Souvikns <[email protected]>
1 parent 3198b58 commit 296af0a

File tree

2 files changed

+12
-153
lines changed

2 files changed

+12
-153
lines changed

package-lock.json

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

package.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,9 @@
3434
"inquirer": "^8.2.0",
3535
"js-yaml": "^4.1.0",
3636
"next": "^15.2.4",
37-
"node-fetch": "^2.0.0",
3837
"oclif": "^4.17.34",
3938
"open": "^8.4.0",
4039
"picocolors": "^1.0.0",
41-
"reflect-metadata": "^0.1.13",
42-
"serve-handler": "^6.1.3",
43-
"strip-ansi": "^6.0.0",
4440
"unzipper": "^0.10.11",
4541
"uuid": "^11.1.0",
4642
"ws": "^8.2.3",
@@ -49,7 +45,6 @@
4945
"devDependencies": {
5046
"@asyncapi/minimaltemplate": "./test/fixtures/minimaltemplate",
5147
"@asyncapi/newtemplate": "./test/fixtures/newtemplate",
52-
"@babel/core": "^7.19.3",
5348
"@oclif/test": "^2",
5449
"@swc/core": "^1.3.2",
5550
"@types/chai": "^4.3.6",
@@ -59,15 +54,11 @@
5954
"@types/js-yaml": "^4.0.5",
6055
"@types/mocha": "^10.0.2",
6156
"@types/node": "^22.13.10",
62-
"@types/node-fetch": "^2.5.12",
6357
"@types/rimraf": "^3.0.2",
64-
"@types/serve-handler": "^6.1.1",
6558
"@types/uuid": "^10.0.0",
66-
"@types/wrap-ansi": "^8.0.1",
6759
"@types/ws": "^8.2.0",
6860
"@typescript-eslint/eslint-plugin": "^5.38.1",
6961
"@typescript-eslint/parser": "^5.38.1",
70-
"acorn": "^8.5.0",
7162
"chai": "^4.3.6",
7263
"cross-env": "^7.0.3",
7364
"eslint": "^8.24.0",
@@ -76,14 +67,12 @@
7667
"eslint-plugin-github": "^4.3.7",
7768
"eslint-plugin-security": "^1.4.0",
7869
"eslint-plugin-sonarjs": "^0.15.0",
79-
"globby": "^10.0.2",
8070
"markdown-toc": "^1.2.0",
8171
"mocha": "^10.2.0",
8272
"nyc": "^15.1.0",
8373
"rimraf": "^3.0.2",
8474
"simple-git": "^3.16.0",
8575
"ts-node": "^10.9.1",
86-
"tslib": "^2.3.1",
8776
"typescript": "^5.8.2"
8877
},
8978
"engines": {

0 commit comments

Comments
 (0)