diff --git a/package-lock.json b/package-lock.json index 7bba42b..96b7eb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@tanstack/react-query": "^5.100.9", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "@varlock/astro-integration": "^0.2.7", + "@varlock/astro-integration": "^1.0.2", "astro": "^6.3.1", "astro-expressive-code": "^0.42.0", "class-variance-authority": "^0.7.1", @@ -2104,22 +2104,6 @@ } } }, - "node_modules/@expressive-code/core": { - "version": "0.41.7", - "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.41.7.tgz", - "integrity": "sha512-ck92uZYZ9Wba2zxkiZLsZGi9N54pMSAVdrI9uW3Oo9AtLglD5RmrdTwbYPCT2S/jC36JGB2i+pnQtBm/Ib2+dg==", - "dependencies": { - "@ctrl/tinycolor": "^4.0.4", - "hast-util-select": "^6.0.2", - "hast-util-to-html": "^9.0.1", - "hast-util-to-text": "^4.0.1", - "hastscript": "^9.0.0", - "postcss": "^8.4.38", - "postcss-nested": "^6.0.1", - "unist-util-visit": "^5.0.0", - "unist-util-visit-parents": "^6.0.1" - } - }, "node_modules/@expressive-code/plugin-frames": { "version": "0.42.0", "resolved": "https://registry.npmjs.org/@expressive-code/plugin-frames/-/plugin-frames-0.42.0.tgz", @@ -7361,16 +7345,16 @@ "license": "ISC" }, "node_modules/@varlock/astro-integration": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/@varlock/astro-integration/-/astro-integration-0.2.7.tgz", - "integrity": "sha512-/xNpOLn/0/B0aNC3sYEIQdaUC69Hofu6rXSfo9OBABn+x5oyPdF9260nXPpFM9hBKMQGlnQr9S+2o4K95ZsOJA==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@varlock/astro-integration/-/astro-integration-1.0.2.tgz", + "integrity": "sha512-q4+hnrDfNwm8g6grNMVpsTbX0j9RGxgopIxY9ICTfDql5VN7ci43DG0rq+2SQOyfIGO3wnsHQMz/c+AKDPhMeg==", "license": "MIT", "engines": { "node": ">=22" }, "peerDependencies": { "astro": ">=4", - "varlock": "^0.7.1" + "varlock": "^1.1.0" } }, "node_modules/@vercel/nft": { @@ -22081,22 +22065,6 @@ "dev": true, "requires": {} }, - "@expressive-code/core": { - "version": "0.41.7", - "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.41.7.tgz", - "integrity": "sha512-ck92uZYZ9Wba2zxkiZLsZGi9N54pMSAVdrI9uW3Oo9AtLglD5RmrdTwbYPCT2S/jC36JGB2i+pnQtBm/Ib2+dg==", - "requires": { - "@ctrl/tinycolor": "^4.0.4", - "hast-util-select": "^6.0.2", - "hast-util-to-html": "^9.0.1", - "hast-util-to-text": "^4.0.1", - "hastscript": "^9.0.0", - "postcss": "^8.4.38", - "postcss-nested": "^6.0.1", - "unist-util-visit": "^5.0.0", - "unist-util-visit-parents": "^6.0.1" - } - }, "@expressive-code/plugin-frames": { "version": "0.42.0", "resolved": "https://registry.npmjs.org/@expressive-code/plugin-frames/-/plugin-frames-0.42.0.tgz", @@ -24999,9 +24967,9 @@ "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==" }, "@varlock/astro-integration": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/@varlock/astro-integration/-/astro-integration-0.2.7.tgz", - "integrity": "sha512-/xNpOLn/0/B0aNC3sYEIQdaUC69Hofu6rXSfo9OBABn+x5oyPdF9260nXPpFM9hBKMQGlnQr9S+2o4K95ZsOJA==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@varlock/astro-integration/-/astro-integration-1.0.2.tgz", + "integrity": "sha512-q4+hnrDfNwm8g6grNMVpsTbX0j9RGxgopIxY9ICTfDql5VN7ci43DG0rq+2SQOyfIGO3wnsHQMz/c+AKDPhMeg==", "requires": {} }, "@vercel/nft": { diff --git a/package.json b/package.json index ac01145..f3be9f5 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@tanstack/react-query": "^5.100.9", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "@varlock/astro-integration": "^0.2.7", + "@varlock/astro-integration": "^1.0.2", "astro": "^6.3.1", "astro-expressive-code": "^0.42.0", "class-variance-authority": "^0.7.1",