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"