Skip to content

Commit 83fd789

Browse files
committed
feat: add more logic in templates #38
- Bump dependencies
1 parent b9a7c59 commit 83fd789

2 files changed

Lines changed: 433 additions & 206 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"author": "LonoxX",
2020
"license": "MIT",
2121
"devDependencies": {
22-
"@types/node": "^25.0.8",
23-
"@typescript-eslint/eslint-plugin": "^8.53.0",
24-
"@typescript-eslint/parser": "^8.53.0",
22+
"@types/node": "^25.2.2",
23+
"@typescript-eslint/eslint-plugin": "^8.54.0",
24+
"@typescript-eslint/parser": "^8.54.0",
2525
"builtin-modules": "^5.0.0",
26-
"esbuild": "^0.27.2",
26+
"esbuild": "^0.27.3",
2727
"eslint": "^9.39.2",
2828
"obsidian": "^1.11.4",
2929
"tslib": "^2.8.1",
@@ -32,6 +32,6 @@
3232
"dependencies": {
3333
"date-fns": "^4.1.0",
3434
"octokit": "^5.0.5",
35-
"prettier": "^3.7.4"
35+
"prettier": "^3.8.1"
3636
}
3737
}

0 commit comments

Comments
 (0)