summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-04-14 16:39:53 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-04-14 16:39:53 +0900
commit449dc17df8fe3b6cc220aaabd576b0f04f6028da (patch)
tree33e5c4da1b43f1bba0a02501150c760623fc9798 /package.json
parentMerge branch 'develop' (diff)
parent12.76.0 (diff)
downloadmisskey-449dc17df8fe3b6cc220aaabd576b0f04f6028da.tar.gz
misskey-449dc17df8fe3b6cc220aaabd576b0f04f6028da.tar.bz2
misskey-449dc17df8fe3b6cc220aaabd576b0f04f6028da.zip
Merge branch 'develop'
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/package.json b/package.json
index ba41f0ddf5..e6f3b71b74 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,11 @@
{
"name": "misskey",
"author": "syuilo <syuilotan@yahoo.co.jp>",
- "version": "12.75.1",
+ "version": "12.76.0",
"codename": "indigo",
"repository": {
"type": "git",
- "url": "https://github.com/syuilo/misskey.git"
+ "url": "https://github.com/misskey-dev/misskey.git"
},
"main": "./index.js",
"private": true,
@@ -88,6 +88,7 @@
"@types/parsimmon": "1.10.6",
"@types/portscanner": "2.1.0",
"@types/pug": "2.0.4",
+ "@types/punycode": "2.1.0",
"@types/qrcode": "1.4.0",
"@types/random-seed": "0.3.3",
"@types/ratelimiter": "3.4.1",
@@ -109,7 +110,7 @@
"@types/websocket": "1.0.2",
"@types/ws": "7.4.0",
"@typescript-eslint/parser": "4.18.0",
- "@vue/compiler-sfc": "3.0.7",
+ "@vue/compiler-sfc": "3.0.8",
"abort-controller": "3.0.0",
"apexcharts": "3.26.0",
"autobind-decorator": "2.4.0",
@@ -180,6 +181,7 @@
"markdown-it": "12.0.4",
"markdown-it-anchor": "7.1.0",
"matter-js": "0.16.1",
+ "mfm-js": "0.14.0",
"mocha": "8.3.2",
"moji": "0.5.1",
"ms": "2.1.3",
@@ -190,7 +192,6 @@
"object-assign-deep": "0.4.0",
"os-utils": "0.0.14",
"parse5": "6.0.1",
- "parsimmon": "1.16.0",
"pg": "8.5.1",
"portscanner": "2.2.0",
"postcss": "8.2.8",
@@ -245,13 +246,14 @@
"uuid": "8.3.2",
"v-debounce": "0.1.2",
"vanilla-tilt": "1.7.0",
- "vue": "3.0.7",
+ "vue": "3.0.8",
"vue-color": "2.8.1",
"vue-json-pretty": "1.7.1",
"vue-loader": "16.1.2",
"vue-prism-editor": "2.0.0-alpha.2",
"vue-router": "4.0.5",
"vue-style-loader": "4.1.3",
+ "vue-svg-loader": "0.17.0-beta.2",
"vuedraggable": "4.0.1",
"web-push": "3.4.4",
"webpack": "5.27.2",