diff --git a/catalog/package.json b/catalog/package.json index add2deed61..3ef56ec233 100644 --- a/catalog/package.json +++ b/catalog/package.json @@ -23,7 +23,11 @@ }, "wireit": { "build:dev": { - "dependencies": ["build:dev:eleventy", "build:dev:ts", "build:type-check"] + "dependencies": [ + "build:dev:eleventy", + "build:dev:ts", + "build:type-check" + ] }, "build:dev:eleventy": { "command": "NODE_ENV=DEV eleventy", @@ -34,21 +38,42 @@ "eleventy.config.cjs", "stories" ], - "output": ["_dev"], - "dependencies": ["build:dev:ts", "build:copy-docs", "build:copy-stories"] + "output": [ + "_dev" + ], + "dependencies": [ + "build:dev:ts", + "build:copy-docs", + "build:copy-stories" + ] }, "build:dev:ts": { "command": "NODE_ENV=DEV node esbuild.config.mjs", - "files": ["src", "tsconfig.json", "esbuild.config.mjs"], - "output": ["lib"], - "dependencies": ["..:build"] + "files": [ + "src", + "tsconfig.json", + "esbuild.config.mjs" + ], + "output": [ + "lib" + ], + "dependencies": [ + "..:build" + ] }, "build:type-check": { "command": "tsc -p tsconfig.json --pretty --incremental", - "files": ["src", "tsconfig.json"], + "files": [ + "src", + "tsconfig.json" + ], "clean": "if-file-deleted", - "output": ["tsconfig.tsbuildinfo"], - "dependencies": ["..:build"] + "output": [ + "tsconfig.tsbuildinfo" + ], + "dependencies": [ + "..:build" + ] }, "build:prod": { "dependencies": [ @@ -66,14 +91,28 @@ "eleventy.config.cjs", "stories/" ], - "output": ["_prod/"], - "dependencies": ["build:prod:ts", "build:copy-docs", "build:copy-stories"] + "output": [ + "_prod/" + ], + "dependencies": [ + "build:prod:ts", + "build:copy-docs", + "build:copy-stories" + ] }, "build:prod:ts": { "command": "NODE_ENV=PROD node esbuild.config.mjs", - "files": ["src", "tsconfig.json", "esbuild.config.mjs"], - "output": ["build"], - "dependencies": ["..:build"] + "files": [ + "src", + "tsconfig.json", + "esbuild.config.mjs" + ], + "output": [ + "build" + ], + "dependencies": [ + "..:build" + ] }, "build:copy-docs": { "command": "node scripts/copy-docs.mjs", @@ -121,7 +160,10 @@ "!node_modules", "!../node_modules" ], - "output": ["stories/*/**/*", "!stories/components"] + "output": [ + "stories/*/**/*", + "!stories/components" + ] } }, "license": "Apache-2.0", @@ -155,7 +197,7 @@ "markdown-it-anchor": "^8.6.7", "slugify": "^1.6.6", "tiny-glob": "^0.2.9", - "typescript": "~5.1.6", + "typescript": "5.6.2", "wireit": "^0.13.0" } } diff --git a/package-lock.json b/package-lock.json index 5ab1c373c1..b58c1741b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "markdown-it-anchor": "^8.6.7", "slugify": "^1.6.6", "tiny-glob": "^0.2.9", - "typescript": "~5.1.6", + "typescript": "5.6.2", "wireit": "^0.13.0" }, "engines": { @@ -160,19 +160,6 @@ "node": ">=8" } }, - "catalog/node_modules/typescript": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", - "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", - "dev": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "node_modules/@11ty/dependency-tree": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/@11ty/dependency-tree/-/dependency-tree-2.0.1.tgz",