Skip to content

Commit

Permalink
chore(deps): primevue 3.49 and other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Feb 24, 2024
1 parent dd6f305 commit f8b4aa0
Show file tree
Hide file tree
Showing 41 changed files with 13,715 additions and 4,829 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ THX to [antfu / Vitesse](https://github.com/antfu/vitesse) for starter code

## Features

- Vue 3.3
- Vite 4.4
- Vue 3.4
- Vite 5
- Vitest (Testing Framework)
- Testing with cypress (e2e)
- Composition API
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-primevue-starter",
"version": "1.7.3",
"version": "1.7.4",
"license": "MIT",
"type": "module",
"scripts": {
Expand All @@ -19,22 +19,22 @@
"devDependencies": {
"@antfu/eslint-config": "2.6.4",
"@cypress/vite-dev-server": "^5.0.7",
"@iconify/json": "^2.2.181",
"@iconify/json": "^2.2.186",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@sfxcode/formkit-primevue": "^1.6.6",
"@sfxcode/formkit-primevue": "^1.7.4",
"@types/markdown-it-link-attributes": "^3.0.4",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-config": "^0.58.5",
"@unocss/preset-attributify": "^0.58.5",
"@unocss/preset-icons": "^0.58.5",
"@unocss/preset-typography": "^0.58.5",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/ui": "^1.2.2",
"@vue/server-renderer": "^3.4.15",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/ui": "^1.3.1",
"@vue/server-renderer": "^3.4.19",
"@vue/test-utils": "^2.4.4",
"@vuedx/typecheck": "~0.7.6",
"@vuedx/typescript-plugin-vue": "~0.7.6",
"@vueuse/core": "^10.7.2",
"@vueuse/core": "^10.8.0",
"@vueuse/head": "~2.0.0",
"add": "^2.0.6",
"autoprefixer": "^10.4.17",
Expand All @@ -43,43 +43,43 @@
"consola": "^3.2.3",
"critters": "^0.0.20",
"cross-env": "^7.0.3",
"cypress": "^13.6.4",
"eslint": "^8.56.0",
"cypress": "^13.6.6",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^2.15.1",
"happy-dom": "^13.3.8",
"happy-dom": "^13.5.0",
"https-localhost": "^4.7.1",
"markdown-it": "^14.0.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-prism": "^2.3.0",
"nprogress": "^0.2.0",
"pinia": "~2.1.7",
"pinia-cached-store": "^0.6.6",
"pnpm": "^8.15.1",
"pnpm": "^8.15.3",
"primeicons": "^6.0.1",
"primevue": "^3.48.1",
"primevue": "^3.49.0",
"prism-theme-vars": "^0.2.4",
"quill": "^1.3.7",
"rxjs": "^7.8.1",
"sass": "^1.70.0",
"sass": "^1.71.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"unocss": "^0.58.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-markdown": "^0.26.0",
"vite": "^5.0.12",
"vite": "^5.1.4",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-pwa": "^0.17.5",
"vite-plugin-pwa": "^0.19.0",
"vite-plugin-restart": "^0.4.0",
"vite-plugin-vue-devtools": "^7.0.14",
"vite-plugin-vue-devtools": "^7.0.15",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-ssg": "^0.23.6",
"vitest": "^1.2.2",
"vue": "^3.4.15",
"vitest": "^1.3.1",
"vue": "^3.4.19",
"vue-demi": "^0.14.7",
"vue-i18n": "^9.9.1",
"vue-router": "^4.2.5",
"vue-router": "^4.3.0",
"vue-tsc": "^1.8.27",
"wait-on": "~7.2.0"
},
Expand Down
Loading

0 comments on commit f8b4aa0

Please sign in to comment.