Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed Oct 10, 2023
1 parent fd6c26e commit 89a079e
Show file tree
Hide file tree
Showing 2 changed files with 2,046 additions and 1,888 deletions.
73 changes: 36 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,64 +16,63 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@unocss/reset": "^0.53.1",
"@vueuse/core": "^10.1.2",
"@vueuse/integrations": "^10.1.2",
"axios": "^1.4.0",
"element-plus": "^2.3.6",
"pinia": "^2.1.3",
"@unocss/reset": "^0.53.6",
"@vueuse/core": "^10.5.0",
"@vueuse/integrations": "^10.5.0",
"axios": "^1.5.1",
"element-plus": "^2.3.14",
"pinia": "^2.1.6",
"universal-cookie": "^4.0.4",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.2",
"vue-i18n": "^9.5.0",
"vue-router": "^4.2.5",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-window": "^7.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@iconify-json/carbon": "^1.1.18",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@iconify-json/carbon": "^1.1.21",
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@rollup/plugin-replace": "^5.0.2",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.14",
"bumpp": "^9.1.1",
"@rollup/plugin-replace": "^5.0.3",
"@types/node": "^20.8.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^4.4.0",
"autoprefixer": "^10.4.16",
"bumpp": "^9.2.0",
"commitizen": "^4.3.0",
"commitlint-config-cz": "^0.13.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.14.1",
"eslint-plugin-vue": "^9.17.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"msw": "^1.2.2",
"postcss": "^8.4.24",
"postcss-scss": "^4.0.6",
"lint-staged": "^13.3.0",
"msw": "^1.3.2",
"postcss": "^8.4.31",
"postcss-scss": "^4.0.9",
"prettier": "^2.8.8",
"rollup": "^3.25.1",
"sass": "^1.63.3",
"rollup": "^3.29.4",
"sass": "^1.69.1",
"standard-version": "^9.5.0",
"stylelint": "^15.7.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard-scss": "^9.0.0",
"tailwindcss": "^3.3.2",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5",
"unocss": "^0.53.1",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.1",
"unplugin-vue-macros": "^2.3.0",
"vite": "^4.3.9",
"unocss": "^0.53.6",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-macros": "^2.6.1",
"vite": "^4.4.11",
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.16.4",
"vue-tsc": "^1.6.5"
"vite-plugin-pwa": "^0.16.5",
"vue-tsc": "^1.8.18"
},
"config": {
"commitizen": {
Expand Down
Loading

1 comment on commit 89a079e

@vercel
Copy link

@vercel vercel bot commented on 89a079e Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-ts-starter – ./

vue-ts-starter.vercel.app
vue-ts-starter-yugasun.vercel.app
vue-ts-starter-git-main-yugasun.vercel.app

Please sign in to comment.