mirror of https://github.com/wg-easy/wg-easy
4 changed files with 756 additions and 771 deletions
@ -10,7 +10,7 @@ |
|||||
"format:check:docs": "prettier --check docs" |
"format:check:docs": "prettier --check docs" |
||||
}, |
}, |
||||
"devDependencies": { |
"devDependencies": { |
||||
"prettier": "^3.6.0" |
"prettier": "^3.6.2" |
||||
}, |
}, |
||||
"packageManager": "[email protected].1" |
"packageManager": "[email protected].4" |
||||
} |
} |
||||
|
|||||
@ -9,16 +9,16 @@ importers: |
|||||
.: |
.: |
||||
devDependencies: |
devDependencies: |
||||
prettier: |
prettier: |
||||
specifier: ^3.6.0 |
specifier: ^3.6.2 |
||||
version: 3.6.0 |
version: 3.6.2 |
||||
|
|
||||
packages: |
packages: |
||||
|
|
||||
[email protected].0: |
[email protected].2: |
||||
resolution: {integrity: sha512-ujSB9uXHJKzM/2GBuE0hBOUgC77CN3Bnpqa+g80bkv3T3A93wL/xlzDATHhnhkzifz/UE2SNOvmbTz5hSkDlHw==} |
resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==} |
||||
engines: {node: '>=14'} |
engines: {node: '>=14'} |
||||
hasBin: true |
hasBin: true |
||||
|
|
||||
snapshots: |
snapshots: |
||||
|
|
||||
[email protected].0: {} |
[email protected].2: {} |
||||
|
|||||
@ -23,7 +23,7 @@ |
|||||
"@eschricht/nuxt-color-mode": "^1.1.5", |
"@eschricht/nuxt-color-mode": "^1.1.5", |
||||
"@heroicons/vue": "^2.2.0", |
"@heroicons/vue": "^2.2.0", |
||||
"@libsql/client": "^0.15.9", |
"@libsql/client": "^0.15.9", |
||||
"@nuxtjs/i18n": "^9.5.5", |
"@nuxtjs/i18n": "^9.5.6", |
||||
"@nuxtjs/tailwindcss": "^6.14.0", |
"@nuxtjs/tailwindcss": "^6.14.0", |
||||
"@phc/format": "^1.0.0", |
"@phc/format": "^1.0.0", |
||||
"@pinia/nuxt": "^0.11.1", |
"@pinia/nuxt": "^0.11.1", |
||||
@ -57,15 +57,15 @@ |
|||||
"@types/debug": "^4.1.12", |
"@types/debug": "^4.1.12", |
||||
"@types/phc__format": "^1.0.1", |
"@types/phc__format": "^1.0.1", |
||||
"@types/semver": "^7.7.0", |
"@types/semver": "^7.7.0", |
||||
"drizzle-kit": "^0.31.1", |
"drizzle-kit": "^0.31.4", |
||||
"esbuild": "^0.25.5", |
"esbuild": "^0.25.5", |
||||
"eslint": "^9.29.0", |
"eslint": "^9.30.0", |
||||
"eslint-config-prettier": "^10.1.5", |
"eslint-config-prettier": "^10.1.5", |
||||
"prettier": "^3.6.0", |
"prettier": "^3.6.2", |
||||
"prettier-plugin-tailwindcss": "^0.6.13", |
"prettier-plugin-tailwindcss": "^0.6.13", |
||||
"tsx": "^4.20.3", |
"tsx": "^4.20.3", |
||||
"typescript": "^5.8.3", |
"typescript": "^5.8.3", |
||||
"vue-tsc": "^2.2.10" |
"vue-tsc": "^2.2.10" |
||||
}, |
}, |
||||
"packageManager": "[email protected].1" |
"packageManager": "[email protected].4" |
||||
} |
} |
||||
|
|||||
File diff suppressed because it is too large
Loading…
Reference in new issue