Skip to content

Commit

Permalink
🌵 chore: upgrade deps emphasis vite 5.3 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Jun 24, 2024
1 parent 7220043 commit 30d0824
Show file tree
Hide file tree
Showing 7 changed files with 5,437 additions and 4,499 deletions.
1 change: 0 additions & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
VUE_APP_BASE_API=http://api.test.xxx.xxx.com
VITE_BASE_API=http://api.test.xxx.xxx.com/api
1 change: 0 additions & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
VUE_APP_BASE_API=http://api.test.xxx.xxx.com/api/production
VITE_BASE_API=http://api.test.xxx.xxx.com/api/production
5 changes: 0 additions & 5 deletions .eslintrc-auto-import-costom.json

This file was deleted.

1 change: 1 addition & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
node_modules
bin
obj
dist
*.*
!*.vue
!*.css
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Wisdom
Copyright (c) 2022-PRESENT Wisdom

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,65 +59,65 @@
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vicons/utils": "^0.1.4",
"@vueuse/core": "^10.9.0",
"axios": "1.7.1",
"@vueuse/core": "^10.11.0",
"axios": "1.7.2",
"echarts": "^5.5.0",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"naive-ui": "^2.38.2",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"uuid": "^9.0.1",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"uuid": "^10.0.0",
"vue": "^3.4.30",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@iconify/json": "^2.2.212",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@iconify/json": "^2.2.221",
"@iconify/vue": "^4.1.2",
"@stylistic/eslint-plugin": "^2.1.0",
"@stylistic/eslint-plugin": "^2.2.2",
"@stylistic/stylelint-plugin": "^2.1.2",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.12",
"@types/node": "^20.14.8",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vitest/coverage-v8": "^1.6.0",
"@vue/compiler-sfc": "^3.4.27",
"@vue/compiler-sfc": "^3.4.30",
"@vue/test-utils": "2.4.6",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^9.3.0",
"eslint": "^9.5.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-html": "8.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.3.0",
"globals": "^15.6.0",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.7",
"postcss": "^8.4.38",
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"rollup": "^4.17.2",
"sass": "^1.77.2",
"stylelint": "^16.5.0",
"rollup": "^4.18.0",
"sass": "^1.77.6",
"stylelint": "^16.6.1",
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "13.1.0",
"sucrase": "^3.35.0",
"typescript": "^5.4.5",
"unocss": "0.60.3",
"typescript": "^5.5.2",
"unocss": "0.61.0",
"unplugin-auto-import": "^0.17.6",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"vite": "^5.3.1",
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit 30d0824

Please sign in to comment.