Update dependency prettier to v3.4.2 (#97972)
* Update dependency prettier to v3.4.2 * run prettier --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
co-authored by
Ashley Harrison
parent
c983af1755
commit
9f416e1428
+2
-2
@@ -220,7 +220,7 @@
|
||||
"postcss-loader": "8.1.1",
|
||||
"postcss-reporter": "7.1.0",
|
||||
"postcss-scss": "4.0.9",
|
||||
"prettier": "3.3.3",
|
||||
"prettier": "3.4.2",
|
||||
"pseudoizer": "^0.1.0",
|
||||
"react-refresh": "0.14.0",
|
||||
"react-select-event": "5.5.1",
|
||||
@@ -452,7 +452,7 @@
|
||||
},
|
||||
"packageManager": "yarn@4.5.3",
|
||||
"dependenciesMeta": {
|
||||
"prettier@3.3.3": {
|
||||
"prettier@3.4.2": {
|
||||
"unplugged": true
|
||||
}
|
||||
},
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
"@types/react": "18.3.3",
|
||||
"@types/react-dom": "18.2.25",
|
||||
"esbuild": "0.24.0",
|
||||
"prettier": "3.3.3",
|
||||
"prettier": "3.4.2",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"rimraf": "6.0.1",
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
"jest": "29.7.0",
|
||||
"jest-environment-jsdom": "29.7.0",
|
||||
"jest-matcher-utils": "29.7.0",
|
||||
"prettier": "3.3.3",
|
||||
"prettier": "3.4.2",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-select-event": "5.5.1",
|
||||
|
||||
@@ -25,10 +25,10 @@ export class PlaylistSrv extends StateManagerBase<PlaylistSrvState> {
|
||||
private nextTimeoutId: ReturnType<typeof setTimeout> | undefined;
|
||||
private urls: string[] = []; // the URLs we need to load
|
||||
private index = 0;
|
||||
private declare interval: number;
|
||||
private declare startUrl: string;
|
||||
declare private interval: number;
|
||||
declare private startUrl: string;
|
||||
private numberOfLoops = 0;
|
||||
private declare validPlaylistUrl: string;
|
||||
declare private validPlaylistUrl: string;
|
||||
private locationListenerUnsub?: () => void;
|
||||
private api: PlaylistAPI;
|
||||
|
||||
|
||||
@@ -3696,7 +3696,7 @@ __metadata:
|
||||
moment-timezone: "npm:0.5.46"
|
||||
monaco-promql: "npm:1.7.4"
|
||||
pluralize: "npm:8.0.0"
|
||||
prettier: "npm:3.3.3"
|
||||
prettier: "npm:3.4.2"
|
||||
prismjs: "npm:1.29.0"
|
||||
react: "npm:18.2.0"
|
||||
react-dom: "npm:18.2.0"
|
||||
@@ -3791,7 +3791,7 @@ __metadata:
|
||||
"@types/react": "npm:18.3.3"
|
||||
"@types/react-dom": "npm:18.2.25"
|
||||
esbuild: "npm:0.24.0"
|
||||
prettier: "npm:3.3.3"
|
||||
prettier: "npm:3.4.2"
|
||||
react: "npm:18.2.0"
|
||||
react-dom: "npm:18.2.0"
|
||||
rimraf: "npm:6.0.1"
|
||||
@@ -17798,7 +17798,7 @@ __metadata:
|
||||
postcss-loader: "npm:8.1.1"
|
||||
postcss-reporter: "npm:7.1.0"
|
||||
postcss-scss: "npm:4.0.9"
|
||||
prettier: "npm:3.3.3"
|
||||
prettier: "npm:3.4.2"
|
||||
prismjs: "npm:1.29.0"
|
||||
pseudoizer: "npm:^0.1.0"
|
||||
rc-slider: "npm:11.1.7"
|
||||
@@ -17887,7 +17887,7 @@ __metadata:
|
||||
yaml: "npm:^2.0.0"
|
||||
yargs: "npm:^17.5.1"
|
||||
dependenciesMeta:
|
||||
prettier@3.3.3:
|
||||
prettier@3.4.2:
|
||||
unplugged: true
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@@ -24438,12 +24438,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"prettier@npm:3.3.3, prettier@npm:^3.1.1":
|
||||
version: 3.3.3
|
||||
resolution: "prettier@npm:3.3.3"
|
||||
"prettier@npm:3.4.2, prettier@npm:^3.1.1":
|
||||
version: 3.4.2
|
||||
resolution: "prettier@npm:3.4.2"
|
||||
bin:
|
||||
prettier: bin/prettier.cjs
|
||||
checksum: 10/5beac1f30b5b40162532b8e2f7c3a4eb650910a2695e9c8512a62ffdc09dae93190c29db9107fa7f26d1b6c71aad3628ecb9b5de1ecb0911191099be109434d7
|
||||
checksum: 10/a3e806fb0b635818964d472d35d27e21a4e17150c679047f5501e1f23bd4aa806adf660f0c0d35214a210d5d440da6896c2e86156da55f221a57938278dc326e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user