chore: cleanup and simplify examples (#10743)

This commit is contained in:
Amr Bashir
2024-08-27 01:25:36 +03:00
committed by GitHub
parent c50800023e
commit ad83d41cb5
119 changed files with 1925 additions and 18714 deletions

View File

@@ -17,14 +17,12 @@
"ts:check": "pnpm run -r ts:check"
},
"devDependencies": {
"prettier": "^3.3.2"
"prettier": "^3.3.3"
},
"packageManager": "pnpm@9.7.1",
"pnpm": {
"auditConfig": {
"ignoreCves": [
"CVE-2024-4067"
]
"overrides": {
"micromatch@<4.0.8": ">=4.0.8"
}
}
}