Skip to content

Commit

Permalink
Fix: Inquirer ESM cannot be used. Publish v2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiaocz committed Aug 12, 2022
1 parent 078e457 commit a5de82a
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 34 deletions.
6 changes: 3 additions & 3 deletions dist/templates/vue-ts-ant-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"eslint-plugin-vue": "^9.0.1",
"less": "^4.1.2",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.10.3",
"unplugin-vue-components": "^0.21.2",
"unplugin-auto-import": "^0.11.1",
"unplugin-vue-components": "^0.22.4",
"vite": "^2.9.7",
"vue-tsc": "^0.39.0"
"vue-tsc": "^0.40.1"
}
}
6 changes: 3 additions & 3 deletions dist/templates/vue-ts-element-plus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.0.1",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.10.3",
"unplugin-auto-import": "^0.11.1",
"unplugin-icons": "^0.14.1",
"unplugin-vue-components": "^0.21.2",
"unplugin-vue-components": "^0.22.4",
"vite": "^2.9.5",
"vue-tsc": "^0.39.0"
"vue-tsc": "^0.40.1"
}
}
2 changes: 1 addition & 1 deletion dist/templates/vue-tsx-element-plus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"typescript": "^4.5.4",
"unplugin-element-plus": "^0.4.0",
"vite": "^2.9.7",
"vue-tsc": "^0.39.0"
"vue-tsc": "^0.40.1"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ovx",
"version": "2.1.8",
"version": "2.1.9",
"description": "Orangii's Vue Example, used to quickly generate a template with vus-ts + vue-router + Element Plus/Ant Design.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"chalk": "4.1.2",
"ejs": "^3.1.7",
"inquirer": "^9.0.2",
"inquirer": "8.2.4",
"shelljs": "^0.8.5"
}
}
77 changes: 52 additions & 25 deletions pnpm-lock.yaml

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

0 comments on commit a5de82a

Please sign in to comment.