summaryrefslogtreecommitdiff
path: root/packages/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-12-19 13:20:47 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-12-19 13:20:47 +0900
commit9e9142a110e28702b7769a73ea05f9fa4d46dfe9 (patch)
treec89839a6f8952d702387a3e8c7cc021cbdf80d9b /packages/client
parentrefactor: fix broken Vue component custom properties (#9351) (diff)
downloadmisskey-9e9142a110e28702b7769a73ea05f9fa4d46dfe9.tar.gz
misskey-9e9142a110e28702b7769a73ea05f9fa4d46dfe9.tar.bz2
misskey-9e9142a110e28702b7769a73ea05f9fa4d46dfe9.zip
update depsd
Diffstat (limited to 'packages/client')
-rw-r--r--packages/client/package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/packages/client/package.json b/packages/client/package.json
index 1962f0c6ee..34556d5fda 100644
--- a/packages/client/package.json
+++ b/packages/client/package.json
@@ -10,7 +10,7 @@
"@discordapp/twemoji": "14.0.2",
"@fortawesome/fontawesome-free": "6.1.2",
"@rollup/plugin-alias": "4.0.2",
- "@rollup/plugin-json": "5.0.2",
+ "@rollup/plugin-json": "6.0.0",
"@rollup/pluginutils": "5.0.2",
"@syuilo/aiscript": "0.11.1",
"@vitejs/plugin-vue": "4.0.0",
@@ -20,8 +20,8 @@
"blurhash": "2.0.4",
"broadcast-channel": "4.18.1",
"browser-image-resizer": "git+https://github.com/misskey-dev/browser-image-resizer#v2.2.1-misskey.3",
- "chart.js": "4.0.1",
- "chartjs-adapter-date-fns": "2.0.1",
+ "chart.js": "4.1.1",
+ "chartjs-adapter-date-fns": "3.0.0",
"chartjs-plugin-gradient": "0.6.1",
"chartjs-plugin-zoom": "2.0.0",
"compare-versions": "5.0.1",
@@ -31,8 +31,8 @@
"eventemitter3": "5.0.0",
"idb-keyval": "6.2.0",
"insert-text-at-cursor": "0.3.0",
- "is-file-animated": "1.0.1",
- "json5": "2.2.1",
+ "is-file-animated": "1.0.2",
+ "json5": "2.2.2",
"katex": "0.15.6",
"matter-js": "0.18.0",
"mfm-js": "0.23.0",
@@ -42,9 +42,9 @@
"punycode": "2.1.1",
"querystring": "0.2.1",
"rndstr": "1.0.0",
- "rollup": "3.7.2",
+ "rollup": "3.7.5",
"s-age": "1.1.2",
- "sass": "1.56.2",
+ "sass": "1.57.0",
"seedrandom": "3.0.5",
"strict-event-emitter-types": "2.0.0",
"stringz": "2.1.0",
@@ -58,7 +58,7 @@
"twemoji-parser": "14.0.0",
"typescript": "4.9.4",
"uuid": "9.0.0",
- "vanilla-tilt": "1.7.3",
+ "vanilla-tilt": "1.8.0",
"vite": "4.0.2",
"vue": "3.2.45",
"vue-prism-editor": "2.0.0-alpha.2",
@@ -78,15 +78,15 @@
"@types/uuid": "9.0.0",
"@types/websocket": "1.0.5",
"@types/ws": "8.5.3",
- "@typescript-eslint/eslint-plugin": "5.46.0",
- "@typescript-eslint/parser": "5.46.0",
+ "@typescript-eslint/eslint-plugin": "5.46.1",
+ "@typescript-eslint/parser": "5.46.1",
"cross-env": "7.0.3",
- "cypress": "12.0.2",
- "eslint": "8.29.0",
+ "cypress": "12.1.0",
+ "eslint": "8.30.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-vue": "9.8.0",
"start-server-and-test": "1.15.2",
"vue-eslint-parser": "^9.1.0",
- "vue-tsc": "^1.0.13"
+ "vue-tsc": "^1.0.14"
}
}