Also upgrades the dev dependencies json-schema-to-typescript and typedoc because they introduced dependency clashes that lead to the following build errors:
Error: node_modules/@types/glob/index.d.ts(29,42): error TS2694: Namespace '"/home/runner/work/pulumi-awsx/pulumi-awsx/awsx/node_modules/minimatch/dist/commonjs/index"' has no exported member 'IOptions'.
Error: node_modules/@types/glob/index.d.ts(75,30): error TS2724: '"/home/runner/work/pulumi-awsx/pulumi-awsx/awsx/node_modules/minimatch/dist/commonjs/index"' has no exported member named 'IMinimatch'. Did you mean 'Minimatch'?
Error: node_modules/@types/shelljs/node_modules/@types/glob/index.d.ts(29,42): error TS2694: Namespace '"/home/runner/work/pulumi-awsx/pulumi-awsx/awsx/node_modules/minimatch/dist/commonjs/index"' has no exported member 'IOptions'.
Error: node_modules/@types/shelljs/node_modules/@types/glob/index.d.ts(74,30): error TS2724: '"/home/runner/work/pulumi-awsx/pulumi-awsx/awsx/node_modules/minimatch/dist/commonjs/index"' has no exported member named 'IMinimatch'. Did you mean 'Minimatch'?
Also upgrades the dev dependencies
json-schema-to-typescript
andtypedoc
because they introduced dependency clashes that lead to the following build errors:fixes #1326