Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Dec 2, 2024
1 parent 676da1d commit 3de0f15
Show file tree
Hide file tree
Showing 20 changed files with 821 additions and 513 deletions.
2 changes: 1 addition & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"excludes": ["**/node_modules", "**/*-lock.json"],
"plugins": [
"https://plugins.dprint.dev/typescript-0.93.0.wasm",
"https://plugins.dprint.dev/typescript-0.93.3.wasm",
"https://plugins.dprint.dev/json-0.19.4.wasm",
"https://plugins.dprint.dev/markdown-0.17.8.wasm"
]
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,34 +35,34 @@
},
"devDependencies": {
"@modern-js/eslint-config": "^2.59.0",
"@modern-js/tsconfig": "^2.60.1",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.5",
"@modern-js/tsconfig": "^2.63.0",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.1",
"@types/pinyin": "^2.10.2",
"@types/react": "^18.3.8",
"dprint": "^0.47.2",
"@types/react": "^18.3.12",
"dprint": "^0.47.6",
"eslint-config-tidgi": "^1.2.3",
"husky": "^9.1.6",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tw5-typed": "^0.5.12",
"typescript": "^5.6.2"
"tw5-typed": "^0.5.14",
"typescript": "^5.7.2"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.17.4",
"@algolia/autocomplete-js": "^1.17.4",
"@algolia/autocomplete-plugin-recent-searches": "^1.17.4",
"@algolia/autocomplete-shared": "^1.17.4",
"@algolia/autocomplete-theme-classic": "^1.17.4",
"@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",
"@seznam/visibility-observer": "^1.1.0",
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"npm-check-updates": "^17.1.3",
"npm-check-updates": "^17.1.11",
"pinyin": "4.0.0-alpha.2",
"segmentit": "^2.0.3",
"tiddlywiki": "^5.3.5",
"tiddlywiki-plugin-dev": "^0.3.1"
"tiddlywiki": "^5.3.6",
"tiddlywiki-plugin-dev": "^0.3.2"
}
}
Loading

0 comments on commit 3de0f15

Please sign in to comment.