diff options
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json index 08eb348..9426998 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "format": "prettier --write ." }, "devDependencies": { - "@astrojs/check": "^0.5.3", + "@astrojs/check": "^0.5.4", "@astrojs/mdx": "^2.1.1", "@astrojs/sitemap": "^3.0.5", "@astrojs/tailwind": "^5.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2831e05..9290d7b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: devDependencies: '@astrojs/check': - specifier: ^0.5.3 - version: 0.5.3([email protected])([email protected]) + specifier: ^0.5.4 + version: 0.5.4([email protected])([email protected]) '@astrojs/mdx': specifier: ^2.1.1 version: 2.1.1([email protected]) @@ -89,13 +89,13 @@ packages: '@jridgewell/trace-mapping': 0.3.22 dev: true - resolution: {integrity: sha512-+1zmcYOq0x5YM0ixFk+he/Px16b8eGDl9teAfmeXOsU3ZB1EtRvvanoF7CUYdxuNKirDXuzJn1Zn3WsN9fvAaw==} + resolution: {integrity: sha512-BFClaLEuRzpfF9wrmh9KDS5gmRHGhkVN7qvm6tWPBvUxOADXiNz+hzrYFvZVqXTXhHjS0Ern1g3yHifgu0zsmw==} hasBin: true peerDependencies: typescript: ^5.0.0 dependencies: - '@astrojs/language-server': 2.7.3([email protected])([email protected]) + '@astrojs/language-server': 2.7.4([email protected])([email protected]) chokidar: 3.6.0 fast-glob: 3.3.2 kleur: 4.1.5 @@ -114,8 +114,8 @@ packages: resolution: {integrity: sha512-06DD2ZnItMwUnH81LBLco3tWjcZ1lGU9rLCCBaeUCGYe9cI0wKyY2W3kDyoW1I6GmcWgt1fu+D1CTvz+FIKf8A==} dev: true - resolution: {integrity: sha512-1atGw+HjWl7KIE85vwpFuxb9wu6phmrRjCzgkVuyLb6JPWg0A002wlbrLzkGyIV4OmwzSpPPT/esSO9cUs6BGA==} + resolution: {integrity: sha512-U317ZKx5VXg2Sy6iPgYOliOZ10Ji/eo8MGFCry2/yT+rYTfb81HbrSWUu9nsZzpFK66So5aprQutRWWM/m7mPQ==} hasBin: true peerDependencies: prettier: ^3.0.0 |
