fix(docs): Update primevue version and add missing @primevue/themes package in codeeditor

* Update primevue version to 4.0.0-rc.2 in codeeditor
* Add missing @primevue/themes package in codeeditor
pull/5927/head
sceee 2024-06-20 10:58:48 +02:00 committed by GitHub
parent 299c44a02d
commit b495c9cc91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import pkg from '../../../package.json';
import { services } from './services';
const PrimeVue = {
version: '^4.0.0-beta.4',
version: '^4.0.0-rc.2',
description:
'PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 400+ ready to use UI blocks to build spectacular applications in no time.'
};
@ -13,6 +13,7 @@ const core_dependencies = {
vue: '^3.2.45',
'@vitejs/plugin-vue': '^4.0.0',
vite: '^4.0.0',
'@primevue/themes': PrimeVue.version || 'latest',
primevue: PrimeVue.version || 'latest',
primeicons: app_dependencies['primeicons'] || 'latest',
tailwindcss: app_dependencies['tailwindcss'] || 'latest',