diff --git a/libs/keycloak-masthead/package.json b/libs/keycloak-masthead/package.json index 2e9e8a0cff..3b33104d88 100644 --- a/libs/keycloak-masthead/package.json +++ b/libs/keycloak-masthead/package.json @@ -53,6 +53,6 @@ "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^4.1.2", "vite-plugin-checker": "^0.5.6", - "vite-plugin-dts": "^1.7.3" + "vite-plugin-dts": "^2.0.2" } } diff --git a/libs/ui-shared/package.json b/libs/ui-shared/package.json index ca8eebefa5..9700c6c9eb 100644 --- a/libs/ui-shared/package.json +++ b/libs/ui-shared/package.json @@ -47,6 +47,6 @@ "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^4.1.2", "vite-plugin-checker": "^0.5.6", - "vite-plugin-dts": "^1.7.3" + "vite-plugin-dts": "^2.0.2" } } diff --git a/package-lock.json b/package-lock.json index 7f69bd2a1a..074092f623 100644 --- a/package-lock.json +++ b/package-lock.json @@ -169,7 +169,7 @@ "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^4.1.2", "vite-plugin-checker": "^0.5.6", - "vite-plugin-dts": "^1.7.3" + "vite-plugin-dts": "^2.0.2" } }, "libs/ui-shared": { @@ -187,7 +187,7 @@ "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^4.1.2", "vite-plugin-checker": "^0.5.6", - "vite-plugin-dts": "^1.7.3" + "vite-plugin-dts": "^2.0.2" } }, "node_modules/@4tw/cypress-drag-drop": { @@ -311,6 +311,18 @@ "node": ">=4" } }, + "node_modules/@babel/parser": { + "version": "7.21.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.2.tgz", + "integrity": "sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==", + "dev": true, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, "node_modules/@babel/runtime": { "version": "7.20.13", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.13.tgz", @@ -10348,11 +10360,12 @@ } }, "node_modules/vite-plugin-dts": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/vite-plugin-dts/-/vite-plugin-dts-1.7.3.tgz", - "integrity": "sha512-u3t45p6fTbzUPMkwYe0ESwuUeiRMlwdPfD3dRyDKUwLe2WmEYcFyVp2o9/ke2EMrM51lQcmNWdV9eLcgjD1/ng==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/vite-plugin-dts/-/vite-plugin-dts-2.0.2.tgz", + "integrity": "sha512-i3HBlrdqE2FQxQqrNwFj9P2ei/I7lt/d3Q8NOE1JCz/gNYhNf/oUeIJamIdWQUNQGhUd/Y6mtpm3kOYPw1gz8Q==", "dev": true, "dependencies": { + "@babel/parser": "^7.20.15", "@microsoft/api-extractor": "^7.33.5", "@rollup/pluginutils": "^5.0.2", "@rushstack/node-core-library": "^3.53.2", @@ -10360,6 +10373,7 @@ "fast-glob": "^3.2.12", "fs-extra": "^10.1.0", "kolorist": "^1.6.0", + "magic-string": "^0.29.0", "ts-morph": "17.0.1" }, "engines": { @@ -10383,6 +10397,18 @@ "node": ">=12" } }, + "node_modules/vite-plugin-dts/node_modules/magic-string": { + "version": "0.29.0", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.29.0.tgz", + "integrity": "sha512-WcfidHrDjMY+eLjlU+8OvwREqHwpgCeKVBUpQ3OhYYuvfaYCUgcbuBzappNzZvg/v8onU3oQj+BYpkOJe9Iw4Q==", + "dev": true, + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.4.13" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/vitest": { "version": "0.29.1", "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.29.1.tgz",