Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
codexu committed Nov 21, 2022
1 parent d4589f3 commit 98f0ffb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "x-build",
"version": "6.3.0",
"version": "6.3.1",
"description": "",
"main": "bin/x-build.js",
"bin": {
Expand Down
20 changes: 10 additions & 10 deletions template/package.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,32 @@
},
"dependencies": {
<% if (components === 'element') { -%>
"element-plus": "2.0.2",
"element-plus": "2.2.22",
"stylelint-scss": "3.20.1",
<% } -%>
<% if (components === 'antd') { -%>
"ant-design-vue": "2.2.8",
"ant-design-vue": "3.2.15",
<% } -%>
<% if (components === 'vant') { -%>
"vant": "3.4.5",
"vant": "3.6.5",
<% } -%>
<% if (components === 'naive') { -%>
"naive-ui": "2.25.5",
"naive-ui": "2.34.0",
<% } -%>
"axios": "0.21.1",
"axios": "1.1.3",
"current-device": "0.10.2",
"lodash": "4.17.21",
"mitt": "2.1.0",
"normalize.css": "8.0.1",
"nprogress": "0.2.0",
"pinia": "2.0.11",
"pinia": "2.0.24",
"screenfull": "5.1.0",
"store": "2.0.12",
"tailwindcss": "2.2.19",
"tailwindcss": "3.2.4",
"ua-parser-js": "0.7.28",
"vue": "3.2.6",
"vue-i18n": "^9.2.2",
"vue-router": "4.0.11",
"vue": "3.2.45",
"vue-i18n": "9.2.2",
"vue-router": "4.1.6",
},
"devDependencies": {
<% if (precss === 'scss') { -%>
Expand Down

0 comments on commit 98f0ffb

Please sign in to comment.