build(deps-dev): bump typescript-json-schema to support popovers

This commit is contained in:
Jacob Overgaard
2024-09-26 15:12:11 +02:00
parent 55a7298ae1
commit e9882d30d2
2 changed files with 19 additions and 23 deletions

View File

@@ -113,7 +113,7 @@
"typedoc": "^0.26.5",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"typescript-json-schema": "^0.64.0",
"typescript-json-schema": "^0.65.1",
"vite": "^5.4.6",
"vite-plugin-static-copy": "^1.0.6",
"vite-tsconfig-paths": "^4.3.2",
@@ -22117,18 +22117,18 @@
}
},
"node_modules/typescript-json-schema": {
"version": "0.64.0",
"resolved": "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.64.0.tgz",
"integrity": "sha512-Sew8llkYSzpxaMoGjpjD6NMFCr6DoWFHLs7Bz1LU48pzzi8ok8W+GZs9cG87IMBpC0UI7qwBMUI2um0LGxxLOg==",
"version": "0.65.1",
"resolved": "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.65.1.tgz",
"integrity": "sha512-tuGH7ff2jPaUYi6as3lHyHcKpSmXIqN7/mu50x3HlYn0EHzLpmt3nplZ7EuhUkO0eqDRc9GqWNkfjgBPIS9kxg==",
"dev": true,
"dependencies": {
"@types/json-schema": "^7.0.9",
"@types/node": "^16.9.2",
"@types/node": "^18.11.9",
"glob": "^7.1.7",
"path-equal": "^1.2.5",
"safe-stable-stringify": "^2.2.0",
"ts-node": "^10.9.1",
"typescript": "~5.1.0",
"typescript": "~5.5.0",
"yargs": "^17.1.1"
},
"bin": {
@@ -22136,10 +22136,13 @@
}
},
"node_modules/typescript-json-schema/node_modules/@types/node": {
"version": "16.18.105",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.105.tgz",
"integrity": "sha512-w2d0Z9yMk07uH3+Cx0N8lqFyi3yjXZxlbYappPj+AsOlT02OyxyiuNoNHdGt6EuiSm8Wtgp2YV7vWg+GMFrvFA==",
"dev": true
"version": "18.19.53",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.53.tgz",
"integrity": "sha512-GLxgUgHhDKO1Edw9Q0lvMbiO/IQXJwJlMaqxSGBXMpPy8uhkCs2iiPFaB2Q/gmobnFkckD3rqTBMVjXdwq+nKg==",
"dev": true,
"dependencies": {
"undici-types": "~5.26.4"
}
},
"node_modules/typescript-json-schema/node_modules/glob": {
"version": "7.2.3",
@@ -22162,18 +22165,11 @@
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/typescript-json-schema/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/typescript-json-schema/node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
"dev": true
},
"node_modules/typical": {
"version": "4.0.0",

View File

@@ -293,7 +293,7 @@
"typedoc": "^0.26.5",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"typescript-json-schema": "^0.64.0",
"typescript-json-schema": "^0.65.1",
"vite": "^5.4.6",
"vite-plugin-static-copy": "^1.0.6",
"vite-tsconfig-paths": "^4.3.2",