mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
chore: prepare for v2.0.0-beta.34
This commit is contained in:
parent
45048315cd
commit
46ae1127a2
4 changed files with 7 additions and 9 deletions
2
app/components.d.ts
vendored
2
app/components.d.ts
vendored
|
@ -79,9 +79,7 @@ declare module 'vue' {
|
|||
NodeSelectorNodeSelector: typeof import('./src/components/NodeSelector/NodeSelector.vue')['default']
|
||||
NotificationNotification: typeof import('./src/components/Notification/Notification.vue')['default']
|
||||
OTPInputOTPInput: typeof import('./src/components/OTPInput/OTPInput.vue')['default']
|
||||
OTPOTPAuthorization: typeof import('./src/components/OTP/OTPAuthorization.vue')['default']
|
||||
PageHeaderPageHeader: typeof import('./src/components/PageHeader/PageHeader.vue')['default']
|
||||
PasskeyPasskeyRegistration: typeof import('./src/components/Passkey/PasskeyRegistration.vue')['default']
|
||||
ReactiveFromNowReactiveFromNow: typeof import('./src/components/ReactiveFromNow/ReactiveFromNow.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"reconnecting-websocket": "^4.4.0",
|
||||
"sortablejs": "^1.15.3",
|
||||
"universal-cookie": "^7.2.0",
|
||||
"vite-plugin-build-id": "^0.3.7",
|
||||
"vite-plugin-build-id": "0.3.6",
|
||||
"vue": "^3.5.6",
|
||||
"vue-router": "^4.4.5",
|
||||
"vue3-ace-editor": "2.2.4",
|
||||
|
|
10
app/pnpm-lock.yaml
generated
10
app/pnpm-lock.yaml
generated
|
@ -84,8 +84,8 @@ importers:
|
|||
specifier: ^7.2.0
|
||||
version: 7.2.0
|
||||
vite-plugin-build-id:
|
||||
specifier: ^0.3.7
|
||||
version: 0.3.7
|
||||
specifier: 0.3.6
|
||||
version: 0.3.6
|
||||
vue:
|
||||
specifier: ^3.5.6
|
||||
version: 3.5.6(typescript@5.3.3)
|
||||
|
@ -3005,8 +3005,8 @@ packages:
|
|||
validate-npm-package-license@3.0.4:
|
||||
resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==}
|
||||
|
||||
vite-plugin-build-id@0.3.7:
|
||||
resolution: {integrity: sha512-KtbMMYsqfV8fswg1HW29LcuOlw2FdbawtZA/lJvP4yyyV43WL0WypRUmvFnNIynPmk5uPF6AZgqZQ80sgpt5zQ==}
|
||||
vite-plugin-build-id@0.3.6:
|
||||
resolution: {integrity: sha512-EvMznYosbcnxdaLn03iKDakK9fQTiSSkW4yDJvh9W5HXMHrvOEJFk+jnpM+clreyP6A8zHCpAclqQV66aFpGsA==}
|
||||
|
||||
vite-svg-loader@5.1.0:
|
||||
resolution: {integrity: sha512-M/wqwtOEjgb956/+m5ZrYT/Iq6Hax0OakWbokj8+9PXOnB7b/4AxESHieEtnNEy7ZpjsjYW1/5nK8fATQMmRxw==}
|
||||
|
@ -6305,7 +6305,7 @@ snapshots:
|
|||
spdx-correct: 3.2.0
|
||||
spdx-expression-parse: 3.0.1
|
||||
|
||||
vite-plugin-build-id@0.3.7:
|
||||
vite-plugin-build-id@0.3.6:
|
||||
dependencies:
|
||||
'@types/node': 20.16.5
|
||||
isomorphic-git: 1.27.1
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"version":"2.0.0-beta.33","build_id":158,"total_build":362}
|
||||
{"version":"2.0.0-beta.34","build_id":159,"total_build":363}
|
Loading…
Add table
Add a link
Reference in a new issue