Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Oct 16, 2024
1 parent a147749 commit 7c69359
Show file tree
Hide file tree
Showing 2 changed files with 1,040 additions and 672 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,48 +27,48 @@
"release": "standard-version"
},
"dependencies": {
"@unhead/vue": "^1.10.4",
"@vueuse/core": "^11.0.3",
"@vueuse/shared": "^11.0.3",
"pinia": "^2.2.2",
"vue": "^3.5.0",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.3"
"@unhead/vue": "^1.11.10",
"@vueuse/core": "^11.1.0",
"@vueuse/shared": "^11.1.0",
"pinia": "^2.2.4",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@localazy/cli": "^1.7.14",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@unhead/addons": "^1.10.4",
"@vitejs/plugin-vue": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"@unhead/addons": "^1.11.10",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.9.1",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-vue": "^9.28.0",
"globals": "^15.9.0",
"husky": "^9.1.5",
"eslint-plugin-vue": "^9.29.0",
"globals": "^15.11.0",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"sass": "^1.79.5",
"standard-version": "^9.5.0",
"stylelint": "^16.9.0",
"stylelint-config-recess-order": "^5.1.0",
"stylelint": "^16.10.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-prettier": "^5.0.2",
"stylelint-scss": "^6.5.1",
"typescript": "^5.5.4",
"vite": "^5.4.3",
"vite-plugin-pwa": "^0.20.3",
"vitest": "^2.0.5",
"stylelint-scss": "^6.7.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-plugin-pwa": "^0.20.5",
"vitest": "^2.1.3",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.1.4",
"vue-tsc": "^2.1.6",
"workbox-build": "^7.1.1",
"workbox-cacheable-response": "^7.1.0",
"workbox-core": "^7.1.0",
Expand Down
Loading

0 comments on commit 7c69359

Please sign in to comment.