mirror of
https://github.com/tauri-apps/meilisearch-docsearch.git
synced 2026-01-31 00:45:16 +01:00
chore(deps): update dependency prettier to v3.2.5 (#95)
* chore(deps): update dependency prettier to v3.2.5 * chore: fmt --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: amrbashir <amr.bashir2015@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noFallthroughCasesInSwitch": true
|
||||
},
|
||||
"include": ["src"],
|
||||
"include": ["src"]
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"covector": "0.10.2",
|
||||
"esbuild": "0.20.0",
|
||||
"esbuild-plugin-solid": "0.5.0",
|
||||
"prettier": "3.2.4",
|
||||
"prettier": "3.2.5",
|
||||
"tsup": "8.0.1",
|
||||
"typescript": "5.3.3"
|
||||
},
|
||||
|
||||
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -28,8 +28,8 @@ importers:
|
||||
specifier: 0.5.0
|
||||
version: 0.5.0(esbuild@0.20.0)(solid-js@1.8.12)
|
||||
prettier:
|
||||
specifier: 3.2.4
|
||||
version: 3.2.4
|
||||
specifier: 3.2.5
|
||||
version: 3.2.5
|
||||
tsup:
|
||||
specifier: 8.0.1
|
||||
version: 8.0.1(typescript@5.3.3)
|
||||
@@ -2538,8 +2538,8 @@ packages:
|
||||
source-map-js: 1.0.2
|
||||
dev: true
|
||||
|
||||
/prettier@3.2.4:
|
||||
resolution: {integrity: sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==}
|
||||
/prettier@3.2.5:
|
||||
resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"jsxImportSource": "solid-js",
|
||||
"noEmit": true,
|
||||
"isolatedModules": true,
|
||||
"skipLibCheck": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["src/**.ts", "src/**.tsx"],
|
||||
"include": ["src/**.ts", "src/**.tsx"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user