Skip to content

Commit 344fe60

Browse files
committed
chore: remove lingo patch and upgrade deps
1 parent 70ae071 commit 344fe60

File tree

8 files changed

+305
-300
lines changed

8 files changed

+305
-300
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run_install: false
5151

5252
- name: Cache dependencies
53-
uses: actions/cache@v3
53+
uses: actions/cache@v4
5454
with:
5555
path: |
5656
**/node_modules

dprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"excludes": ["**/node_modules", "**/*-lock.json"],
1717
"plugins": [
18-
"https://plugins.dprint.dev/typescript-0.95.0.wasm",
18+
"https://plugins.dprint.dev/typescript-0.95.7.wasm",
1919
"https://plugins.dprint.dev/json-0.20.0.wasm",
2020
"https://plugins.dprint.dev/markdown-0.18.0.wasm"
2121
]

package.json

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,40 +35,37 @@
3535
},
3636
"devDependencies": {
3737
"@modern-js/eslint-config": "^2.59.0",
38-
"@modern-js/tsconfig": "^2.67.3",
39-
"@types/lodash": "^4.17.16",
40-
"@types/node": "^22.15.14",
38+
"@modern-js/tsconfig": "^2.67.8",
39+
"@types/lodash": "^4.17.17",
40+
"@types/node": "^24.0.3",
4141
"@types/pinyin": "^2.10.2",
42-
"@types/react": "^19.1.3",
43-
"dprint": "^0.49.1",
44-
"eslint-config-tidgi": "^2.1.0",
42+
"@types/react": "^19.1.8",
43+
"dprint": "^0.50.0",
44+
"eslint-config-tidgi": "^2.2.0",
4545
"husky": "^9.1.7",
46-
"lint-staged": "^15.5.2",
46+
"lint-staged": "^16.1.2",
4747
"npm-check-updates": "^18.0.1",
48-
"postcss": "^8.5.3",
48+
"postcss": "^8.5.6",
4949
"rimraf": "^6.0.1",
5050
"tiddlywiki": "^5.3.6",
5151
"tiddlywiki-plugin-dev": "^0.3.2",
5252
"ts-node": "^10.9.2",
53-
"tw5-typed": "^0.6.2",
53+
"tw5-typed": "^0.6.3",
5454
"typescript": "^5.8.3"
5555
},
5656
"dependencies": {
57-
"@algolia/autocomplete-core": "^1.19.1",
58-
"@algolia/autocomplete-js": "^1.19.1",
59-
"@algolia/autocomplete-plugin-recent-searches": "^1.19.1",
60-
"@algolia/autocomplete-shared": "^1.19.1",
61-
"@algolia/autocomplete-theme-classic": "^1.19.1",
57+
"@algolia/autocomplete-core": "^1.19.2",
58+
"@algolia/autocomplete-js": "^1.19.2",
59+
"@algolia/autocomplete-plugin-recent-searches": "^1.19.2",
60+
"@algolia/autocomplete-shared": "^1.19.2",
61+
"@algolia/autocomplete-theme-classic": "^1.19.2",
6262
"@seznam/visibility-observer": "^1.1.0",
6363
"fuse.js": "^7.1.0",
6464
"lodash": "^4.17.21",
65-
"pinyin": "4.0.0-alpha.2",
65+
"pinyin": "4.0.0",
6666
"segmentit": "^2.0.3"
6767
},
6868
"pnpm": {
69-
"patchedDependencies": {
70-
"eslint-plugin-dprint-integration": "patches/eslint-plugin-dprint-integration.patch"
71-
},
7269
"onlyBuiltDependencies": [
7370
"svelte-preprocess"
7471
]

patches/eslint-plugin-dprint-integration.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)