Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Zakharov committed Nov 14, 2021
1 parent 65b8ff1 commit 299ae1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusa-frontends/cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "A CLI interface for bootstrapping and managing MFEs",
"main": "bin/medusa.js",
"repository": "[email protected]:mfe-playground/medusa-cli.git",
Expand Down Expand Up @@ -32,13 +32,13 @@
"esbuild": "^0.13.9",
"eslint": "7.10.0",
"prettier": "2.3.0",
"rollup": "^2.59.0",
"rollup-plugin-dts": "^4.0.0",
"rollup-plugin-esbuild": "^4.6.0",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.4.4"
},
"dependencies": {
"rollup-plugin-dts": "^4.0.0",
"rollup": "^2.59.0",
"@medusa-frontends/webpack-plugin": "^1.0.0",
"change-case": "^4.1.2",
"commander": "^8.3.0",
Expand Down

0 comments on commit 299ae1a

Please sign in to comment.