chore(deps-dev): bump prettier
| | |
| | | "@types/ws": "^8.5.10", |
| | | "@types/yargs": "^17.0.32", |
| | | "esbuild": "^0.19.9", |
| | | "prettier": "^3.2.4", |
| | | "prettier": "^3.3.2", |
| | | "tsx": "^4.11.2", |
| | | "typescript": "^5.4.5" |
| | | }, |
| | |
| | | } |
| | | }, |
| | | "node_modules/prettier": { |
| | | "version": "3.2.4", |
| | | "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.4.tgz", |
| | | "integrity": "sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==", |
| | | "version": "3.3.2", |
| | | "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz", |
| | | "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==", |
| | | "dev": true, |
| | | "bin": { |
| | | "prettier": "bin/prettier.cjs" |
| | |
| | | "@types/ws": "^8.5.10", |
| | | "@types/yargs": "^17.0.32", |
| | | "esbuild": "^0.19.9", |
| | | "prettier": "^3.2.4", |
| | | "prettier": "^3.3.2", |
| | | "tsx": "^4.11.2", |
| | | "typescript": "^5.4.5" |
| | | } |
| | |
| | | "forceConsistentCasingInFileNames": true, |
| | | "esModuleInterop": true, |
| | | "jsx": "react-jsx", |
| | | "jsxImportSource": "preact", |
| | | "jsxImportSource": "preact" |
| | | }, |
| | | "include": ["**/*.ts", "**/*.tsx", "./package.json"], |
| | | "exclude": ["build/**/*.d.ts"], |
| | | "exclude": ["build/**/*.d.ts"] |
| | | } |