Downgrade prettier

This commit is contained in:
Nathan Bierema 2021-09-13 13:59:07 -04:00
parent 22f41d1b6c
commit ed03b6cd4a
4 changed files with 13 additions and 10 deletions

View File

@ -706,9 +706,11 @@ export function connect(preConfig: Config): ConnectResponse {
};
}
export function updateStore<S, A extends Action<unknown>>(stores: {
[K in string | number]: EnhancedStore<S, A, unknown>;
}) {
export function updateStore<S, A extends Action<unknown>>(
stores: {
[K in string | number]: EnhancedStore<S, A, unknown>;
}
) {
return function (newStore: EnhancedStore<S, A, unknown>, instanceId: number) {
/* eslint-disable no-console */
console.warn(

View File

@ -33,7 +33,7 @@
"html-webpack-plugin": "^5.3.2",
"jest": "^27.2.0",
"lerna": "^4.0.0",
"prettier": "^2.4.0",
"prettier": "^2.3.2",
"pug-html-loader": "^1.1.5",
"raw-loader": "^4.0.2",
"rimraf": "^3.0.2",

View File

@ -118,7 +118,8 @@ interface Tally {
export type QueryTally = {
[key in QueryStatus]?: number;
} & Tally;
} &
Tally;
export interface RtkRequestTiming {
requestId: string;

View File

@ -23426,12 +23426,12 @@ fsevents@^1.2.7:
languageName: node
linkType: hard
"prettier@npm:^2.4.0":
version: 2.4.0
resolution: "prettier@npm:2.4.0"
"prettier@npm:^2.3.2":
version: 2.3.2
resolution: "prettier@npm:2.3.2"
bin:
prettier: bin-prettier.js
checksum: ac1bf07566dad5f58469e6d8a954bd5c0f833935597deb00330e9f673e14e4cf81e07dee7eff5776c0edebe11358d199f332d9940be40c8b455516034e553ce0
checksum: 17ce5784ac67621c292df58e2da60b2ee150c2d6aebea22a6ad9e52fcd6a5e66c349d0a8436ea3bd8ff9d778920a5f68000d7625b74f43558718a49755aa5259
languageName: node
linkType: hard
@ -25885,7 +25885,7 @@ resolve@^2.0.0-next.3:
html-webpack-plugin: ^5.3.2
jest: ^27.2.0
lerna: ^4.0.0
prettier: ^2.4.0
prettier: ^2.3.2
pug-html-loader: ^1.1.5
raw-loader: ^4.0.2
rimraf: ^3.0.2