Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Dec 16, 2024
1 parent ce4e33f commit 2c6b981
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 133 deletions.
23 changes: 14 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
},
"devDependencies": {
"@modern-js/eslint-config": "^2.59.0",
"@modern-js/tsconfig": "^2.63.0",
"@modern-js/tsconfig": "^2.63.2",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/pinyin": "^2.10.2",
"@types/react": "^18.3.12",
"@types/react": "^19.0.1",
"dprint": "^0.47.6",
"eslint-config-tidgi": "^1.2.3",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"npm-check-updates": "^17.1.11",
"postcss": "^8.4.49",
"rimraf": "^6.0.1",
Expand All @@ -54,15 +54,20 @@
"tiddlywiki-plugin-dev": "^0.3.2"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.17.7",
"@algolia/autocomplete-js": "^1.17.7",
"@algolia/autocomplete-plugin-recent-searches": "^1.17.7",
"@algolia/autocomplete-shared": "^1.17.7",
"@algolia/autocomplete-theme-classic": "^1.17.7",
"@algolia/autocomplete-core": "^1.17.8",
"@algolia/autocomplete-js": "^1.17.8",
"@algolia/autocomplete-plugin-recent-searches": "^1.17.8",
"@algolia/autocomplete-shared": "^1.17.8",
"@algolia/autocomplete-theme-classic": "^1.17.8",
"@seznam/visibility-observer": "^1.1.0",
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"pinyin": "4.0.0-alpha.2",
"segmentit": "^2.0.3"
},
"pnpm": {
"patchedDependencies": {
"eslint-plugin-dprint-integration": "patches/eslint-plugin-dprint-integration.patch"
}
}
}
13 changes: 13 additions & 0 deletions patches/eslint-plugin-dprint-integration.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/dist/index.cjs b/dist/index.cjs
index 174b86cd2d3d4c4c631ef1f432761f66277f52c7..e3a94aba782a33714951733d8d974f269a5c3ef8 100644
--- a/dist/index.cjs
+++ b/dist/index.cjs
@@ -209,7 +209,7 @@ class Formatter {
this.toml = createFormatter(toml.getBuffer(), globalConfig, pluginConfig.toml);
this.json = createFormatter(json.getPath(), globalConfig, pluginConfig.json);
this.markdown = createFormatter(markdown.getPath(), globalConfig, pluginConfig.markdown);
- this.dockerfile = createFormatter(dockerfile.getBuffer(), globalConfig, pluginConfig.dockerfile);
+ this.dockerfile = createFormatter(dockerfile.getPath(), globalConfig, pluginConfig.dockerfile);
}
format(filename, source) {
const language = detectLanguage(filename);
Loading

0 comments on commit 2c6b981

Please sign in to comment.