Jacky Zhao
2024-06-18 48e16c943a46c1202900fe977e36cb00bd3496af
chore(deps-dev): bump prettier
3 files modified
14 ■■■■ changed files
package-lock.json 8 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
tsconfig.json 4 ●●●● patch | view | raw | blame | history
package-lock.json
@@ -80,7 +80,7 @@
        "@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"
      },
@@ -4713,9 +4713,9 @@
      }
    },
    "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"
package.json
@@ -103,7 +103,7 @@
    "@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"
  }
tsconfig.json
@@ -13,8 +13,8 @@
    "forceConsistentCasingInFileNames": true,
    "esModuleInterop": true,
    "jsx": "react-jsx",
    "jsxImportSource": "preact",
    "jsxImportSource": "preact"
  },
  "include": ["**/*.ts", "**/*.tsx", "./package.json"],
  "exclude": ["build/**/*.d.ts"],
  "exclude": ["build/**/*.d.ts"]
}