@types/react-dev-utils
Advanced tools
Comparing version 9.0.14 to 9.0.15
@@ -8,3 +8,3 @@ /** | ||
*/ | ||
declare function checkRequiredFiles(files: ReadonlyArray<string>): boolean; | ||
declare function checkRequiredFiles(files: readonly string[]): boolean; | ||
export = checkRequiredFiles; |
@@ -7,4 +7,4 @@ import { ESLint } from "eslint"; | ||
*/ | ||
declare function eslintFormatter(results: ReadonlyArray<ESLint.LintResult>): string; | ||
declare function eslintFormatter(results: readonly ESLint.LintResult[]): string; | ||
export = eslintFormatter; |
@@ -5,3 +5,3 @@ /** | ||
*/ | ||
declare function getCacheIdentifier(environment: string, packages: ReadonlyArray<string>): string; | ||
declare function getCacheIdentifier(environment: string, packages: readonly string[]): string; | ||
export = getCacheIdentifier; |
@@ -8,5 +8,5 @@ import webpack = require("webpack"); | ||
declare class InlineChunkHtmlPlugin extends webpack.Plugin { | ||
constructor(htmlWebpackPlugin: typeof HtmlWebpackPlugin, tests: ReadonlyArray<RegExp>); | ||
constructor(htmlWebpackPlugin: typeof HtmlWebpackPlugin, tests: readonly RegExp[]); | ||
} | ||
export = InlineChunkHtmlPlugin; |
@@ -8,5 +8,5 @@ import webpack = require("webpack"); | ||
declare class ModuleScopePlugin extends webpack.Plugin { | ||
constructor(appSrc: string | ReadonlyArray<string>, allowedFiles?: ReadonlyArray<string>); | ||
constructor(appSrc: string | readonly string[], allowedFiles?: readonly string[]); | ||
} | ||
export = ModuleScopePlugin; |
{ | ||
"name": "@types/react-dev-utils", | ||
"version": "9.0.14", | ||
"version": "9.0.15", | ||
"description": "TypeScript definitions for react-dev-utils", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dev-utils", | ||
}, | ||
"typesPublisherContentHash": "66f2c2d56e0826d1c88b07c444d4639cb99ed0da16526434534ea0b2382203de", | ||
"typesPublisherContentHash": "d6cf656ddf46f7e8e39cb6e93e248ce8990c24b7ca3bfbcac7f35e61a7a3e0d9", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/eslint](https://npmjs.com/package/@types/eslint), [@types/express](https://npmjs.com/package/@types/express), [@types/html-webpack-plugin](https://npmjs.com/package/@types/html-webpack-plugin), [@types/node](https://npmjs.com/package/@types/node), [@types/webpack](https://npmjs.com/package/@types/webpack), [@types/webpack-dev-server](https://npmjs.com/package/@types/webpack-dev-server) | ||
@@ -14,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13406