(octokit) add octokit rest lib

This commit is contained in:
2021-03-17 23:25:39 +01:00
parent baf7973414
commit 6f5ea41824
3 changed files with 56 additions and 5 deletions

View File

@@ -11,11 +11,13 @@
},
"dependencies": {
"@octokit/core": "^3.2.5",
"@octokit/rest": "^18.3.5",
"@toycode/markdown-it-class": "^1.2.4",
"@vueuse/core": "^4.4.0",
"bulma": "^0.9.2",
"core-js": "^3.9.0",
"markdown-it": "^12.0.4",
"nanoid": "^3.1.22",
"pouchdb-adapter-indexeddb": "^7.2.2",
"pouchdb-browser": "^7.2.2",
"register-service-worker": "^1.7.2",
@@ -54,4 +56,4 @@
"typescript": "~4.1.3",
"vue-jest": "^5.0.0-0"
}
}
}