Merge remote-tracking branch 'upstream/develop' into art/bump-2024.2.0-beta.7

This commit is contained in:
ced 2024-01-25 23:40:28 +00:00
commit 2da0d208d3
299 changed files with 20885 additions and 4108 deletions

View file

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2023.12.2-dev-art+1.0",
"version": "2024.2.0-beta.7-art+1.0",
"codename": "nasubi",
"repository": {
"type": "git",
@ -10,7 +10,10 @@
"workspaces": [
"packages/frontend",
"packages/backend",
"packages/sw"
"packages/sw",
"packages/misskey-js",
"packages/misskey-reversi",
"packages/misskey-bubble-game"
],
"private": true,
"scripts": {
@ -46,17 +49,17 @@
},
"dependencies": {
"execa": "8.0.1",
"cssnano": "6.0.2",
"cssnano": "6.0.3",
"js-yaml": "4.1.0",
"postcss": "8.4.32",
"terser": "5.26.0",
"postcss": "8.4.33",
"terser": "5.27.0",
"typescript": "5.3.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"cross-env": "7.0.3",
"cypress": "13.6.1",
"cypress": "13.6.3",
"eslint": "8.56.0",
"start-server-and-test": "2.0.3",
"ncp": "2.0.0"