Skip to content

Commit

Permalink
chore(deps): formkit-primevue
Browse files Browse the repository at this point in the history
update 1.1.0
  • Loading branch information
sfxcode committed Apr 26, 2023
1 parent 2992572 commit f9f4597
Show file tree
Hide file tree
Showing 5 changed files with 1,489 additions and 1,588 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 1.2.6 (2022-09-13)
## 1.4.0 (2023-04-26)
- PrimeVUE 3.27.0
- Vite 4.3.3
- @sfxcode/formkit-primevue 1.1.0
- ## 1.2.6 (2022-09-13)
- PrimeVUE 3.17.0

## 1.1.8 (2022-02-17)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ THX to [antfu / Vitesse](https://github.com/antfu/vitesse) for starter code
## Features

- Vue 3.2
- Vite 3
- Vite 4.3
- Vitest (Testing Framework)
- Testing with cypress (e2e)
- Composition API
Expand Down Expand Up @@ -48,7 +48,7 @@ Nuxt3 Primevue Starter Template
- [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.
- Use icons from any icon sets in Pure CSS, powered by [UnoCSS](https://github.com/antfu/unocss)
- [State Management via Pinia](https://pinia.esm.dev)
- PrimeVue 3.20.x
- PrimeVue 3.27.x
- Logging

### vite-primevue-starter-lite
Expand All @@ -61,7 +61,7 @@ Nuxt3 Primevue Starter Template

Install node:

**Latest node LTS version required (16)**
**Latest node LTS version required (18)**
Use node manager like **nvm** to install.

Install pnpm:
Expand Down
58 changes: 28 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-primevue-starter",
"version": "1.3.3",
"version": "1.4.0",
"license": "MIT",
"scripts": {
"dev": "vite --port 3333 --open",
Expand All @@ -16,76 +16,74 @@
"test:ui": "vitest --ui"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.4",
"@antfu/eslint-config": "^0.38.5",
"@cypress/vite-dev-server": "^5.0.5",
"@formkit/vue": "0.16.4",
"@iconify/json": "^2.2.48",
"@formkit/vue": "0.16.5",
"@iconify/json": "^2.2.56",
"@intlify/unplugin-vue-i18n": "^0.10.0",
"@sfxcode/formkit-primevue": "^1.0.5",
"@sfxcode/formkit-primevue": "^1.1.0",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@unocss/preset-attributify": "^0.51.4",
"@unocss/preset-icons": "^0.51.4",
"@unocss/preset-typography": "^0.51.4",
"@vitejs/plugin-vue": "^4.1.0",
"@unocss/preset-attributify": "^0.51.8",
"@unocss/preset-icons": "^0.51.8",
"@unocss/preset-typography": "^0.51.8",
"@vitejs/plugin-vue": "^4.2.1",
"@vitest/ui": "^0.30.1",
"@vue/server-renderer": "^3.2.47",
"@vue/test-utils": "^2.3.2",
"@vuedx/typecheck": "~0.7.6",
"@vuedx/typescript-plugin-vue": "~0.7.6",
"@vueuse/core": "^9.13.0",
"@vueuse/head": "~1.1.23",
"@vueuse/core": "^10.1.0",
"@vueuse/head": "~1.1.26",
"add": "^2.0.6",
"autoprefixer": "^10.4.14",
"c8": "^7.13.0",
"chart.js": "^4.2.1",
"consola": "^3.0.1",
"consola": "^3.1.0",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"cypress": "^12.9.0",
"eslint": "^8.38.0",
"cypress": "^12.11.0",
"eslint": "^8.39.0",
"eslint-plugin-cypress": "^2.13.2",
"happy-dom": "^9.1.9",
"happy-dom": "^9.9.2",
"https-localhost": "^4.7.1",
"markdown-it": "^13.0.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-prism": "^2.3.0",
"nprogress": "^0.2.0",
"pinia": "~2.0.34",
"pinia": "~2.0.35",
"pinia-cached-store": "^0.6.6",
"pnpm": "^8.2.0",
"postcss": "^8.4.21",
"pnpm": "^8.3.1",
"postcss": "^8.4.23",
"postcss-nesting": "^11.2.2",
"primeicons": "^6.0.1",
"primevue": "^3.26.1",
"prism-theme-vars": "^0.2.3",
"primevue": "^3.27.0",
"prism-theme-vars": "^0.2.4",
"rxjs": "^7.8.0",
"sass": "^1.61.0",
"sass": "^1.62.1",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"unocss": "^0.51.4",
"unplugin-auto-import": "^0.15.2",
"unocss": "^0.51.8",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.1",
"vite-plugin-inspect": "^0.7.20",
"vite-plugin-vue-markdown": "^0.22.4",
"vite": "^4.3.3",
"vite-plugin-inspect": "^0.7.24",
"vite-plugin-pages": "^0.29.0",
"vite-plugin-pwa": "^0.14.7",
"vite-plugin-restart": "^0.3.1",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vue-markdown": "^0.22.6",
"vite-ssg": "^0.22.2",
"vitest": "^0.30.1",
"vue": "^3.2.47",
"vue-demi": "^0.13.11",
"vue-demi": "^0.14.0",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
"vue-tsc": "^1.2.0",
"vue-tsc": "^1.4.4",
"wait-on": "~7.0.1"
},
"engines": {
"node": ">=18",
"pnpm": ">=7"
}
}


Loading

0 comments on commit f9f4597

Please sign in to comment.