Skip to content

Commit

Permalink
Update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2022
1 parent 624aa05 commit b9247e8
Show file tree
Hide file tree
Showing 2 changed files with 442 additions and 365 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@headlessui/vue": "1.7.2",
"@headlessui/vue": "1.7.3",
"@heroicons/vue": "2.0.11",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/typography": "0.5.7",
"@vuelidate/core": "2.0.0-alpha.44",
"@vuelidate/validators": "2.0.0-alpha.31",
"@vueuse/core": "9.2.0",
"@vuelidate/core": "2.0.0",
"@vuelidate/validators": "2.0.0",
"@vueuse/core": "9.3.0",
"apexcharts": "3.35.5",
"axios": "0.27.2",
"core-js": "3.25.2",
"core-js": "3.25.3",
"dedent": "0.7.0",
"jwt-decode": "3.1.2",
"lodash.chunk": "4.2.0",
Expand All @@ -41,11 +41,11 @@
"paginator": "1.0.0",
"pako": "2.0.4",
"pinia": "2.0.22",
"protobufjs": "7.1.1",
"protobufjs": "7.1.2",
"qrcode": "1.5.1",
"search-query-parser": "1.6.0",
"slugify": "1.6.5",
"vue": "3.2.39",
"vue": "3.2.40",
"vue-i18n": "9.2.2",
"vue-query": "1.26.0",
"vue-router": "4.1.5",
Expand All @@ -54,21 +54,21 @@
"yaml": "2.1.1"
},
"devDependencies": {
"@babel/core": "7.19.1",
"@babel/core": "7.19.3",
"@babel/eslint-parser": "7.19.1",
"@babel/preset-env": "7.19.1",
"@intlify/vite-plugin-vue-i18n": "6.0.1",
"@babel/preset-env": "7.19.3",
"@intlify/vite-plugin-vue-i18n": "6.0.3",
"@types/dedent": "0.7.0",
"@types/gapi.client": "1.0.5",
"@types/gapi.client.drive": "3.0.14",
"@types/gapi.client.sheets": "4.0.20201030",
"@types/google.accounts": "0.0.2",
"@types/google.visualization": "0.0.68",
"@types/qrcode": "1.5.0",
"@vitejs/plugin-vue": "3.1.0",
"@vue/compiler-sfc": "3.2.39",
"autoprefixer": "10.4.11",
"eslint": "8.23.1",
"@vitejs/plugin-vue": "3.1.2",
"@vue/compiler-sfc": "3.2.40",
"autoprefixer": "10.4.12",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
Expand All @@ -78,14 +78,14 @@
"eslint-plugin-vue": "9.5.1",
"git-describe": "4.1.1",
"husky": "8.0.1",
"jsdom": "20.0.0",
"postcss": "8.4.16",
"jsdom": "20.0.1",
"postcss": "8.4.17",
"postcss-loader": "7.0.1",
"prettier": "2.7.1",
"source-map": "0.7.4",
"tailwindcss": "3.1.8",
"vite": "3.1.3",
"vite-plugin-pwa": "0.12.8",
"vite": "3.1.4",
"vite-plugin-pwa": "0.13.1",
"vitest": "0.23.4"
}
}
Loading

0 comments on commit b9247e8

Please sign in to comment.