We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cceff40 commit 0e917adCopy full SHA for 0e917ad
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "logseq-plugin-bullet-threading",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"main": "dist/index.html",
5
"scripts": {
6
"dev": "vite",
@@ -9,14 +9,16 @@
9
},
10
"license": "MIT",
11
"dependencies": {
12
- "@logseq/libs": "^0.0.10"
+ "@logseq/libs": "^0.0.15",
13
+ "semver": "7.5.1"
14
15
"devDependencies": {
16
"@semantic-release/changelog": "6.0.1",
17
"@semantic-release/exec": "6.0.3",
18
"@semantic-release/git": "10.0.1",
19
"@semantic-release/npm": "9.0.1",
20
"@types/node": "17.0.29",
21
+ "@types/semver": "^7.5.0",
22
"@typescript-eslint/eslint-plugin": "5.42.1",
23
"@typescript-eslint/parser": "5.42.1",
24
"conventional-changelog-conventionalcommits": "4.6.3",
0 commit comments