Skip to content

Commit

Permalink
fix(deps): update frontend non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2022
1 parent c287c12 commit fad0447
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 223 deletions.
36 changes: 18 additions & 18 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@
"extends": "./src/lib/config/vitessr.eslint.config.js"
},
"dependencies": {
"@headlessui/vue": "1.7.4",
"@headlessui/vue": "1.7.6",
"@nuxt/devalue": "2.0.0",
"@vuelidate/core": "2.0.0",
"@vuelidate/validators": "2.0.0",
"@vueuse/components": "9.6.0",
"@vueuse/core": "9.6.0",
"@vueuse/head": "1.0.20",
"@vueuse/head": "1.0.22",
"@vueuse/integrations": "9.6.0",
"accept-language-parser": "1.5.0",
"axios": "0.27.2",
"chartist": "0.11.4",
"chartist-plugin-legend": "0.6.2",
"debug": "4.3.4",
"diff-match-patch": "1.0.5",
"filesize": "10.0.5",
"filesize": "10.0.6",
"jwt-decode": "3.1.2",
"lodash-es": "4.17.21",
"nprogress": "0.2.0",
"ohmyfetch": "0.4.21",
"pinia": "2.0.27",
"pinia": "2.0.28",
"prism-theme-vars": "0.2.4",
"qs": "6.11.0",
"swagger-ui-dist": "4.15.5",
Expand All @@ -54,7 +54,7 @@
"vue3-popper": "1.5.0"
},
"devDependencies": {
"@iconify/json": "2.1.147",
"@iconify/json": "2.1.153",
"@intlify/vite-plugin-vue-i18n": "6.0.3",
"@types/accept-language-parser": "1.5.3",
"@types/chartist": "0.11.1",
Expand All @@ -77,24 +77,24 @@
"eslint-import-resolver-alias": "1.1.2",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-unicorn": "45.0.1",
"eslint-plugin-unicorn": "45.0.2",
"eslint-plugin-vue": "9.8.0",
"husky": "8.0.2",
"lint-staged": "13.0.4",
"lint-staged": "13.1.0",
"node-fetch": "3.3.0",
"pnpm": "7.18.0",
"prettier": "2.8.0",
"pnpm": "7.18.2",
"prettier": "2.8.1",
"regenerator-runtime": "0.13.11",
"sass": "1.56.1",
"typescript": "4.9.3",
"unplugin-auto-import": "0.12.0",
"unplugin-icons": "0.14.14",
"unplugin-vue-components": "0.22.11",
"vite": "3.2.4",
"sass": "1.56.2",
"typescript": "4.9.4",
"unplugin-auto-import": "0.12.1",
"unplugin-icons": "0.14.15",
"unplugin-vue-components": "0.22.12",
"vite": "3.2.5",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-pages": "0.27.1",
"vite-plugin-pwa": "0.13.3",
"vite-plugin-pages": "0.28.0",
"vite-plugin-pwa": "0.14.0",
"vite-plugin-vue-layouts": "0.7.0",
"vite-plugin-windicss": "1.8.8"
"vite-plugin-windicss": "1.8.10"
}
}
Loading

0 comments on commit fad0447

Please sign in to comment.