Skip to content

Commit

Permalink
🎍 chore update deps vite 5.2 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Apr 3, 2024
1 parent a51bc54 commit 7b3edc8
Show file tree
Hide file tree
Showing 2 changed files with 1,152 additions and 1,089 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@vicons/tabler": "^0.12.0",
"@vicons/utils": "^0.1.4",
"@vueuse/core": "^10.9.0",
"axios": "1.6.7",
"axios": "1.6.8",
"echarts": "^5.5.0",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
Expand All @@ -71,45 +71,45 @@
"vue-router": "^4.3.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@iconify/json": "^2.2.189",
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@iconify/json": "^2.2.196",
"@iconify/vue": "^4.1.1",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.25",
"@types/node": "^20.12.3",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/coverage-v8": "^1.4.0",
"@vue/compiler-sfc": "^3.4.21",
"@vue/test-utils": "2.4.4",
"@vue/test-utils": "2.4.5",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-html": "8.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.22.0",
"eslint-plugin-vue": "^9.24.0",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^24.0.0",
"postcss": "^8.4.35",
"postcss": "^8.4.38",
"postcss-html": "^1.6.0",
"postcss-scss": "^4.0.9",
"rollup": "^4.12.1",
"sass": "^1.71.1",
"stylelint": "^16.2.1",
"rollup": "^4.14.0",
"sass": "^1.72.0",
"stylelint": "^16.3.1",
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "13.0.0",
"stylelint-config-standard-scss": "13.1.0",
"sucrase": "^3.35.0",
"typescript": "^5.4.2",
"unocss": "^0.58.5",
"typescript": "^5.4.3",
"unocss": "0.59.0-beta.1",
"unplugin-auto-import": "^0.17.5",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.5",
"vitest": "^1.3.1"
"vite": "^5.2.7",
"vitest": "^1.4.0"
}
}
Loading

0 comments on commit 7b3edc8

Please sign in to comment.