Skip to content

Commit 5b03b99

Browse files
committed
update
1 parent 4053ce6 commit 5b03b99

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite App</title>
7+
<title>Logseq Plugin</title>
88
</head>
99
<body>
1010
<div id="app"></div>

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"license": "MIT",
1010
"dependencies": {
11-
"@logseq/libs": "^0.0.1-alpha.10",
11+
"@logseq/libs": "^0.0.1-alpha.13",
12+
"@types/uuid": "^8.3.0",
1213
"react": "^17.0.0",
1314
"react-dom": "^17.0.0",
1415
"react-use": "^17.2.4"
@@ -18,12 +19,12 @@
1819
"@types/react-dom": "^17.0.0",
1920
"@vitejs/plugin-react-refresh": "^1.3.1",
2021
"typescript": "^4.1.2",
21-
"vite": "^2.3.3",
22-
"vite-plugin-windicss": "^0.16.0",
23-
"windicss": "^3.0.9"
22+
"vite": "2.3.6",
23+
"vite-plugin-windicss": "^1.0.1",
24+
"windicss": "^3.1.1"
2425
},
2526
"logseq": {
26-
"id": "_yourid",
27+
"id": "_pengx17-logseq-template-react",
2728
"icon": "./logo.svg"
2829
}
2930
}

0 commit comments

Comments
 (0)