Skip to content

Commit aafa4a6

Browse files
committed
feat: allow the user to use {{renderer :todomaster}} without given the encoded ID
1 parent 984edae commit aafa4a6

File tree

6 files changed

+136
-103
lines changed

6 files changed

+136
-103
lines changed

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,18 @@
1919
"@semantic-release/exec": "6.0.2",
2020
"@semantic-release/git": "10.0.1",
2121
"@semantic-release/npm": "8.0.3",
22-
"@types/node": "^16.11.10",
22+
"@types/node": "^16.11.12",
2323
"@types/react": "17.0.37",
2424
"@types/react-dom": "17.0.11",
25-
"@typescript-eslint/eslint-plugin": "5.4.0",
26-
"@typescript-eslint/parser": "5.4.0",
27-
"@vitejs/plugin-react": "^1.0.0",
25+
"@typescript-eslint/eslint-plugin": "5.6.0",
26+
"@typescript-eslint/parser": "5.6.0",
27+
"@vitejs/plugin-react": "^1.1.1",
2828
"conventional-changelog-conventionalcommits": "4.6.1",
29-
"eslint": "8.3.0",
29+
"eslint": "8.4.1",
3030
"semantic-release": "18.0.1",
3131
"typescript": "4.5.2",
32-
"vite": "2.6.14",
33-
"vite-plugin-windicss": "1.5.3",
34-
"windicss": "3.2.1"
32+
"vite": "2.7.0",
33+
"vite-plugin-windicss": "1.5.4"
3534
},
3635
"logseq": {
3736
"id": "_pengx17-logseq-plugin-todo-master",

0 commit comments

Comments
 (0)