Skip to content

Commit

Permalink
🔨 chore: upgrade latest deps (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Jul 11, 2023
1 parent 73fb436 commit b741803
Show file tree
Hide file tree
Showing 2 changed files with 999 additions and 1,088 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vicons/utils": "^0.1.4",
"@vueuse/core": "^10.2.0",
"@vueuse/core": "^10.2.1",
"axios": "1.4.0",
"echarts": "^5.4.2",
"js-cookie": "^3.0.5",
Expand All @@ -71,45 +71,45 @@
"pinia": "^2.1.4",
"uuid": "^9.0.0",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
"vue-router": "^4.2.4"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/core": "^7.22.8",
"@babel/preset-env": "^7.22.7",
"@types/js-cookie": "^3.0.3",
"@types/lodash-es": "^4.17.7",
"@types/node": "^20.3.1",
"@types/node": "^20.4.1",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitest/coverage-v8": "^0.32.2",
"@vitest/coverage-v8": "^0.33.0",
"@vue/compiler-sfc": "^3.3.4",
"@vue/test-utils": "2.4.0",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^9.15.1",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^22.1.0",
"postcss": "^8.4.24",
"postcss": "^8.4.25",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.6",
"rollup": "^3.25.2",
"rollup": "^3.26.2",
"sass": "^1.63.6",
"stylelint": "^15.9.0",
"stylelint": "^15.10.1",
"stylelint-config-recommended-scss": "12.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard-scss": "9.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "10.0.0",
"sucrase": "^3.32.0",
"typescript": "^5.1.3",
"unocss": "^0.53.3",
"unplugin-auto-import": "^0.16.4",
"typescript": "^5.1.6",
"unocss": "^0.53.5",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",
"vitest": "^0.32.2"
"vite": "^4.4.2",
"vitest": "^0.33.0"
}
}
Loading

0 comments on commit b741803

Please sign in to comment.