Skip to content

Commit

Permalink
0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lhlyu committed Aug 30, 2023
1 parent 1445410 commit a0d714f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@
"package.json"
],
"dependencies": {
"@arco-design/web-vue": "^2.50.0",
"@arco-design/web-vue": "^2.50.2",
"@vue/runtime-core": "^3.3.4",
"@vueuse/core": "^10.3.0",
"@vueuse/core": "^10.4.1",
"mockjs": "^1.1.0",
"vue": "^3.3.4"
},
"devDependencies": {
"@types/mockjs": "^1.0.7",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"autoprefixer": "^10.4.15",
"cssnano": "^6.0.1",
"postcss": "^8.4.27",
"prettier": "^3.0.1",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-rational-order": "^1.0.3",
"sass": "^1.65.1",
"typescript": "^5.1.6",
"sass": "^1.66.1",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.9",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vite-plugin-dts": "^3.5.2",
"vite-plugin-dts": "^3.5.3",
"vue-tsc": "^1.8.8"
}
}

0 comments on commit a0d714f

Please sign in to comment.