Skip to content

Commit

Permalink
chore(deps): remove unused rollup plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua authored and ochafik committed Dec 28, 2024
1 parent cb64dc4 commit cfc34ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion openscad-worker.rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// import typescript from 'rollup-plugin-typescript';
import typescript from 'rollup-plugin-typescript2';
import replace from '@rollup/plugin-replace';
import packageConfig from './package.json'
Expand Down
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
"node": ">=18.12.0"
},
"devDependencies": {
"@rollup/plugin-html": "^1.1.0",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-typescript": "^11.1.6",
"@types/chroma-js": "^2.4.5",
Expand All @@ -64,7 +62,6 @@
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/uzip": "^0.20201231.2",
"@web/rollup-plugin-html": "^1.11.1",
"concurrently": "^7.6.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.11.0",
Expand All @@ -73,12 +70,7 @@
"livereload": "^0.9.3",
"puppeteer": "^23.11.1",
"rollup": "^2.79.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-css": "^1.0.10",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-watch": "^3.2.2",
"serve": "^14.2.4",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
Expand Down

0 comments on commit cfc34ce

Please sign in to comment.