Skip to content

Commit

Permalink
upgrade: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lf-channel committed May 28, 2024
1 parent e5380b3 commit 399be2b
Show file tree
Hide file tree
Showing 4 changed files with 3,567 additions and 2,482 deletions.
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@daotl/fes-starter",
"version": "3.0.0",
"private": true,
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@9.1.3",
"description": "A fes.js + TypeScript starter template",
"author": "Nex Zhu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -45,52 +45,52 @@
"@fesjs/plugin-layout": "^5.1.7",
"@fesjs/plugin-pinia": "^3.0.1",
"@unocss/reset": "^0.57.0",
"@vueuse/core": "^10.5.0",
"@vueuse/core": "^10.10.0",
"@vueuse/head": "^2.0.0",
"element-plus": "^2.4.1",
"element-plus": "^2.7.3",
"lodash-es": "^4.17.21",
"pinia": "^2.1.7",
"prism-theme-vars": "^0.2.4",
"vue": "^3.3.6",
"vue-i18n": "^9.5.0",
"vue-router": "^4.2.5"
"prism-theme-vars": "^0.2.5",
"vue": "^3.4.27",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@daotl/eslint-config": "^2.0.0-beta.0",
"@babel/core": "^7.24.6",
"@babel/runtime": "^7.24.6",
"@daotl/eslint-config": "^2.1.0",
"@daotl/tsconfig": "^0.1.2",
"@fesjs/builder-vite": "^3.0.3",
"@iconify-json/mdi": "^1.1.54",
"@intlify/unplugin-vue-i18n": "^1.4.0",
"@types/node": "^20.8.8",
"@fesjs/builder-vite": "^4.0.2",
"@iconify-json/mdi": "^1.1.66",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@types/node": "^20.12.12",
"@unocss/eslint-plugin": "^0.57.0",
"@vitejs/plugin-vue": "^4.4.0",
"@vue-macros/volar": "^0.17.0",
"core-js": "^3.33.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vue-macros/volar": "^0.21.1",
"core-js": "^3.37.1",
"cross-env": "^7.0.3",
"dotenv-cli": "^7.3.0",
"eslint": "^8.52.0",
"lefthook": "^1.5.2",
"postcss": "8.4.31",
"postcss-html": "^1.5.0",
"postcss-styled-syntax": "^0.5.0",
"rollup": "^4.1.4",
"sass": "^1.69.4",
"stylelint": "^15.11.0",
"stylelint-config-property-sort-order-smacss": "^9.1.0",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-recommended-scss": "^13.0.0",
"dotenv-cli": "^7.4.2",
"eslint": "^9.3.0",
"lefthook": "^1.6.13",
"postcss": "8.4.38",
"postcss-html": "^1.7.0",
"postcss-styled-syntax": "^0.6.4",
"rollup": "^4.18.0",
"sass": "^1.77.2",
"stylelint": "^16.6.0",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"typescript": "^5.2.2",
"typescript": "^5.4.5",
"unocss": "^0.57.0",
"unplugin-auto-import": "^0.16.6",
"unplugin-auto-import": "^0.17.6",
"unplugin-element-plus": "^0.8.0",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-macros": "^2.6.1",
"vite": "^4.5.0",
"vite-plugin-inspect": "^0.7.40",
"vite-plugin-vue-devtools": "1.0.0-rc.5",
"vite-plugin-vue-inspector": "^4.0.0"
"unplugin-vue-components": "^0.27.0",
"unplugin-vue-macros": "^2.9.3",
"vite": "^5.2.11",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-vue-devtools": "7.2.1",
"vite-plugin-vue-inspector": "^5.1.2"
}
}
Loading

0 comments on commit 399be2b

Please sign in to comment.