diff --git a/examples/cara/package.json b/examples/cara/package.json index b85c1d831..ab094d1e4 100755 --- a/examples/cara/package.json +++ b/examples/cara/package.json @@ -17,17 +17,17 @@ }, "dependencies": { "@lekoarts/gatsby-theme-cara": "^5.1.4", - "gatsby": "^5.13.6", + "gatsby": "^5.13.7", "gatsby-plugin-manifest": "^5.13.1", "gatsby-plugin-webpack-statoscope": "^1.0.3", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { - "@types/node": "^20.14.10", - "@types/react": "^18.3.3", - "@types/react-dom": "^18.3.0", + "@types/node": "^20.17.5", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", "cross-env": "^7.0.3", - "typescript": "^5.5.3" + "typescript": "^5.6.3" } } diff --git a/examples/emilia/package.json b/examples/emilia/package.json index 687e2804e..3c4f85770 100755 --- a/examples/emilia/package.json +++ b/examples/emilia/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@lekoarts/gatsby-theme-emilia": "^5.1.4", - "gatsby": "^5.13.6", + "gatsby": "^5.13.7", "gatsby-plugin-manifest": "^5.13.1", "gatsby-plugin-sitemap": "^6.13.1", "gatsby-plugin-webpack-statoscope": "^1.0.3", @@ -25,10 +25,10 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/node": "^20.14.10", - "@types/react": "^18.3.3", - "@types/react-dom": "^18.3.0", + "@types/node": "^20.17.5", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", "cross-env": "^7.0.3", - "typescript": "^5.5.3" + "typescript": "^5.6.3" } } diff --git a/examples/emma/package.json b/examples/emma/package.json index 30f7c397d..cf8d9eef2 100755 --- a/examples/emma/package.json +++ b/examples/emma/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@lekoarts/gatsby-theme-emma": "^5.1.4", - "gatsby": "^5.13.6", + "gatsby": "^5.13.7", "gatsby-plugin-manifest": "^5.13.1", "gatsby-plugin-sitemap": "^6.13.1", "gatsby-plugin-webpack-statoscope": "^1.0.3", @@ -25,10 +25,10 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/node": "^20.14.10", - "@types/react": "^18.3.3", - "@types/react-dom": "^18.3.0", + "@types/node": "^20.17.5", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", "cross-env": "^7.0.3", - "typescript": "^5.5.3" + "typescript": "^5.6.3" } } diff --git a/examples/graphql-playground/package.json b/examples/graphql-playground/package.json index 6865f5bbb..407d29b9c 100755 --- a/examples/graphql-playground/package.json +++ b/examples/graphql-playground/package.json @@ -17,16 +17,16 @@ }, "dependencies": { "@lekoarts/gatsby-theme-graphql-playground": "^5.1.5", - "gatsby": "^5.13.6", + "gatsby": "^5.13.7", "gatsby-plugin-webpack-statoscope": "^1.0.3", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { - "@types/node": "^20.14.10", - "@types/react": "^18.3.3", - "@types/react-dom": "^18.3.0", + "@types/node": "^20.17.5", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", "cross-env": "^7.0.3", - "typescript": "^5.5.3" + "typescript": "^5.6.3" } } diff --git a/examples/jodie/package.json b/examples/jodie/package.json index 730e012f8..2ca2d56e6 100755 --- a/examples/jodie/package.json +++ b/examples/jodie/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@lekoarts/gatsby-theme-jodie": "^5.1.4", - "gatsby": "^5.13.6", + "gatsby": "^5.13.7", "gatsby-plugin-manifest": "^5.13.1", "gatsby-plugin-sitemap": "^6.13.1", "gatsby-plugin-webpack-statoscope": "^1.0.3", @@ -25,10 +25,10 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/node": "^20.14.10", - "@types/react": "^18.3.3", - "@types/react-dom": "^18.3.0", + "@types/node": "^20.17.5", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", "cross-env": "^7.0.3", - "typescript": "^5.5.3" + "typescript": "^5.6.3" } } diff --git a/examples/minimal-blog/package.json b/examples/minimal-blog/package.json index 4425fa4a2..7e025781c 100755 --- a/examples/minimal-blog/package.json +++ b/examples/minimal-blog/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@lekoarts/gatsby-theme-minimal-blog": "^6.2.1", - "gatsby": "^5.13.6", + "gatsby": "^5.13.7", "gatsby-plugin-feed": "^5.13.1", "gatsby-plugin-manifest": "^5.13.1", "gatsby-plugin-sitemap": "^6.13.1", @@ -26,10 +26,10 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/node": "^20.14.10", - "@types/react": "^18.3.3", - "@types/react-dom": "^18.3.0", + "@types/node": "^20.17.5", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", "cross-env": "^7.0.3", - "typescript": "^5.5.3" + "typescript": "^5.6.3" } } diff --git a/examples/specimens/package.json b/examples/specimens/package.json index f129a1427..64cafbc48 100755 --- a/examples/specimens/package.json +++ b/examples/specimens/package.json @@ -24,14 +24,14 @@ "@mdx-js/react": "^2.3.0", "@theme-ui/mdx": "~0.15.3", "@theme-ui/preset-system": "0.15.3", - "gatsby": "^5.13.6", + "gatsby": "^5.13.7", "gatsby-plugin-catch-links": "^5.13.1", "gatsby-plugin-manifest": "^5.13.1", "gatsby-plugin-mdx": "^5.13.1", "gatsby-plugin-theme-ui": "~0.15.3", "gatsby-plugin-webpack-statoscope": "^1.0.3", "gatsby-source-filesystem": "^5.13.1", - "prism-react-renderer": "^2.3.1", + "prism-react-renderer": "^2.4.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-live": "^4.1.7", @@ -40,10 +40,10 @@ "theme-ui": "~0.15.3" }, "devDependencies": { - "@types/node": "^20.14.10", - "@types/react": "^18.3.3", - "@types/react-dom": "^18.3.0", + "@types/node": "^20.17.5", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", "cross-env": "^7.0.3", - "typescript": "^5.5.3" + "typescript": "^5.6.3" } } diff --git a/examples/status-dashboard/package.json b/examples/status-dashboard/package.json index c10a1a701..ebf7b3d96 100755 --- a/examples/status-dashboard/package.json +++ b/examples/status-dashboard/package.json @@ -18,7 +18,7 @@ "dependencies": { "@emotion/react": "^11.13.3", "@lekoarts/gatsby-theme-status-dashboard": "^5.1.2", - "gatsby": "^5.13.6", + "gatsby": "^5.13.7", "gatsby-plugin-emotion": "^8.13.1", "gatsby-plugin-manifest": "^5.13.1", "gatsby-plugin-webpack-statoscope": "^1.0.3", @@ -26,10 +26,10 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/node": "^20.14.10", - "@types/react": "^18.3.3", - "@types/react-dom": "^18.3.0", + "@types/node": "^20.17.5", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", "cross-env": "^7.0.3", - "typescript": "^5.5.3" + "typescript": "^5.6.3" } } diff --git a/examples/styleguide/package.json b/examples/styleguide/package.json index 1021dd31a..14249951b 100755 --- a/examples/styleguide/package.json +++ b/examples/styleguide/package.json @@ -20,7 +20,7 @@ "@lekoarts/gatsby-theme-styleguide": "^5.1.2", "@mdx-js/react": "^2.3.0", "@theme-ui/mdx": "~0.15.3", - "gatsby": "^5.13.6", + "gatsby": "^5.13.7", "gatsby-plugin-theme-ui": "~0.15.3", "gatsby-plugin-webpack-statoscope": "^1.0.3", "react": "^18.3.1", @@ -28,10 +28,10 @@ "theme-ui": "~0.15.3" }, "devDependencies": { - "@types/node": "^20.14.10", - "@types/react": "^18.3.3", - "@types/react-dom": "^18.3.0", + "@types/node": "^20.17.5", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", "cross-env": "^7.0.3", - "typescript": "^5.5.3" + "typescript": "^5.6.3" } } diff --git a/yarn.lock b/yarn.lock index e7872c04c..f5d670a96 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5477,12 +5477,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*, @types/node@npm:>=10.0.0, @types/node@npm:^20.0.0, @types/node@npm:^20.14.10, @types/node@npm:^20.16.2": - version: 20.16.2 - resolution: "@types/node@npm:20.16.2" +"@types/node@npm:*, @types/node@npm:>=10.0.0, @types/node@npm:^20.0.0, @types/node@npm:^20.16.2, @types/node@npm:^20.17.5": + version: 20.17.5 + resolution: "@types/node@npm:20.17.5" dependencies: undici-types: "npm:~6.19.2" - checksum: 10c0/74fac185dbd2c6b301cde75747c1cd6c9ca1ad7266147ea107a798837f40b8a05991177ebd7925fc7450d51334096259d186afad6e0d22864b7c97f8afef6ba7 + checksum: 10c0/6e6bf7f84365a2ee95a369c48cdb47a93aae2b5029d19660183ba944d7bdbc193e54167076d64a3a11ff28e307b84c90eda350edf8e2029195d1fc27ae6055f4 languageName: node linkType: hard @@ -5544,22 +5544,22 @@ __metadata: languageName: node linkType: hard -"@types/react-dom@npm:^18.0.0, @types/react-dom@npm:^18.3.0": - version: 18.3.0 - resolution: "@types/react-dom@npm:18.3.0" +"@types/react-dom@npm:^18.0.0, @types/react-dom@npm:^18.3.0, @types/react-dom@npm:^18.3.1": + version: 18.3.1 + resolution: "@types/react-dom@npm:18.3.1" dependencies: "@types/react": "npm:*" - checksum: 10c0/6c90d2ed72c5a0e440d2c75d99287e4b5df3e7b011838cdc03ae5cd518ab52164d86990e73246b9d812eaf02ec351d74e3b4f5bd325bf341e13bf980392fd53b + checksum: 10c0/8b416551c60bb6bd8ec10e198c957910cfb271bc3922463040b0d57cf4739cdcd24b13224f8d68f10318926e1ec3cd69af0af79f0291b599a992f8c80d47f1eb languageName: node linkType: hard -"@types/react@npm:*, @types/react@npm:>=16, @types/react@npm:^18.3.3, @types/react@npm:^18.3.5": - version: 18.3.5 - resolution: "@types/react@npm:18.3.5" +"@types/react@npm:*, @types/react@npm:>=16, @types/react@npm:^18.3.12, @types/react@npm:^18.3.5": + version: 18.3.12 + resolution: "@types/react@npm:18.3.12" dependencies: "@types/prop-types": "npm:*" csstype: "npm:^3.0.2" - checksum: 10c0/548b1d3d7c2f0242fbfdbbd658731b4ce69a134be072fa83e6ab516f2840402a3f20e3e7f72e95133b23d4880ef24a6d864050dc8e1f7c68f39fa87ca8445917 + checksum: 10c0/8bae8d9a41619804561574792e29112b413044eb0d53746dde2b9720c1f9a59f71c895bbd7987cd8ce9500b00786e53bc032dced38cddf42910458e145675290 languageName: node linkType: hard @@ -7538,16 +7538,16 @@ __metadata: resolution: "cara@workspace:examples/cara" dependencies: "@lekoarts/gatsby-theme-cara": "npm:^5.1.4" - "@types/node": "npm:^20.14.10" - "@types/react": "npm:^18.3.3" - "@types/react-dom": "npm:^18.3.0" + "@types/node": "npm:^20.17.5" + "@types/react": "npm:^18.3.12" + "@types/react-dom": "npm:^18.3.1" cross-env: "npm:^7.0.3" - gatsby: "npm:^5.13.6" + gatsby: "npm:^5.13.7" gatsby-plugin-manifest: "npm:^5.13.1" gatsby-plugin-webpack-statoscope: "npm:^1.0.3" react: "npm:^18.3.1" react-dom: "npm:^18.3.1" - typescript: "npm:^5.5.3" + typescript: "npm:^5.6.3" languageName: unknown linkType: soft @@ -9400,17 +9400,17 @@ __metadata: resolution: "emilia@workspace:examples/emilia" dependencies: "@lekoarts/gatsby-theme-emilia": "npm:^5.1.4" - "@types/node": "npm:^20.14.10" - "@types/react": "npm:^18.3.3" - "@types/react-dom": "npm:^18.3.0" + "@types/node": "npm:^20.17.5" + "@types/react": "npm:^18.3.12" + "@types/react-dom": "npm:^18.3.1" cross-env: "npm:^7.0.3" - gatsby: "npm:^5.13.6" + gatsby: "npm:^5.13.7" gatsby-plugin-manifest: "npm:^5.13.1" gatsby-plugin-sitemap: "npm:^6.13.1" gatsby-plugin-webpack-statoscope: "npm:^1.0.3" react: "npm:^18.3.1" react-dom: "npm:^18.3.1" - typescript: "npm:^5.5.3" + typescript: "npm:^5.6.3" languageName: unknown linkType: soft @@ -9419,17 +9419,17 @@ __metadata: resolution: "emma@workspace:examples/emma" dependencies: "@lekoarts/gatsby-theme-emma": "npm:^5.1.4" - "@types/node": "npm:^20.14.10" - "@types/react": "npm:^18.3.3" - "@types/react-dom": "npm:^18.3.0" + "@types/node": "npm:^20.17.5" + "@types/react": "npm:^18.3.12" + "@types/react-dom": "npm:^18.3.1" cross-env: "npm:^7.0.3" - gatsby: "npm:^5.13.6" + gatsby: "npm:^5.13.7" gatsby-plugin-manifest: "npm:^5.13.1" gatsby-plugin-sitemap: "npm:^6.13.1" gatsby-plugin-webpack-statoscope: "npm:^1.0.3" react: "npm:^18.3.1" react-dom: "npm:^18.3.1" - typescript: "npm:^5.5.3" + typescript: "npm:^5.6.3" languageName: unknown linkType: soft @@ -12014,9 +12014,9 @@ __metadata: languageName: node linkType: hard -"gatsby@npm:^5.13.6": - version: 5.13.6 - resolution: "gatsby@npm:5.13.6" +"gatsby@npm:^5.13.7": + version: 5.13.7 + resolution: "gatsby@npm:5.13.7" dependencies: "@babel/code-frame": "npm:^7.18.6" "@babel/core": "npm:^7.20.12" @@ -12194,7 +12194,7 @@ __metadata: optional: true bin: gatsby: ./cli.js - checksum: 10c0/3790121391201edf68285a120bd48625c4f878d03fcff76e9f3badca2902c093dbae56032bc0d0bc82427682c66274ade283eafc537946a6e783943f0d6272d9 + checksum: 10c0/8e5a206e2d2b035e68aaece92e76785a8034256cf778812c0b13f1d2fa6b96652fba225abe852fd6d3659174a5bdee091b5782e8fecbc8cd85df9a334838ba7e languageName: node linkType: hard @@ -12609,15 +12609,15 @@ __metadata: resolution: "graphql-playground@workspace:examples/graphql-playground" dependencies: "@lekoarts/gatsby-theme-graphql-playground": "npm:^5.1.5" - "@types/node": "npm:^20.14.10" - "@types/react": "npm:^18.3.3" - "@types/react-dom": "npm:^18.3.0" + "@types/node": "npm:^20.17.5" + "@types/react": "npm:^18.3.12" + "@types/react-dom": "npm:^18.3.1" cross-env: "npm:^7.0.3" - gatsby: "npm:^5.13.6" + gatsby: "npm:^5.13.7" gatsby-plugin-webpack-statoscope: "npm:^1.0.3" react: "npm:^18.3.1" react-dom: "npm:^18.3.1" - typescript: "npm:^5.5.3" + typescript: "npm:^5.6.3" languageName: unknown linkType: soft @@ -14257,17 +14257,17 @@ __metadata: resolution: "jodie@workspace:examples/jodie" dependencies: "@lekoarts/gatsby-theme-jodie": "npm:^5.1.4" - "@types/node": "npm:^20.14.10" - "@types/react": "npm:^18.3.3" - "@types/react-dom": "npm:^18.3.0" + "@types/node": "npm:^20.17.5" + "@types/react": "npm:^18.3.12" + "@types/react-dom": "npm:^18.3.1" cross-env: "npm:^7.0.3" - gatsby: "npm:^5.13.6" + gatsby: "npm:^5.13.7" gatsby-plugin-manifest: "npm:^5.13.1" gatsby-plugin-sitemap: "npm:^6.13.1" gatsby-plugin-webpack-statoscope: "npm:^1.0.3" react: "npm:^18.3.1" react-dom: "npm:^18.3.1" - typescript: "npm:^5.5.3" + typescript: "npm:^5.6.3" languageName: unknown linkType: soft @@ -16714,18 +16714,18 @@ __metadata: resolution: "minimal-blog@workspace:examples/minimal-blog" dependencies: "@lekoarts/gatsby-theme-minimal-blog": "npm:^6.2.1" - "@types/node": "npm:^20.14.10" - "@types/react": "npm:^18.3.3" - "@types/react-dom": "npm:^18.3.0" + "@types/node": "npm:^20.17.5" + "@types/react": "npm:^18.3.12" + "@types/react-dom": "npm:^18.3.1" cross-env: "npm:^7.0.3" - gatsby: "npm:^5.13.6" + gatsby: "npm:^5.13.7" gatsby-plugin-feed: "npm:^5.13.1" gatsby-plugin-manifest: "npm:^5.13.1" gatsby-plugin-sitemap: "npm:^6.13.1" gatsby-plugin-webpack-statoscope: "npm:^1.0.3" react: "npm:^18.3.1" react-dom: "npm:^18.3.1" - typescript: "npm:^5.5.3" + typescript: "npm:^5.6.3" languageName: unknown linkType: soft @@ -18836,15 +18836,15 @@ __metadata: languageName: node linkType: hard -"prism-react-renderer@npm:^2.0.6, prism-react-renderer@npm:^2.3.1": - version: 2.3.1 - resolution: "prism-react-renderer@npm:2.3.1" +"prism-react-renderer@npm:^2.0.6, prism-react-renderer@npm:^2.3.1, prism-react-renderer@npm:^2.4.0": + version: 2.4.0 + resolution: "prism-react-renderer@npm:2.4.0" dependencies: "@types/prismjs": "npm:^1.26.0" clsx: "npm:^2.0.0" peerDependencies: react: ">=16.0.0" - checksum: 10c0/566932127ca18049a651aa038a8f8c7c1ca15950d21b659c2ce71fd95bd03bef2b5d40c489e7aa3453eaf15d984deef542a609d7842e423e6a13427dd90bd371 + checksum: 10c0/3d6969b057da0efe39e3e637bf93601cd5757de5919180e8df16daf1d1b8eedc39b70c7f6f28724fba0a01bc857c6b78312ab027f4e913159d1165c5aba235bb languageName: node linkType: hard @@ -20743,25 +20743,25 @@ __metadata: "@mdx-js/react": "npm:^2.3.0" "@theme-ui/mdx": "npm:~0.15.3" "@theme-ui/preset-system": "npm:0.15.3" - "@types/node": "npm:^20.14.10" - "@types/react": "npm:^18.3.3" - "@types/react-dom": "npm:^18.3.0" + "@types/node": "npm:^20.17.5" + "@types/react": "npm:^18.3.12" + "@types/react-dom": "npm:^18.3.1" cross-env: "npm:^7.0.3" - gatsby: "npm:^5.13.6" + gatsby: "npm:^5.13.7" gatsby-plugin-catch-links: "npm:^5.13.1" gatsby-plugin-manifest: "npm:^5.13.1" gatsby-plugin-mdx: "npm:^5.13.1" gatsby-plugin-theme-ui: "npm:~0.15.3" gatsby-plugin-webpack-statoscope: "npm:^1.0.3" gatsby-source-filesystem: "npm:^5.13.1" - prism-react-renderer: "npm:^2.3.1" + prism-react-renderer: "npm:^2.4.0" react: "npm:^18.3.1" react-dom: "npm:^18.3.1" react-live: "npm:^4.1.7" remark-gfm: "npm:^3.0.1" remark-slug: "npm:^7.0.1" theme-ui: "npm:~0.15.3" - typescript: "npm:^5.5.3" + typescript: "npm:^5.6.3" languageName: unknown linkType: soft @@ -20881,17 +20881,17 @@ __metadata: dependencies: "@emotion/react": "npm:^11.13.3" "@lekoarts/gatsby-theme-status-dashboard": "npm:^5.1.2" - "@types/node": "npm:^20.14.10" - "@types/react": "npm:^18.3.3" - "@types/react-dom": "npm:^18.3.0" + "@types/node": "npm:^20.17.5" + "@types/react": "npm:^18.3.12" + "@types/react-dom": "npm:^18.3.1" cross-env: "npm:^7.0.3" - gatsby: "npm:^5.13.6" + gatsby: "npm:^5.13.7" gatsby-plugin-emotion: "npm:^8.13.1" gatsby-plugin-manifest: "npm:^5.13.1" gatsby-plugin-webpack-statoscope: "npm:^1.0.3" react: "npm:^18.3.1" react-dom: "npm:^18.3.1" - typescript: "npm:^5.5.3" + typescript: "npm:^5.6.3" languageName: unknown linkType: soft @@ -21314,17 +21314,17 @@ __metadata: "@lekoarts/gatsby-theme-styleguide": "npm:^5.1.2" "@mdx-js/react": "npm:^2.3.0" "@theme-ui/mdx": "npm:~0.15.3" - "@types/node": "npm:^20.14.10" - "@types/react": "npm:^18.3.3" - "@types/react-dom": "npm:^18.3.0" + "@types/node": "npm:^20.17.5" + "@types/react": "npm:^18.3.12" + "@types/react-dom": "npm:^18.3.1" cross-env: "npm:^7.0.3" - gatsby: "npm:^5.13.6" + gatsby: "npm:^5.13.7" gatsby-plugin-theme-ui: "npm:~0.15.3" gatsby-plugin-webpack-statoscope: "npm:^1.0.3" react: "npm:^18.3.1" react-dom: "npm:^18.3.1" theme-ui: "npm:~0.15.3" - typescript: "npm:^5.5.3" + typescript: "npm:^5.6.3" languageName: unknown linkType: soft @@ -22077,23 +22077,23 @@ __metadata: languageName: node linkType: hard -"typescript@npm:^5.5.3, typescript@npm:^5.5.4": - version: 5.5.4 - resolution: "typescript@npm:5.5.4" +"typescript@npm:^5.5.4, typescript@npm:^5.6.3": + version: 5.6.3 + resolution: "typescript@npm:5.6.3" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/422be60f89e661eab29ac488c974b6cc0a660fb2228003b297c3d10c32c90f3bcffc1009b43876a082515a3c376b1eefcce823d6e78982e6878408b9a923199c + checksum: 10c0/44f61d3fb15c35359bc60399cb8127c30bae554cd555b8e2b46d68fa79d680354b83320ad419ff1b81a0bdf324197b29affe6cc28988cd6a74d4ac60c94f9799 languageName: node linkType: hard -"typescript@patch:typescript@npm%3A^5.5.3#optional!builtin, typescript@patch:typescript@npm%3A^5.5.4#optional!builtin": - version: 5.5.4 - resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin::version=5.5.4&hash=379a07" +"typescript@patch:typescript@npm%3A^5.5.4#optional!builtin, typescript@patch:typescript@npm%3A^5.6.3#optional!builtin": + version: 5.6.3 + resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin::version=5.6.3&hash=379a07" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/73409d7b9196a5a1217b3aaad929bf76294d3ce7d6e9766dd880ece296ee91cf7d7db6b16c6c6c630ee5096eccde726c0ef17c7dfa52b01a243e57ae1f09ef07 + checksum: 10c0/ac8307bb06bbfd08ae7137da740769b7d8c3ee5943188743bb622c621f8ad61d244767480f90fbd840277fbf152d8932aa20c33f867dea1bb5e79b187ca1a92f languageName: node linkType: hard