mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-06-28 17:03:08 +03:00
chore(deps): update dependency prettier to v2.4.0 (#857)
* chore(deps): update dependency prettier to v2.4.0 * Format Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
This commit is contained in:
parent
490d3b9ccc
commit
ced495167a
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -11,3 +11,4 @@
|
||||||
.eslintrc text eol=lf
|
.eslintrc text eol=lf
|
||||||
.prettierrc text eol=lf
|
.prettierrc text eol=lf
|
||||||
.babelrc text eol=lf
|
.babelrc text eol=lf
|
||||||
|
.stylelintrc text eol=lf
|
||||||
|
|
|
@ -706,11 +706,9 @@ export function connect(preConfig: Config): ConnectResponse {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export function updateStore<S, A extends Action<unknown>>(
|
export function updateStore<S, A extends Action<unknown>>(stores: {
|
||||||
stores: {
|
[K in string | number]: EnhancedStore<S, A, unknown>;
|
||||||
[K in string | number]: EnhancedStore<S, A, unknown>;
|
}) {
|
||||||
}
|
|
||||||
) {
|
|
||||||
return function (newStore: EnhancedStore<S, A, unknown>, instanceId: number) {
|
return function (newStore: EnhancedStore<S, A, unknown>, instanceId: number) {
|
||||||
/* eslint-disable no-console */
|
/* eslint-disable no-console */
|
||||||
console.warn(
|
console.warn(
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
"html-webpack-plugin": "^5.3.2",
|
"html-webpack-plugin": "^5.3.2",
|
||||||
"jest": "^27.2.0",
|
"jest": "^27.2.0",
|
||||||
"lerna": "^4.0.0",
|
"lerna": "^4.0.0",
|
||||||
"prettier": "2.3.2",
|
"prettier": "2.4.0",
|
||||||
"pug-html-loader": "^1.1.5",
|
"pug-html-loader": "^1.1.5",
|
||||||
"raw-loader": "^4.0.2",
|
"raw-loader": "^4.0.2",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
|
|
|
@ -118,8 +118,7 @@ interface Tally {
|
||||||
|
|
||||||
export type QueryTally = {
|
export type QueryTally = {
|
||||||
[key in QueryStatus]?: number;
|
[key in QueryStatus]?: number;
|
||||||
} &
|
} & Tally;
|
||||||
Tally;
|
|
||||||
|
|
||||||
export interface RtkRequestTiming {
|
export interface RtkRequestTiming {
|
||||||
requestId: string;
|
requestId: string;
|
||||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -23192,12 +23192,12 @@ fsevents@^1.2.7:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"prettier@npm:2.3.2":
|
"prettier@npm:2.4.0":
|
||||||
version: 2.3.2
|
version: 2.4.0
|
||||||
resolution: "prettier@npm:2.3.2"
|
resolution: "prettier@npm:2.4.0"
|
||||||
bin:
|
bin:
|
||||||
prettier: bin-prettier.js
|
prettier: bin-prettier.js
|
||||||
checksum: 17ce5784ac67621c292df58e2da60b2ee150c2d6aebea22a6ad9e52fcd6a5e66c349d0a8436ea3bd8ff9d778920a5f68000d7625b74f43558718a49755aa5259
|
checksum: ac1bf07566dad5f58469e6d8a954bd5c0f833935597deb00330e9f673e14e4cf81e07dee7eff5776c0edebe11358d199f332d9940be40c8b455516034e553ce0
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -25639,7 +25639,7 @@ resolve@^2.0.0-next.3:
|
||||||
html-webpack-plugin: ^5.3.2
|
html-webpack-plugin: ^5.3.2
|
||||||
jest: ^27.2.0
|
jest: ^27.2.0
|
||||||
lerna: ^4.0.0
|
lerna: ^4.0.0
|
||||||
prettier: 2.3.2
|
prettier: 2.4.0
|
||||||
pug-html-loader: ^1.1.5
|
pug-html-loader: ^1.1.5
|
||||||
raw-loader: ^4.0.2
|
raw-loader: ^4.0.2
|
||||||
rimraf: ^3.0.2
|
rimraf: ^3.0.2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user