mirror of https://github.com/wg-easy/wg-easy
4 changed files with 1111 additions and 1151 deletions
@ -11,7 +11,7 @@ |
|||||
"format:check:docs": "prettier --check docs" |
"format:check:docs": "prettier --check docs" |
||||
}, |
}, |
||||
"devDependencies": { |
"devDependencies": { |
||||
"prettier": "^3.8.2" |
"prettier": "^3.8.3" |
||||
}, |
}, |
||||
"packageManager": "[email protected].0" |
"packageManager": "[email protected].2" |
||||
} |
} |
||||
|
|||||
@ -9,16 +9,16 @@ importers: |
|||||
.: |
.: |
||||
devDependencies: |
devDependencies: |
||||
prettier: |
prettier: |
||||
specifier: ^3.8.2 |
specifier: ^3.8.3 |
||||
version: 3.8.2 |
version: 3.8.3 |
||||
|
|
||||
packages: |
packages: |
||||
|
|
||||
[email protected].2: |
[email protected].3: |
||||
resolution: {integrity: sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==} |
resolution: {integrity: sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==} |
||||
engines: {node: '>=14'} |
engines: {node: '>=14'} |
||||
hasBin: true |
hasBin: true |
||||
|
|
||||
snapshots: |
snapshots: |
||||
|
|
||||
[email protected].2: {} |
[email protected].3: {} |
||||
|
|||||
@ -23,8 +23,8 @@ |
|||||
"dependencies": { |
"dependencies": { |
||||
"@eschricht/nuxt-color-mode": "^1.2.0", |
"@eschricht/nuxt-color-mode": "^1.2.0", |
||||
"@heroicons/vue": "^2.2.0", |
"@heroicons/vue": "^2.2.0", |
||||
"@libsql/client": "^0.17.2", |
"@libsql/client": "^0.17.3", |
||||
"@nuxtjs/i18n": "^10.2.4", |
"@nuxtjs/i18n": "^10.3.0", |
||||
"@nuxtjs/tailwindcss": "^6.14.0", |
"@nuxtjs/tailwindcss": "^6.14.0", |
||||
"@phc/format": "^1.0.0", |
"@phc/format": "^1.0.0", |
||||
"@pinia/nuxt": "^0.11.3", |
"@pinia/nuxt": "^0.11.3", |
||||
@ -33,18 +33,18 @@ |
|||||
"@vueuse/nuxt": "^14.2.1", |
"@vueuse/nuxt": "^14.2.1", |
||||
"apexcharts": "^5.10.6", |
"apexcharts": "^5.10.6", |
||||
"argon2": "^0.44.0", |
"argon2": "^0.44.0", |
||||
"cidr-tools": "^11.3.3", |
"cidr-tools": "^11.3.4", |
||||
"citty": "^0.2.2", |
"citty": "^0.2.2", |
||||
"consola": "^3.4.2", |
"consola": "^3.4.2", |
||||
"crc-32": "^1.2.2", |
"crc-32": "^1.2.2", |
||||
"debug": "^4.4.3", |
"debug": "^4.4.3", |
||||
"drizzle-orm": "^0.45.2", |
"drizzle-orm": "^0.45.2", |
||||
"ip-bigint": "^8.3.4", |
"ip-bigint": "^8.3.5", |
||||
"is-cidr": "^6.0.3", |
"is-cidr": "^6.0.4", |
||||
"is-ip": "^5.0.1", |
"is-ip": "^5.0.1", |
||||
"js-sha256": "^0.11.1", |
"js-sha256": "^0.11.1", |
||||
"nuxt": "^3.21.2", |
"nuxt": "^3.21.2", |
||||
"otpauth": "^9.5.0", |
"otpauth": "^9.5.1", |
||||
"pinia": "^3.0.4", |
"pinia": "^3.0.4", |
||||
"qr": "^0.5.5", |
"qr": "^0.5.5", |
||||
"radix-vue": "^1.9.17", |
"radix-vue": "^1.9.17", |
||||
@ -61,18 +61,18 @@ |
|||||
"@types/debug": "^4.1.13", |
"@types/debug": "^4.1.13", |
||||
"@types/phc__format": "^1.0.1", |
"@types/phc__format": "^1.0.1", |
||||
"@types/semver": "^7.7.1", |
"@types/semver": "^7.7.1", |
||||
"@vitest/coverage-v8": "^4.1.4", |
"@vitest/coverage-v8": "^4.1.5", |
||||
"@vitest/ui": "^4.1.4", |
"@vitest/ui": "^4.1.5", |
||||
"drizzle-kit": "^0.31.10", |
"drizzle-kit": "^0.31.10", |
||||
"esbuild": "^0.28.0", |
"esbuild": "^0.28.0", |
||||
"eslint": "^9.39.4", |
"eslint": "^9.39.4", |
||||
"eslint-config-prettier": "^10.1.8", |
"eslint-config-prettier": "^10.1.8", |
||||
"prettier": "^3.8.2", |
"prettier": "^3.8.3", |
||||
"prettier-plugin-tailwindcss": "^0.7.2", |
"prettier-plugin-tailwindcss": "^0.7.3", |
||||
"tsx": "^4.21.0", |
"tsx": "^4.21.0", |
||||
"typescript": "^6.0.2", |
"typescript": "^6.0.3", |
||||
"vitest": "^4.1.4", |
"vitest": "^4.1.5", |
||||
"vue-tsc": "^3.2.6" |
"vue-tsc": "^3.2.7" |
||||
}, |
}, |
||||
"packageManager": "[email protected].0" |
"packageManager": "[email protected].2" |
||||
} |
} |
||||
|
|||||
File diff suppressed because it is too large
Loading…
Reference in new issue