Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
chore: bump dependencies 20231013 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoKloganB authored Nov 7, 2023
1 parent 2895baf commit 7c37dea
Show file tree
Hide file tree
Showing 2 changed files with 1,038 additions and 646 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,45 +43,45 @@
"@pinia/testing": "^0.0.14",
"@unocss/reset": "^0.47.6",
"@vueuse/core": "^9.13.0",
"@vueuse/head": "^1.1.26",
"axios": "^1.4.0",
"@vueuse/head": "^1.3.1",
"axios": "^1.5.1",
"axios-case-converter": "^0.11.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.4",
"pinia": "^2.1.7",
"prism-theme-vars": "^0.2.4",
"vite-plugin-vue-component-preview": "^0.3.4",
"vue": "^3.3.4",
"vue-demi": "^0.13.11",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4"
"vue-i18n": "^9.5.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "^0.34.2",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@iconify-json/carbon": "^1.1.18",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@iconify-json/carbon": "^1.1.21",
"@intlify/unplugin-vue-i18n": "^0.8.2",
"@testing-library/cypress": "^9.0.0",
"@testing-library/vue": "^6.6.1",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/node": "^18.16.19",
"@types/nprogress": "^0.2.0",
"@types/markdown-it-link-attributes": "^3.0.3",
"@types/node": "^18.18.6",
"@types/nprogress": "^0.2.2",
"@unocss/vite": "^0.47.6",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue": "^4.4.0",
"@vue-macros/volar": "^0.5.15",
"@vue/compiler-sfc": "^3.3.4",
"@vue/test-utils": "^2.4.0",
"@vue/test-utils": "^2.4.1",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"cypress": "^12.17.0",
"cypress": "^12.17.4",
"cypress-pipe": "^2.0.0",
"cypress-wait-until": "^1.7.2",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.51.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.15.1",
"eslint-plugin-vue": "^9.17.0",
"https-localhost": "^4.7.1",
"husky": "^8.0.3",
"imagemin-lint-staged": "^0.5.1",
Expand All @@ -92,31 +92,31 @@
"import-sort-parser-typescript": "^6.0.0",
"import-sort-style-eslint": "^6.0.0",
"kill-port": "^2.0.1",
"lint-staged": "^13.2.3",
"lint-staged": "^13.3.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-prism": "^2.3.0",
"markdownlint-cli": "^0.32.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.25",
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"prettier": "^2.8.8",
"prettier-plugin-import-sort": "^0.0.7",
"rimraf": "^3.0.2",
"sass": "^1.63.6",
"sass": "^1.69.4",
"start-server-and-test": "^1.15.5",
"stylelint": "^14.16.1",
"stylelint-config-css-modules": "^4.2.0",
"stylelint-config-css-modules": "^4.3.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "3.1.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^6.1.0",
"taze": "^0.8.5",
"typescript": "^4.9.5",
"unocss": "^0.48.5",
"unplugin-auto-import": "^0.12.2",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.4.2",
"vite-plugin-inspect": "^0.7.32",
"vite": "^4.5.0",
"vite-plugin-inspect": "^0.7.40",
"vite-plugin-pages": "^0.28.0",
"vite-plugin-pwa": "^0.14.7",
"vite-plugin-vue-inspector": "^2.0.4",
Expand All @@ -125,7 +125,7 @@
"vite-ssg": "^0.22.2",
"vite-ssg-sitemap": "^0.4.3",
"vitest": "^0.26.3",
"vue-tsc": "^1.8.4"
"vue-tsc": "^1.8.19"
},
"engineStrict": true,
"engines": {
Expand Down
Loading

0 comments on commit 7c37dea

Please sign in to comment.