fix: Update imports from '@primevue/themes' to '@primeuix/themes'
parent
b6c7b434b1
commit
cf45e2dc94
|
@ -1,5 +1,5 @@
|
||||||
import APIDocs from '@/doc/common/apidoc/index.json';
|
import APIDocs from '@/doc/common/apidoc/index.json';
|
||||||
import { $dt } from '@primevue/themes';
|
import { $dt } from '@primeuix/themes';
|
||||||
|
|
||||||
export const getPTOptions = (name) => {
|
export const getPTOptions = (name) => {
|
||||||
const { props } = APIDocs[name.toLowerCase()].interfaces.values[`${name}PassThroughOptions`] || APIDocs[name.toLowerCase()].interfaces.values[`${name}DirectivePassThroughOptions`];
|
const { props } = APIDocs[name.toLowerCase()].interfaces.values[`${name}PassThroughOptions`] || APIDocs[name.toLowerCase()].interfaces.values[`${name}DirectivePassThroughOptions`];
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import EventBus from '@/app/AppEventBus';
|
import EventBus from '@/app/AppEventBus';
|
||||||
import { $dt, updatePreset, usePreset } from '@primevue/themes';
|
import { $dt, updatePreset, usePreset } from '@primeuix/themes';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
setup() {
|
setup() {
|
||||||
|
|
|
@ -61,11 +61,11 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { usePreset } from '@primevue/themes';
|
import { usePreset } from '@primeuix/themes';
|
||||||
import Aura from '@primevue/themes/aura';
|
import Aura from '@primeuix/themes/aura';
|
||||||
import Lara from '@primevue/themes/lara';
|
import Lara from '@primeuix/themes/lara';
|
||||||
import Material from '@primevue/themes/material';
|
import Material from '@primeuix/themes/material';
|
||||||
import Nora from '@primevue/themes/nora';
|
import Nora from '@primeuix/themes/nora';
|
||||||
|
|
||||||
const presets = {
|
const presets = {
|
||||||
Aura,
|
Aura,
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { uuid } from '@primeuix/utils';
|
import { uuid } from '@primeuix/utils';
|
||||||
import { $dt } from '@primevue/themes';
|
import { $dt } from '@primeuix/themes';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
emits: ['update:modelValue'],
|
emits: ['update:modelValue'],
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { palette } from '@primevue/themes';
|
import { palette } from '@primeuix/themes';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { palette } from '@primevue/themes';
|
import { palette } from '@primeuix/themes';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { palette } from '@primevue/themes';
|
import { palette } from '@primeuix/themes';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
inject: ['$colorScheme'],
|
inject: ['$colorScheme'],
|
||||||
|
|
|
@ -21,7 +21,7 @@ export default {
|
||||||
<body>
|
<body>
|
||||||
<script src="https://unpkg.com/vue@3/dist/vue.global.js"><\/script>
|
<script src="https://unpkg.com/vue@3/dist/vue.global.js"><\/script>
|
||||||
<script src="https://unpkg.com/primevue/umd/primevue.min.js"><\/script>
|
<script src="https://unpkg.com/primevue/umd/primevue.min.js"><\/script>
|
||||||
<script src="https://unpkg.com/@primevue/themes/umd/aura.min.js"><\/script>
|
<script src="https://unpkg.com/@primeuix/themes/umd/aura.min.js"><\/script>
|
||||||
|
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<p-datepicker v-model="date"></p-datepicker>
|
<p-datepicker v-model="date"></p-datepicker>
|
||||||
|
|
|
@ -17,7 +17,7 @@ export default {
|
||||||
basic: `
|
basic: `
|
||||||
https://unpkg.com/vue@3/dist/vue.global.js
|
https://unpkg.com/vue@3/dist/vue.global.js
|
||||||
https://unpkg.com/primevue/umd/primevue.min.js
|
https://unpkg.com/primevue/umd/primevue.min.js
|
||||||
https://unpkg.com/@primevue/themes/umd/aura.min.js // see theming for alternatives
|
https://unpkg.com/@primeuix/themes/umd/aura.min.js // see theming for alternatives
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -11,11 +11,11 @@ export default {
|
||||||
return {
|
return {
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
basic: `
|
||||||
<!-- <script src="https://unpkg.com/@primevue/themes/umd/{preset}.min.js"><\/script> -->
|
<!-- <script src="https://unpkg.com/@primeuix/themes/umd/{preset}.min.js"><\/script> -->
|
||||||
|
|
||||||
<script src="https://unpkg.com/@primevue/themes/umd/aura.min.js"><\/script>
|
<script src="https://unpkg.com/@primeuix/themes/umd/aura.min.js"><\/script>
|
||||||
<script src="https://unpkg.com/@primevue/themes/umd/lara.min.js"><\/script>
|
<script src="https://unpkg.com/@primeuix/themes/umd/lara.min.js"><\/script>
|
||||||
<script src="https://unpkg.com/@primevue/themes/umd/nora.min.js"><\/script>
|
<script src="https://unpkg.com/@primeuix/themes/umd/nora.min.js"><\/script>
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -13,7 +13,7 @@ export default {
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
basic: `
|
||||||
import PrimeVue from 'primevue/config';
|
import PrimeVue from 'primevue/config';
|
||||||
import Aura from '@primevue/themes/aura';
|
import Aura from '@primeuix/themes/aura';
|
||||||
|
|
||||||
const app = createApp(App);
|
const app = createApp(App);
|
||||||
|
|
||||||
|
|
|
@ -12,13 +12,13 @@ export default {
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
basic: `
|
||||||
# Using npm
|
# Using npm
|
||||||
npm install primevue @primevue/themes
|
npm install primevue @primeuix/themes
|
||||||
|
|
||||||
# Using yarn
|
# Using yarn
|
||||||
yarn add primevue @primevue/themes
|
yarn add primevue @primeuix/themes
|
||||||
|
|
||||||
# Using pnpm
|
# Using pnpm
|
||||||
pnpm add primevue @primevue/themes
|
pnpm add primevue @primeuix/themes
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -13,7 +13,7 @@ export default {
|
||||||
basic: `
|
basic: `
|
||||||
import { createApp } from 'vue';
|
import { createApp } from 'vue';
|
||||||
import PrimeVue from 'primevue/config';
|
import PrimeVue from 'primevue/config';
|
||||||
import Aura from '@primevue/themes/aura';
|
import Aura from '@primeuix/themes/aura';
|
||||||
|
|
||||||
const app = createApp(App);
|
const app = createApp(App);
|
||||||
app.use(PrimeVue, {
|
app.use(PrimeVue, {
|
||||||
|
|
|
@ -15,15 +15,15 @@ export default {
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
basic: `
|
||||||
# Using npm
|
# Using npm
|
||||||
npm install primevue @primevue/themes
|
npm install primevue @primeuix/themes
|
||||||
npm install --save-dev @primevue/nuxt-module
|
npm install --save-dev @primevue/nuxt-module
|
||||||
|
|
||||||
# Using yarn
|
# Using yarn
|
||||||
yarn add primevue @primevue/themes
|
yarn add primevue @primeuix/themes
|
||||||
yarn add --dev @primevue/nuxt-module
|
yarn add --dev @primevue/nuxt-module
|
||||||
|
|
||||||
# Using pnpm
|
# Using pnpm
|
||||||
pnpm add primevue @primevue/themes
|
pnpm add primevue @primeuix/themes
|
||||||
pnpm add -D @primevue/nuxt-module
|
pnpm add -D @primevue/nuxt-module
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<DocSectionText v-bind="$attrs">
|
<DocSectionText v-bind="$attrs">
|
||||||
<p>Styled mode provides pre-skinned components, default theme is Aura with emerald as the primary color. See the <NuxtLink to="/theming/styled">styled mode</NuxtLink> documentation for details.</p>
|
<p>Styled mode provides pre-skinned components, default theme is Aura with emerald as the primary color. See the <NuxtLink to="/theming/styled">styled mode</NuxtLink> documentation for details.</p>
|
||||||
<p>Install the <i>@primevue/themes</i> add-on package as the themes are not included in PrimeVue by default.</p>
|
<p>Install the <i>@primeuix/themes</i> add-on package as the themes are not included in PrimeVue by default.</p>
|
||||||
<DocSectionCode :code="code1" hideToggleCode hideStackBlitz />
|
<DocSectionCode :code="code1" hideToggleCode hideStackBlitz />
|
||||||
<p>Configure the module to use a theme like Aura.</p>
|
<p>Configure the module to use a theme like Aura.</p>
|
||||||
<DocSectionCode :code="code2" importCode hideToggleCode hideStackBlitz />
|
<DocSectionCode :code="code2" importCode hideToggleCode hideStackBlitz />
|
||||||
|
@ -15,18 +15,18 @@ export default {
|
||||||
code1: {
|
code1: {
|
||||||
basic: `
|
basic: `
|
||||||
# Using npm
|
# Using npm
|
||||||
npm install @primevue/themes
|
npm install @primeuix/themes
|
||||||
|
|
||||||
# Using yarn
|
# Using yarn
|
||||||
yarn add @primevue/themes
|
yarn add @primeuix/themes
|
||||||
|
|
||||||
# Using pnpm
|
# Using pnpm
|
||||||
pnpm add @primevue/themes
|
pnpm add @primeuix/themes
|
||||||
`
|
`
|
||||||
},
|
},
|
||||||
code2: {
|
code2: {
|
||||||
basic: `
|
basic: `
|
||||||
import Aura from '@primevue/themes/aura';
|
import Aura from '@primeuix/themes/aura';
|
||||||
|
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
modules: [
|
modules: [
|
||||||
|
|
|
@ -11,7 +11,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
basic: `
|
||||||
import Aura from '@primevue/themes/aura';
|
import Aura from '@primeuix/themes/aura';
|
||||||
|
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
modules: [
|
modules: [
|
||||||
|
|
|
@ -20,8 +20,8 @@ primevue: {
|
||||||
},
|
},
|
||||||
code2: {
|
code2: {
|
||||||
basic: `
|
basic: `
|
||||||
import { definePreset } from '@primevue/themes';
|
import { definePreset } from '@primeuix/themes';
|
||||||
import Aura from '@primevue/themes/aura';
|
import Aura from '@primeuix/themes/aura';
|
||||||
|
|
||||||
const MyPreset = definePreset(Aura, {
|
const MyPreset = definePreset(Aura, {
|
||||||
semantic: {
|
semantic: {
|
||||||
|
|
|
@ -11,7 +11,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
basic: `
|
||||||
import Aura from '@primevue/themes/aura';
|
import Aura from '@primeuix/themes/aura';
|
||||||
|
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
modules: [
|
modules: [
|
||||||
|
|
|
@ -24,7 +24,7 @@ export default {
|
||||||
code2: {
|
code2: {
|
||||||
basic: `
|
basic: `
|
||||||
import PrimeVue from 'primevue/config';
|
import PrimeVue from 'primevue/config';
|
||||||
import Aura from '@primevue/themes/aura';
|
import Aura from '@primeuix/themes/aura';
|
||||||
|
|
||||||
const app = createApp(App);
|
const app = createApp(App);
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ export default {
|
||||||
code1: {
|
code1: {
|
||||||
basic: `
|
basic: `
|
||||||
import PrimeVue from 'primevue/config';
|
import PrimeVue from 'primevue/config';
|
||||||
import Aura from '@primevue/themes/aura';
|
import Aura from '@primeuix/themes/aura';
|
||||||
|
|
||||||
const app = createApp(App);
|
const app = createApp(App);
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ export default {
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
basic: `
|
||||||
import PrimeVue from 'primevue/config';
|
import PrimeVue from 'primevue/config';
|
||||||
import Aura from '@primevue/themes/aura';
|
import Aura from '@primeuix/themes/aura';
|
||||||
|
|
||||||
const app = createApp(App);
|
const app = createApp(App);
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,8 @@ export default {
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
basic: `
|
||||||
import PrimeVue from 'primevue/config';
|
import PrimeVue from 'primevue/config';
|
||||||
import { definePreset } from '@primevue/themes';
|
import { definePreset } from '@primeuix/themes';
|
||||||
import Aura from '@primevue/themes/aura';
|
import Aura from '@primeuix/themes/aura';
|
||||||
|
|
||||||
const MyPreset = definePreset(Aura, {
|
const MyPreset = definePreset(Aura, {
|
||||||
//Your customizations, see the following sections for examples
|
//Your customizations, see the following sections for examples
|
||||||
|
|
|
@ -11,7 +11,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
basic: `
|
||||||
import { $dt } from '@primevue/themes';
|
import { $dt } from '@primeuix/themes';
|
||||||
|
|
||||||
const duration = $dt('transition.duration');
|
const duration = $dt('transition.duration');
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -11,7 +11,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
basic: `
|
||||||
import { palette } from '@primevue/themes';
|
import { palette } from '@primeuix/themes';
|
||||||
|
|
||||||
// custom color
|
// custom color
|
||||||
const values1 = palette('#10b981');
|
const values1 = palette('#10b981');
|
||||||
|
|
|
@ -11,7 +11,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
basic: `
|
||||||
import { updatePreset } from '@primevue/themes';
|
import { updatePreset } from '@primeuix/themes';
|
||||||
|
|
||||||
const changePrimaryColor() {
|
const changePrimaryColor() {
|
||||||
updatePreset({
|
updatePreset({
|
||||||
|
|
|
@ -11,7 +11,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
basic: `
|
||||||
import { updatePrimaryPalette } from '@primevue/themes';
|
import { updatePrimaryPalette } from '@primeuix/themes';
|
||||||
|
|
||||||
const changePrimaryColor() {
|
const changePrimaryColor() {
|
||||||
updatePrimaryPalette({
|
updatePrimaryPalette({
|
||||||
|
|
|
@ -11,7 +11,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
basic: `
|
||||||
import { updateSurfacePalette } from '@primevue/themes';
|
import { updateSurfacePalette } from '@primeuix/themes';
|
||||||
|
|
||||||
const changeSurfaces() {
|
const changeSurfaces() {
|
||||||
//changes surfaces both in light and dark mode
|
//changes surfaces both in light and dark mode
|
||||||
|
|
|
@ -11,7 +11,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
basic: `
|
||||||
import { usePreset } from '@primevue/themes';
|
import { usePreset } from '@primeuix/themes';
|
||||||
|
|
||||||
const onButtonClick() {
|
const onButtonClick() {
|
||||||
usePreset(MyPreset);
|
usePreset(MyPreset);
|
||||||
|
|
|
@ -12,13 +12,13 @@ export default {
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
basic: `
|
||||||
# Using npm
|
# Using npm
|
||||||
npm install primevue @primevue/themes
|
npm install primevue @primeuix/themes
|
||||||
|
|
||||||
# Using yarn
|
# Using yarn
|
||||||
yarn add primevue @primevue/themes
|
yarn add primevue @primeuix/themes
|
||||||
|
|
||||||
# Using pnpm
|
# Using pnpm
|
||||||
pnpm add primevue @primevue/themes
|
pnpm add primevue @primeuix/themes
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -13,7 +13,7 @@ export default {
|
||||||
basic: `
|
basic: `
|
||||||
import { createApp } from 'vue';
|
import { createApp } from 'vue';
|
||||||
import PrimeVue from 'primevue/config';
|
import PrimeVue from 'primevue/config';
|
||||||
import Aura from '@primevue/themes/aura';
|
import Aura from '@primeuix/themes/aura';
|
||||||
|
|
||||||
const app = createApp(App);
|
const app = createApp(App);
|
||||||
app.use(PrimeVue, {
|
app.use(PrimeVue, {
|
||||||
|
|
|
@ -5,11 +5,6 @@ const baseUrl = '/';
|
||||||
const alias = {
|
const alias = {
|
||||||
primevue: path.resolve(__dirname, '../../packages/primevue/src'),
|
primevue: path.resolve(__dirname, '../../packages/primevue/src'),
|
||||||
'@primevue/core': path.resolve(__dirname, '../../packages/core/src'),
|
'@primevue/core': path.resolve(__dirname, '../../packages/core/src'),
|
||||||
'@primevue/themes/aura': path.resolve(__dirname, '../../packages/themes/src/presets/aura'),
|
|
||||||
'@primevue/themes/lara': path.resolve(__dirname, '../../packages/themes/src/presets/lara'),
|
|
||||||
'@primevue/themes/nora': path.resolve(__dirname, '../../packages/themes/src/presets/nora'),
|
|
||||||
'@primevue/themes/material': path.resolve(__dirname, '../../packages/themes/src/presets/material'),
|
|
||||||
'@primevue/themes': path.resolve(__dirname, '../../packages/themes/src'),
|
|
||||||
'@primevue/icons': path.resolve(__dirname, '../../packages/icons/src')
|
'@primevue/icons': path.resolve(__dirname, '../../packages/icons/src')
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -31,6 +26,7 @@ export default defineNuxtConfig({
|
||||||
},
|
},
|
||||||
vite: {
|
vite: {
|
||||||
resolve: {
|
resolve: {
|
||||||
|
preserveSymlinks: true,
|
||||||
optimizeDeps: {
|
optimizeDeps: {
|
||||||
disabled: true
|
disabled: true
|
||||||
},
|
},
|
||||||
|
|
|
@ -55,7 +55,6 @@
|
||||||
"primevue": "workspace:*",
|
"primevue": "workspace:*",
|
||||||
"@primevue/core": "workspace:*",
|
"@primevue/core": "workspace:*",
|
||||||
"@primevue/nuxt-module": "workspace:*",
|
"@primevue/nuxt-module": "workspace:*",
|
||||||
"@primevue/themes": "workspace:*",
|
|
||||||
"@primevue/forms": "workspace:*",
|
"@primevue/forms": "workspace:*",
|
||||||
"@primeuix/themes": "catalog:",
|
"@primeuix/themes": "catalog:",
|
||||||
"yup": "1.4.0",
|
"yup": "1.4.0",
|
||||||
|
|
|
@ -87,9 +87,9 @@
|
||||||
"nitropack": "^2.6.3",
|
"nitropack": "^2.6.3",
|
||||||
"nuxt": "3.3.2",
|
"nuxt": "3.3.2",
|
||||||
"vitest": "^1.6.0",
|
"vitest": "^1.6.0",
|
||||||
"@primevue/themes": "workspace:*"
|
"@primeuix/themes": "catalog:"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.11.0"
|
"node": ">=12.11.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import Aura from '@primevue/themes/aura';
|
import Aura from '@primeuix/themes/aura';
|
||||||
|
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
modules: ['../src/module'],
|
modules: ['../src/module'],
|
||||||
|
|
|
@ -60,6 +60,7 @@ export default defineNuxtModule<ModuleOptions>({
|
||||||
//nuxt.options.build.transpile.push('nuxt');
|
//nuxt.options.build.transpile.push('nuxt');
|
||||||
nuxt.options.build.transpile.push('primevue');
|
nuxt.options.build.transpile.push('primevue');
|
||||||
hasTheme && nuxt.options.build.transpile.push('@primevue/themes');
|
hasTheme && nuxt.options.build.transpile.push('@primevue/themes');
|
||||||
|
hasTheme && nuxt.options.build.transpile.push('@primeuix/themes');
|
||||||
|
|
||||||
let registeredStyles: MetaType[] = registered.styles;
|
let registeredStyles: MetaType[] = registered.styles;
|
||||||
|
|
||||||
|
|
|
@ -93,9 +93,6 @@ importers:
|
||||||
'@primevue/nuxt-module':
|
'@primevue/nuxt-module':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../../packages/nuxt-module
|
version: link:../../packages/nuxt-module
|
||||||
'@primevue/themes':
|
|
||||||
specifier: workspace:*
|
|
||||||
version: link:../../packages/themes
|
|
||||||
'@stackblitz/sdk':
|
'@stackblitz/sdk':
|
||||||
specifier: ^1.8.2
|
specifier: ^1.8.2
|
||||||
version: 1.11.0
|
version: 1.11.0
|
||||||
|
@ -110,7 +107,7 @@ importers:
|
||||||
version: 19.0.0
|
version: 19.0.0
|
||||||
nuxt:
|
nuxt:
|
||||||
specifier: 3.3.2
|
specifier: 3.3.2
|
||||||
version: 3.3.2(@types/node@18.19.74)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.45.0)(terser@5.37.0)(typescript@4.9.5)
|
version: 3.3.2(@types/node@18.19.74)(db0@0.2.3)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.45.0)(terser@5.37.0)(typescript@4.9.5)
|
||||||
postcss:
|
postcss:
|
||||||
specifier: ^8.4.31
|
specifier: ^8.4.31
|
||||||
version: 8.5.1
|
version: 8.5.1
|
||||||
|
@ -240,7 +237,7 @@ importers:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@nuxt/devtools':
|
'@nuxt/devtools':
|
||||||
specifier: ^0.8.5
|
specifier: ^0.8.5
|
||||||
version: 0.8.5(nuxt@3.3.2(@types/node@18.19.74)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.32.0)(terser@5.37.0)(typescript@5.7.3))(rollup@4.32.0)
|
version: 0.8.5(nuxt@3.3.2(@types/node@18.19.74)(db0@0.2.3)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.32.0)(terser@5.37.0)(typescript@5.7.3))(rollup@4.32.0)
|
||||||
'@nuxt/eslint-config':
|
'@nuxt/eslint-config':
|
||||||
specifier: ^0.2.0
|
specifier: ^0.2.0
|
||||||
version: 0.2.0(eslint@8.57.1)
|
version: 0.2.0(eslint@8.57.1)
|
||||||
|
@ -253,9 +250,9 @@ importers:
|
||||||
'@nuxt/test-utils':
|
'@nuxt/test-utils':
|
||||||
specifier: ^3.7.3
|
specifier: ^3.7.3
|
||||||
version: 3.15.4(@types/node@18.19.74)(@vue/test-utils@2.4.6)(jiti@2.4.2)(magicast@0.3.5)(rollup@4.32.0)(terser@5.37.0)(typescript@5.7.3)(vitest@1.6.0(@types/node@18.19.74)(terser@5.37.0))(yaml@2.7.0)
|
version: 3.15.4(@types/node@18.19.74)(@vue/test-utils@2.4.6)(jiti@2.4.2)(magicast@0.3.5)(rollup@4.32.0)(terser@5.37.0)(typescript@5.7.3)(vitest@1.6.0(@types/node@18.19.74)(terser@5.37.0))(yaml@2.7.0)
|
||||||
'@primevue/themes':
|
'@primeuix/themes':
|
||||||
specifier: workspace:*
|
specifier: 'catalog:'
|
||||||
version: link:../themes
|
version: 0.1.0-beta.3
|
||||||
'@types/node':
|
'@types/node':
|
||||||
specifier: ^18.17.17
|
specifier: ^18.17.17
|
||||||
version: 18.19.74
|
version: 18.19.74
|
||||||
|
@ -267,7 +264,7 @@ importers:
|
||||||
version: 2.10.4(encoding@0.1.13)(typescript@5.7.3)
|
version: 2.10.4(encoding@0.1.13)(typescript@5.7.3)
|
||||||
nuxt:
|
nuxt:
|
||||||
specifier: 3.3.2
|
specifier: 3.3.2
|
||||||
version: 3.3.2(@types/node@18.19.74)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.32.0)(terser@5.37.0)(typescript@5.7.3)
|
version: 3.3.2(@types/node@18.19.74)(db0@0.2.3)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.32.0)(terser@5.37.0)(typescript@5.7.3)
|
||||||
vitest:
|
vitest:
|
||||||
specifier: ^1.6.0
|
specifier: ^1.6.0
|
||||||
version: 1.6.0(@types/node@18.19.74)(terser@5.37.0)
|
version: 1.6.0(@types/node@18.19.74)(terser@5.37.0)
|
||||||
|
@ -3194,14 +3191,15 @@ packages:
|
||||||
resolution: {integrity: sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==}
|
resolution: {integrity: sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
|
|
||||||
db0@0.2.1:
|
db0@0.2.3:
|
||||||
resolution: {integrity: sha512-BWSFmLaCkfyqbSEZBQINMVNjCVfrogi7GQ2RSy1tmtfK9OXlsup6lUMwLsqSD7FbAjD04eWFdXowSHHUp6SE/Q==}
|
resolution: {integrity: sha512-PunuHESDNefmwVy1LDpY663uWwKt2ogLGoB6NOz2sflGREWqDreMwDgF8gfkXxgNXW+dqviyiJGm924H1BaGiw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@electric-sql/pglite': '*'
|
'@electric-sql/pglite': '*'
|
||||||
'@libsql/client': '*'
|
'@libsql/client': '*'
|
||||||
better-sqlite3: '*'
|
better-sqlite3: '*'
|
||||||
drizzle-orm: '*'
|
drizzle-orm: '*'
|
||||||
mysql2: '*'
|
mysql2: '*'
|
||||||
|
sqlite3: '*'
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
'@electric-sql/pglite':
|
'@electric-sql/pglite':
|
||||||
optional: true
|
optional: true
|
||||||
|
@ -3213,6 +3211,8 @@ packages:
|
||||||
optional: true
|
optional: true
|
||||||
mysql2:
|
mysql2:
|
||||||
optional: true
|
optional: true
|
||||||
|
sqlite3:
|
||||||
|
optional: true
|
||||||
|
|
||||||
debug@2.6.9:
|
debug@2.6.9:
|
||||||
resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
|
resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
|
||||||
|
@ -3747,8 +3747,8 @@ packages:
|
||||||
resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==}
|
resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==}
|
||||||
engines: {node: '>=16'}
|
engines: {node: '>=16'}
|
||||||
|
|
||||||
giget@1.2.3:
|
giget@1.2.4:
|
||||||
resolution: {integrity: sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==}
|
resolution: {integrity: sha512-Wv+daGyispVoA31TrWAVR+aAdP7roubTPEM/8JzRnqXhLbdJH0T9eQyXVFF8fjk3WKTsctII6QcyxILYgNp2DA==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
git-config-path@2.0.0:
|
git-config-path@2.0.0:
|
||||||
|
@ -3882,8 +3882,8 @@ packages:
|
||||||
resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
|
resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
|
||||||
engines: {node: '>= 14'}
|
engines: {node: '>= 14'}
|
||||||
|
|
||||||
httpxy@0.1.6:
|
httpxy@0.1.7:
|
||||||
resolution: {integrity: sha512-GxJLI6oJZ3NbJl/vDlPmTCtP4WHwboNhGLHOcgf/3ia1QC5sdLglWbRHZwQjzjPuiCyw7MWwpwbsUfRDQlOdeg==}
|
resolution: {integrity: sha512-pXNx8gnANKAndgga5ahefxc++tJvNL87CXoRwxn1cJE2ZkWEojF3tNfQIEhZX/vfpt+wzeAzpUI4qkediX1MLQ==}
|
||||||
|
|
||||||
human-signals@2.1.0:
|
human-signals@2.1.0:
|
||||||
resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
|
resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
|
||||||
|
@ -4707,6 +4707,11 @@ packages:
|
||||||
engines: {node: ^14.16.0 || >=16.10.0}
|
engines: {node: ^14.16.0 || >=16.10.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
|
nypm@0.5.1:
|
||||||
|
resolution: {integrity: sha512-irxlzb8A2mxHHRvVHkCpuVLEg7VLeONGf0JAMruajlvpL7OHULVd6ii3Yg5qS0o8cEZdPDGZOC1XPx242nNeUA==}
|
||||||
|
engines: {node: ^14.16.0 || >=16.10.0}
|
||||||
|
hasBin: true
|
||||||
|
|
||||||
object-assign@4.1.1:
|
object-assign@4.1.1:
|
||||||
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
|
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
|
@ -8265,12 +8270,12 @@ snapshots:
|
||||||
|
|
||||||
'@nuxt/devalue@2.0.2': {}
|
'@nuxt/devalue@2.0.2': {}
|
||||||
|
|
||||||
'@nuxt/devtools-kit@0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.74)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.32.0)(terser@5.37.0)(typescript@5.7.3))(rollup@4.32.0)':
|
'@nuxt/devtools-kit@0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.74)(db0@0.2.3)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.32.0)(terser@5.37.0)(typescript@5.7.3))(rollup@4.32.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/kit': 3.15.3(magicast@0.3.5)(rollup@4.32.0)
|
'@nuxt/kit': 3.15.3(magicast@0.3.5)(rollup@4.32.0)
|
||||||
'@nuxt/schema': 3.15.3
|
'@nuxt/schema': 3.15.3
|
||||||
execa: 7.2.0
|
execa: 7.2.0
|
||||||
nuxt: 3.3.2(@types/node@18.19.74)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.32.0)(terser@5.37.0)(typescript@5.7.3)
|
nuxt: 3.3.2(@types/node@18.19.74)(db0@0.2.3)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.32.0)(terser@5.37.0)(typescript@5.7.3)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- magicast
|
- magicast
|
||||||
- rollup
|
- rollup
|
||||||
|
@ -8289,10 +8294,10 @@ snapshots:
|
||||||
rc9: 2.1.2
|
rc9: 2.1.2
|
||||||
semver: 7.6.3
|
semver: 7.6.3
|
||||||
|
|
||||||
'@nuxt/devtools@0.8.5(nuxt@3.3.2(@types/node@18.19.74)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.32.0)(terser@5.37.0)(typescript@5.7.3))(rollup@4.32.0)':
|
'@nuxt/devtools@0.8.5(nuxt@3.3.2(@types/node@18.19.74)(db0@0.2.3)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.32.0)(terser@5.37.0)(typescript@5.7.3))(rollup@4.32.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/utils': 0.7.10
|
'@antfu/utils': 0.7.10
|
||||||
'@nuxt/devtools-kit': 0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.74)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.32.0)(terser@5.37.0)(typescript@5.7.3))(rollup@4.32.0)
|
'@nuxt/devtools-kit': 0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.74)(db0@0.2.3)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.32.0)(terser@5.37.0)(typescript@5.7.3))(rollup@4.32.0)
|
||||||
'@nuxt/devtools-wizard': 0.8.5
|
'@nuxt/devtools-wizard': 0.8.5
|
||||||
'@nuxt/kit': 3.15.3(magicast@0.3.5)(rollup@4.32.0)
|
'@nuxt/kit': 3.15.3(magicast@0.3.5)(rollup@4.32.0)
|
||||||
birpc: 0.2.19
|
birpc: 0.2.19
|
||||||
|
@ -8310,7 +8315,7 @@ snapshots:
|
||||||
launch-editor: 2.9.1
|
launch-editor: 2.9.1
|
||||||
local-pkg: 0.4.3
|
local-pkg: 0.4.3
|
||||||
magicast: 0.3.5
|
magicast: 0.3.5
|
||||||
nuxt: 3.3.2(@types/node@18.19.74)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.32.0)(terser@5.37.0)(typescript@5.7.3)
|
nuxt: 3.3.2(@types/node@18.19.74)(db0@0.2.3)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.32.0)(terser@5.37.0)(typescript@5.7.3)
|
||||||
nypm: 0.3.12
|
nypm: 0.3.12
|
||||||
ofetch: 1.4.1
|
ofetch: 1.4.1
|
||||||
ohash: 1.1.4
|
ohash: 1.1.4
|
||||||
|
@ -9893,7 +9898,7 @@ snapshots:
|
||||||
confbox: 0.1.8
|
confbox: 0.1.8
|
||||||
defu: 6.1.4
|
defu: 6.1.4
|
||||||
dotenv: 16.4.7
|
dotenv: 16.4.7
|
||||||
giget: 1.2.3
|
giget: 1.2.4
|
||||||
jiti: 1.21.7
|
jiti: 1.21.7
|
||||||
mlly: 1.7.4
|
mlly: 1.7.4
|
||||||
ohash: 1.1.4
|
ohash: 1.1.4
|
||||||
|
@ -9910,7 +9915,7 @@ snapshots:
|
||||||
confbox: 0.1.8
|
confbox: 0.1.8
|
||||||
defu: 6.1.4
|
defu: 6.1.4
|
||||||
dotenv: 16.4.7
|
dotenv: 16.4.7
|
||||||
giget: 1.2.3
|
giget: 1.2.4
|
||||||
jiti: 2.4.2
|
jiti: 2.4.2
|
||||||
mlly: 1.7.4
|
mlly: 1.7.4
|
||||||
ohash: 1.1.4
|
ohash: 1.1.4
|
||||||
|
@ -10313,7 +10318,7 @@ snapshots:
|
||||||
whatwg-mimetype: 3.0.0
|
whatwg-mimetype: 3.0.0
|
||||||
whatwg-url: 11.0.0
|
whatwg-url: 11.0.0
|
||||||
|
|
||||||
db0@0.2.1: {}
|
db0@0.2.3: {}
|
||||||
|
|
||||||
debug@2.6.9:
|
debug@2.6.9:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -10947,15 +10952,15 @@ snapshots:
|
||||||
|
|
||||||
get-stream@8.0.1: {}
|
get-stream@8.0.1: {}
|
||||||
|
|
||||||
giget@1.2.3:
|
giget@1.2.4:
|
||||||
dependencies:
|
dependencies:
|
||||||
citty: 0.1.6
|
citty: 0.1.6
|
||||||
consola: 3.4.0
|
consola: 3.4.0
|
||||||
defu: 6.1.4
|
defu: 6.1.4
|
||||||
node-fetch-native: 1.6.6
|
node-fetch-native: 1.6.6
|
||||||
nypm: 0.3.12
|
nypm: 0.5.1
|
||||||
ohash: 1.1.4
|
ohash: 1.1.4
|
||||||
pathe: 1.1.2
|
pathe: 2.0.2
|
||||||
tar: 6.2.1
|
tar: 6.2.1
|
||||||
|
|
||||||
git-config-path@2.0.0: {}
|
git-config-path@2.0.0: {}
|
||||||
|
@ -11133,7 +11138,7 @@ snapshots:
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
httpxy@0.1.6: {}
|
httpxy@0.1.7: {}
|
||||||
|
|
||||||
human-signals@2.1.0: {}
|
human-signals@2.1.0: {}
|
||||||
|
|
||||||
|
@ -11786,7 +11791,7 @@ snapshots:
|
||||||
cookie-es: 1.2.2
|
cookie-es: 1.2.2
|
||||||
croner: 9.0.0
|
croner: 9.0.0
|
||||||
crossws: 0.3.3
|
crossws: 0.3.3
|
||||||
db0: 0.2.1
|
db0: 0.2.3
|
||||||
defu: 6.1.4
|
defu: 6.1.4
|
||||||
destr: 2.0.3
|
destr: 2.0.3
|
||||||
dot-prop: 9.0.0
|
dot-prop: 9.0.0
|
||||||
|
@ -11798,7 +11803,7 @@ snapshots:
|
||||||
gzip-size: 7.0.0
|
gzip-size: 7.0.0
|
||||||
h3: 1.14.0
|
h3: 1.14.0
|
||||||
hookable: 5.5.3
|
hookable: 5.5.3
|
||||||
httpxy: 0.1.6
|
httpxy: 0.1.7
|
||||||
ioredis: 5.4.2
|
ioredis: 5.4.2
|
||||||
jiti: 2.4.2
|
jiti: 2.4.2
|
||||||
klona: 2.0.6
|
klona: 2.0.6
|
||||||
|
@ -11829,7 +11834,7 @@ snapshots:
|
||||||
unctx: 2.4.1
|
unctx: 2.4.1
|
||||||
unenv: 1.10.0
|
unenv: 1.10.0
|
||||||
unimport: 3.14.6(rollup@4.32.0)
|
unimport: 3.14.6(rollup@4.32.0)
|
||||||
unstorage: 1.14.4(db0@0.2.1)(ioredis@5.4.2)
|
unstorage: 1.14.4(db0@0.2.3)(ioredis@5.4.2)
|
||||||
untyped: 1.5.2
|
untyped: 1.5.2
|
||||||
unwasm: 0.3.9
|
unwasm: 0.3.9
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
@ -11855,11 +11860,12 @@ snapshots:
|
||||||
- idb-keyval
|
- idb-keyval
|
||||||
- mysql2
|
- mysql2
|
||||||
- rolldown
|
- rolldown
|
||||||
|
- sqlite3
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
- uploadthing
|
- uploadthing
|
||||||
|
|
||||||
nitropack@2.3.3(db0@0.2.1)(encoding@0.1.13)(ioredis@5.4.2)(magicast@0.3.5):
|
nitropack@2.3.3(db0@0.2.3)(encoding@0.1.13)(ioredis@5.4.2)(magicast@0.3.5):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@cloudflare/kv-asset-handler': 0.3.4
|
'@cloudflare/kv-asset-handler': 0.3.4
|
||||||
'@netlify/functions': 1.6.0
|
'@netlify/functions': 1.6.0
|
||||||
|
@ -11918,7 +11924,7 @@ snapshots:
|
||||||
ufo: 1.5.4
|
ufo: 1.5.4
|
||||||
unenv: 1.10.0
|
unenv: 1.10.0
|
||||||
unimport: 3.14.6(rollup@3.29.5)
|
unimport: 3.14.6(rollup@3.29.5)
|
||||||
unstorage: 1.14.4(db0@0.2.1)(ioredis@5.4.2)
|
unstorage: 1.14.4(db0@0.2.3)(ioredis@5.4.2)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@azure/app-configuration'
|
- '@azure/app-configuration'
|
||||||
- '@azure/cosmos'
|
- '@azure/cosmos'
|
||||||
|
@ -12063,7 +12069,7 @@ snapshots:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
|
|
||||||
nuxt@3.3.2(@types/node@18.19.74)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.45.0)(terser@5.37.0)(typescript@4.9.5):
|
nuxt@3.3.2(@types/node@18.19.74)(db0@0.2.3)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@3.29.5)(sass@1.45.0)(terser@5.37.0)(typescript@4.9.5):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/devalue': 2.0.2
|
'@nuxt/devalue': 2.0.2
|
||||||
'@nuxt/kit': 3.3.2(magicast@0.3.5)(rollup@3.29.5)
|
'@nuxt/kit': 3.3.2(magicast@0.3.5)(rollup@3.29.5)
|
||||||
|
@ -12090,7 +12096,7 @@ snapshots:
|
||||||
knitwork: 1.2.0
|
knitwork: 1.2.0
|
||||||
magic-string: 0.30.17
|
magic-string: 0.30.17
|
||||||
mlly: 1.7.4
|
mlly: 1.7.4
|
||||||
nitropack: 2.3.3(db0@0.2.1)(encoding@0.1.13)(ioredis@5.4.2)(magicast@0.3.5)
|
nitropack: 2.3.3(db0@0.2.3)(encoding@0.1.13)(ioredis@5.4.2)(magicast@0.3.5)
|
||||||
nuxi: 3.3.2
|
nuxi: 3.3.2
|
||||||
ofetch: 1.4.1
|
ofetch: 1.4.1
|
||||||
ohash: 1.1.4
|
ohash: 1.1.4
|
||||||
|
@ -12149,7 +12155,7 @@ snapshots:
|
||||||
- vti
|
- vti
|
||||||
- vue-tsc
|
- vue-tsc
|
||||||
|
|
||||||
nuxt@3.3.2(@types/node@18.19.74)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.32.0)(terser@5.37.0)(typescript@5.7.3):
|
nuxt@3.3.2(@types/node@18.19.74)(db0@0.2.3)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.32.0)(terser@5.37.0)(typescript@5.7.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/devalue': 2.0.2
|
'@nuxt/devalue': 2.0.2
|
||||||
'@nuxt/kit': 3.3.2(magicast@0.3.5)(rollup@4.32.0)
|
'@nuxt/kit': 3.3.2(magicast@0.3.5)(rollup@4.32.0)
|
||||||
|
@ -12176,7 +12182,7 @@ snapshots:
|
||||||
knitwork: 1.2.0
|
knitwork: 1.2.0
|
||||||
magic-string: 0.30.17
|
magic-string: 0.30.17
|
||||||
mlly: 1.7.4
|
mlly: 1.7.4
|
||||||
nitropack: 2.3.3(db0@0.2.1)(encoding@0.1.13)(ioredis@5.4.2)(magicast@0.3.5)
|
nitropack: 2.3.3(db0@0.2.3)(encoding@0.1.13)(ioredis@5.4.2)(magicast@0.3.5)
|
||||||
nuxi: 3.3.2
|
nuxi: 3.3.2
|
||||||
ofetch: 1.4.1
|
ofetch: 1.4.1
|
||||||
ohash: 1.1.4
|
ohash: 1.1.4
|
||||||
|
@ -12246,6 +12252,15 @@ snapshots:
|
||||||
pkg-types: 1.3.1
|
pkg-types: 1.3.1
|
||||||
ufo: 1.5.4
|
ufo: 1.5.4
|
||||||
|
|
||||||
|
nypm@0.5.1:
|
||||||
|
dependencies:
|
||||||
|
citty: 0.1.6
|
||||||
|
consola: 3.4.0
|
||||||
|
pathe: 2.0.2
|
||||||
|
pkg-types: 1.3.1
|
||||||
|
tinyexec: 0.3.2
|
||||||
|
ufo: 1.5.4
|
||||||
|
|
||||||
object-assign@4.1.1: {}
|
object-assign@4.1.1: {}
|
||||||
|
|
||||||
object-hash@3.0.0: {}
|
object-hash@3.0.0: {}
|
||||||
|
@ -13923,7 +13938,7 @@ snapshots:
|
||||||
acorn: 8.14.0
|
acorn: 8.14.0
|
||||||
webpack-virtual-modules: 0.6.2
|
webpack-virtual-modules: 0.6.2
|
||||||
|
|
||||||
unstorage@1.14.4(db0@0.2.1)(ioredis@5.4.2):
|
unstorage@1.14.4(db0@0.2.3)(ioredis@5.4.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
anymatch: 3.1.3
|
anymatch: 3.1.3
|
||||||
chokidar: 3.6.0
|
chokidar: 3.6.0
|
||||||
|
@ -13934,7 +13949,7 @@ snapshots:
|
||||||
ofetch: 1.4.1
|
ofetch: 1.4.1
|
||||||
ufo: 1.5.4
|
ufo: 1.5.4
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
db0: 0.2.1
|
db0: 0.2.3
|
||||||
ioredis: 5.4.2
|
ioredis: 5.4.2
|
||||||
|
|
||||||
untildify@4.0.0: {}
|
untildify@4.0.0: {}
|
||||||
|
|
Loading…
Reference in New Issue