Skip to content

Commit

Permalink
fix dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
toviszsolt committed Oct 24, 2023
1 parent 63d0204 commit 454e260
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,14 @@
"test": "jest --watch",
"coverage": "jest --collect-coverage"
},
"dependencies": {},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"jest": "^29.3.1",
"rollup": "^3.2.5",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-copy": "^3.5.0"
}
}

0 comments on commit 454e260

Please sign in to comment.