summaryrefslogtreecommitdiff
path: root/packages/frontend
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-04-21 09:02:49 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-04-21 09:02:49 +0900
commit4054f9cccf517259e1e20e260fef98a6cac735af (patch)
tree50d57adac658469467cb8f8a93b6d1e5c44798fd /packages/frontend
parentfix(backend): make isExplorable optional for backward compatibility (diff)
downloadmisskey-4054f9cccf517259e1e20e260fef98a6cac735af.tar.gz
misskey-4054f9cccf517259e1e20e260fef98a6cac735af.tar.bz2
misskey-4054f9cccf517259e1e20e260fef98a6cac735af.zip
update deps
Diffstat (limited to 'packages/frontend')
-rw-r--r--packages/frontend/package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/frontend/package.json b/packages/frontend/package.json
index 7cbc412932..a277c712f2 100644
--- a/packages/frontend/package.json
+++ b/packages/frontend/package.json
@@ -69,7 +69,7 @@
"typescript": "5.0.4",
"uuid": "9.0.0",
"vanilla-tilt": "1.8.0",
- "vite": "4.2.2",
+ "vite": "4.3.1",
"vue": "3.2.47",
"vue-plyr": "7.0.0",
"vue-prism-editor": "2.0.0-alpha.2",
@@ -97,12 +97,12 @@
"@testing-library/jest-dom": "5.16.5",
"@testing-library/vue": "7.0.0",
"@types/escape-regexp": "0.0.1",
- "@types/estree": "1.0.0",
+ "@types/estree": "1.0.1",
"@types/gulp": "4.0.10",
"@types/gulp-rename": "2.0.1",
"@types/matter-js": "0.18.2",
"@types/micromatch": "4.0.2",
- "@types/node": "18.15.11",
+ "@types/node": "18.15.12",
"@types/punycode": "2.1.0",
"@types/sanitize-html": "2.9.0",
"@types/seedrandom": "3.0.5",
@@ -113,18 +113,18 @@
"@types/websocket": "1.0.5",
"@types/ws": "8.5.4",
"@typescript-eslint/eslint-plugin": "5.59.0",
- "@typescript-eslint/parser": "5.57.1",
+ "@typescript-eslint/parser": "5.59.0",
"@vitest/coverage-c8": "0.30.1",
"@vue/runtime-core": "3.2.47",
"astring": "1.8.4",
"chokidar-cli": "3.0.0",
"cross-env": "7.0.3",
"cypress": "12.10.0",
- "eslint": "8.37.0",
+ "eslint": "8.38.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-vue": "9.11.0",
"fast-glob": "3.2.12",
- "happy-dom": "9.8.2",
+ "happy-dom": "9.8.4",
"micromatch": "3.1.10",
"msw": "1.2.1",
"msw-storybook-addon": "1.8.0",
@@ -139,6 +139,6 @@
"vitest": "0.30.1",
"vitest-fetch-mock": "0.2.2",
"vue-eslint-parser": "9.1.1",
- "vue-tsc": "1.2.0"
+ "vue-tsc": "1.4.0"
}
}