Skip to content

Commit

Permalink
包更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Akiraka committed Jun 27, 2024
1 parent 4397500 commit 709ac25
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,33 @@
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.3.0",
"@iconify/vue": "^4.1.1",
"@ant-design/icons": "^5.3.7",
"@iconify/vue": "^4.1.2",
"@arco-themes/vue-go-admin": "^0.0.1",
"@codemirror/lang-html": "^6.4.8",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@vueuse/core": "^10.6.1",
"axios": "^1.6.7",
"@vueuse/core": "^10.11.0",
"axios": "^1.7.2",
"codemirror": "^6.0.1",
"cropperjs": "^1.6.1",
"cropperjs": "^1.6.2",
"js-cookie": "^3.0.5",
"pinia": "^2.1.7",
"vue": "^3.4.19",
"vue": "^3.4.30",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.2.5"
"vue-router": "^4.4.0"
},
"devDependencies": {
"@arco-design/web-vue": "^2.54.4",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.21.1",
"@arco-design/web-vue": "^2.55.3",
"@vitejs/plugin-vue": "^5.0.5",
"eslint": "^9.5.0",
"eslint-plugin-vue": "^9.26.0",
"mockjs": "^1.1.0",
"sass": "^1.71.1",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.3",
"vite-plugin-mock": "^3.0.1",
"sass": "^1.77.6",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.1",
"vite-plugin-mock": "^3.0.2",
"vite-svg-loader": "^5.1.0"
}
}

0 comments on commit 709ac25

Please sign in to comment.