Skip to content

Commit

Permalink
dev: Remove unused rollup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
evrys committed Jul 10, 2024
1 parent 90f923c commit b5c4ed3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
11 changes: 6 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,15 @@
"author": "Wandelbots",
"license": "Apache-2.0",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.2",
"prettier-eslint": "^16.3.0",
"rollup": "^3.25.3",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"semantic-release": "^24.0.0",
"tsup": "^8.1.0",
"typescript": "^5.1.6",
"typescript": "^5.5.3",
"vitest": "^1.6.0"
},
"dependencies": {
"@wandelbots/wandelbots-api-client": "^0.97.0",
"reconnecting-websocket": "^4.4.0"
"reconnecting-websocket": "^4.4.0",
"url-join": "^5.0.0"
}
}

0 comments on commit b5c4ed3

Please sign in to comment.