From 8a6aab07aac5382566b27d8ae0809cf852c31dc6 Mon Sep 17 00:00:00 2001 From: lin onetwo Date: Wed, 23 Oct 2024 00:49:42 +0800 Subject: [PATCH] chore: dprint --- dprint.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dprint.json b/dprint.json index 7128988..625e72a 100644 --- a/dprint.json +++ b/dprint.json @@ -15,8 +15,8 @@ ], "excludes": ["**/node_modules", "**/*-lock.json"], "plugins": [ - "https://plugins.dprint.dev/typescript-0.84.4.wasm", - "https://plugins.dprint.dev/json-0.17.2.wasm", - "https://plugins.dprint.dev/markdown-0.15.2.wasm" + "https://plugins.dprint.dev/typescript-0.93.0.wasm", + "https://plugins.dprint.dev/json-0.19.4.wasm", + "https://plugins.dprint.dev/markdown-0.17.8.wasm" ] } diff --git a/package.json b/package.json index be2e5db..c912921 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "reset": "rimraf ./**/node_modules", "clean": "rimraf dist", "prepare": "husky install", - "update": "npm-check-updates -u", + "update": "npm-check-updates -u && pnpm exec dprint config update", "new": "tiddlywiki-plugin-dev new", "build:library": "npm run clean && tiddlywiki-plugin-dev build --library --output dist/library", "publish:offline": "npm run clean && tiddlywiki-plugin-dev publish --offline"