mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Bump typescript from 4.2.4 to 4.3.2 (#5967)
* Bump typescript from 4.2.4 to 4.3.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.4...v4.3.2) Signed-off-by: dependabot[bot] <support@github.com> * Fix typing quirk Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -179,6 +179,6 @@
|
||||
"copyfiles": "^2.4.0",
|
||||
"cross-env": "^7.0.2",
|
||||
"ts-node-dev": "^1.0.0",
|
||||
"typescript": "^4.0.5"
|
||||
"typescript": "^4.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
48
package-lock.json
generated
48
package-lock.json
generated
@@ -159,7 +159,7 @@
|
||||
"copyfiles": "^2.4.0",
|
||||
"cross-env": "^7.0.2",
|
||||
"ts-node-dev": "^1.0.0",
|
||||
"typescript": "^4.0.5"
|
||||
"typescript": "^4.3.2"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@keyv/redis": "^2.1.2",
|
||||
@@ -47772,9 +47772,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/typescript": {
|
||||
"version": "4.2.4",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz",
|
||||
"integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==",
|
||||
"version": "4.3.2",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz",
|
||||
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==",
|
||||
"bin": {
|
||||
"tsc": "bin/tsc",
|
||||
"tsserver": "bin/tsserver"
|
||||
@@ -52300,7 +52300,7 @@
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "^27.0.2",
|
||||
"ts-node": "^10.0.0",
|
||||
"typescript": "^4.2.2"
|
||||
"typescript": "^4.3.2"
|
||||
}
|
||||
},
|
||||
"packages/cli/node_modules/@types/yargs": {
|
||||
@@ -52559,7 +52559,7 @@
|
||||
"jest": "^27.0.3",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"ts-jest": "^27.0.2",
|
||||
"typescript": "^4.2.3"
|
||||
"typescript": "^4.3.2"
|
||||
}
|
||||
},
|
||||
"packages/drive-azure": {
|
||||
@@ -52581,7 +52581,7 @@
|
||||
"jest": "^27.0.3",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"ts-jest": "^27.0.2",
|
||||
"typescript": "^4.2.3"
|
||||
"typescript": "^4.3.2"
|
||||
}
|
||||
},
|
||||
"packages/drive-azure/node_modules/dotenv": {
|
||||
@@ -52612,7 +52612,7 @@
|
||||
"jest": "^27.0.3",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"ts-jest": "^27.0.2",
|
||||
"typescript": "^4.2.3"
|
||||
"typescript": "^4.3.2"
|
||||
}
|
||||
},
|
||||
"packages/drive-gcs/node_modules/dotenv": {
|
||||
@@ -52644,7 +52644,7 @@
|
||||
"jest": "^27.0.3",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"ts-jest": "^27.0.2",
|
||||
"typescript": "^4.2.3"
|
||||
"typescript": "^4.3.2"
|
||||
}
|
||||
},
|
||||
"packages/drive-s3/node_modules/dotenv": {
|
||||
@@ -52678,7 +52678,7 @@
|
||||
"rollup-plugin-sourcemaps": "^0.6.3",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"rollup-plugin-typescript2": "^0.30.0",
|
||||
"typescript": "^4.0.5"
|
||||
"typescript": "^4.3.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.0.0"
|
||||
@@ -55349,7 +55349,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"npm-watch": "^0.9.0",
|
||||
"typescript": "^4.0.5"
|
||||
"typescript": "^4.3.2"
|
||||
}
|
||||
},
|
||||
"packages/sdk": {
|
||||
@@ -55380,7 +55380,7 @@
|
||||
"rollup-plugin-typescript2": "^0.30.0",
|
||||
"ts-jest": "^27.0.2",
|
||||
"ts-node": "^10.0.0",
|
||||
"typescript": "^4.2.2"
|
||||
"typescript": "^4.3.2"
|
||||
}
|
||||
},
|
||||
"packages/sdk/node_modules/dotenv": {
|
||||
@@ -58083,7 +58083,7 @@
|
||||
"strip-indent": "^4.0.0",
|
||||
"ts-jest": "^27.0.2",
|
||||
"ts-node": "^10.0.0",
|
||||
"typescript": "^4.2.2",
|
||||
"typescript": "^4.3.2",
|
||||
"yargs": "^17.0.1",
|
||||
"yargs-parser": "^20.2.7"
|
||||
},
|
||||
@@ -58244,7 +58244,7 @@
|
||||
"node-exceptions": "^4.0.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"ts-jest": "^27.0.2",
|
||||
"typescript": "^4.2.3"
|
||||
"typescript": "^4.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": {
|
||||
@@ -58270,7 +58270,7 @@
|
||||
"normalize-path": "^3.0.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"ts-jest": "^27.0.2",
|
||||
"typescript": "^4.2.3"
|
||||
"typescript": "^4.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": {
|
||||
@@ -58296,7 +58296,7 @@
|
||||
"normalize-path": "^3.0.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"ts-jest": "^27.0.2",
|
||||
"typescript": "^4.2.3"
|
||||
"typescript": "^4.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": {
|
||||
@@ -58323,7 +58323,7 @@
|
||||
"normalize-path": "^3.0.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"ts-jest": "^27.0.2",
|
||||
"typescript": "^4.2.3"
|
||||
"typescript": "^4.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": {
|
||||
@@ -58345,7 +58345,7 @@
|
||||
"rollup-plugin-sourcemaps": "^0.6.3",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"rollup-plugin-typescript2": "^0.30.0",
|
||||
"typescript": "^4.0.5"
|
||||
"typescript": "^4.3.2"
|
||||
}
|
||||
},
|
||||
"@directus/gatsby-source-directus": {
|
||||
@@ -60403,7 +60403,7 @@
|
||||
"knex-schema-inspector": "^1.3.0",
|
||||
"lodash": "^4.17.21",
|
||||
"npm-watch": "^0.9.0",
|
||||
"typescript": "^4.0.5"
|
||||
"typescript": "^4.3.2"
|
||||
}
|
||||
},
|
||||
"@directus/sdk": {
|
||||
@@ -60430,7 +60430,7 @@
|
||||
"rollup-plugin-typescript2": "^0.30.0",
|
||||
"ts-jest": "^27.0.2",
|
||||
"ts-node": "^10.0.0",
|
||||
"typescript": "^4.2.2"
|
||||
"typescript": "^4.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": {
|
||||
@@ -73124,7 +73124,7 @@
|
||||
"stream-json": "^1.7.1",
|
||||
"tedious": "^11.0.8",
|
||||
"ts-node-dev": "^1.0.0",
|
||||
"typescript": "^4.0.5",
|
||||
"typescript": "^4.3.2",
|
||||
"uuid": "^8.3.2",
|
||||
"uuid-validate": "0.0.3"
|
||||
},
|
||||
@@ -96408,9 +96408,9 @@
|
||||
}
|
||||
},
|
||||
"typescript": {
|
||||
"version": "4.2.4",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz",
|
||||
"integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg=="
|
||||
"version": "4.3.2",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz",
|
||||
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw=="
|
||||
},
|
||||
"uc.micro": {
|
||||
"version": "1.0.6",
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "^27.0.2",
|
||||
"ts-node": "^10.0.0",
|
||||
"typescript": "^4.2.2"
|
||||
"typescript": "^4.3.2"
|
||||
},
|
||||
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
|
||||
}
|
||||
|
||||
@@ -85,8 +85,8 @@ export class UIBuilder implements IUIComposer {
|
||||
reflowText: true,
|
||||
showSectionPrefix: false,
|
||||
tab: this.indentSize,
|
||||
codespan: (text) => chalk.reset.bgGray.white(`${text}`),
|
||||
blockquote: (text) =>
|
||||
codespan: (text: string) => chalk.reset.bgGray.white(`${text}`),
|
||||
blockquote: (text: string) =>
|
||||
palette.quote(
|
||||
stripAnsi(text)
|
||||
.split('\n')
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
"jest": "^27.0.3",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"ts-jest": "^27.0.2",
|
||||
"typescript": "^4.2.3"
|
||||
"typescript": "^4.3.2"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
"jest": "^27.0.3",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"ts-jest": "^27.0.2",
|
||||
"typescript": "^4.2.3"
|
||||
"typescript": "^4.3.2"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
"jest": "^27.0.3",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"ts-jest": "^27.0.2",
|
||||
"typescript": "^4.2.3"
|
||||
"typescript": "^4.3.2"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@@ -57,6 +57,6 @@
|
||||
"jest": "^27.0.3",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"ts-jest": "^27.0.2",
|
||||
"typescript": "^4.2.3"
|
||||
"typescript": "^4.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"rollup-plugin-sourcemaps": "^0.6.3",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"rollup-plugin-typescript2": "^0.30.0",
|
||||
"typescript": "^4.0.5"
|
||||
"typescript": "^4.3.2"
|
||||
},
|
||||
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"homepage": "https://github.com/directus/directus#readme",
|
||||
"devDependencies": {
|
||||
"npm-watch": "^0.9.0",
|
||||
"typescript": "^4.0.5"
|
||||
"typescript": "^4.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"knex-schema-inspector": "^1.3.0",
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
"rollup-plugin-typescript2": "^0.30.0",
|
||||
"ts-jest": "^27.0.2",
|
||||
"ts-node": "^10.0.0",
|
||||
"typescript": "^4.2.2"
|
||||
"typescript": "^4.3.2"
|
||||
},
|
||||
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user