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:
renovate[bot]
2024-02-05 15:02:32 +02:00
committed by GitHub
parent b2542f96f9
commit 884d860d1a
4 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src"],
"include": ["src"]
}

View File

@@ -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
View File

@@ -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

View File

@@ -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"]
}