Skip to content

Commit

Permalink
Revert "wip"
Browse files Browse the repository at this point in the history
This reverts commit 393de24.
  • Loading branch information
syuilo committed Nov 13, 2024
1 parent 393de24 commit 5408358
Show file tree
Hide file tree
Showing 10 changed files with 233 additions and 233 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"postcss": "8.4.49",
"tar": "6.2.1",
"terser": "5.33.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"esbuild": "0.23.1",
"glob": "11.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"tsc-alias": "1.8.10",
"tsconfig-paths": "4.2.0",
"typeorm": "0.3.20",
"typescript": "5.6.2",
"typescript": "5.6.3",
"ulid": "2.3.0",
"vary": "1.1.2",
"web-push": "3.6.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend-embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"tinycolor2": "1.6.0",
"tsc-alias": "1.8.10",
"tsconfig-paths": "4.2.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"uuid": "10.0.0",
"json5": "2.2.3",
"vite": "5.4.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"tinycolor2": "1.6.0",
"tsc-alias": "1.8.10",
"tsconfig-paths": "4.2.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"uuid": "10.0.0",
"v-code-diff": "1.13.1",
"vite": "5.4.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/misskey-bubble-game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@typescript-eslint/parser": "7.1.0",
"nodemon": "3.0.2",
"execa": "9.5.1",
"typescript": "5.6.2",
"typescript": "5.6.3",
"esbuild": "0.19.11",
"glob": "10.3.10"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/misskey-js/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"openapi-typescript": "6.7.3",
"ts-case-convert": "2.0.7",
"tsx": "4.4.0",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"files": [
"built"
Expand Down
2 changes: 1 addition & 1 deletion packages/misskey-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"nodemon": "3.1.7",
"execa": "9.5.1",
"tsd": "0.31.2",
"typescript": "5.6.2",
"typescript": "5.6.3",
"esbuild": "0.23.1",
"glob": "11.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/misskey-reversi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@typescript-eslint/parser": "7.1.0",
"execa": "9.5.1",
"nodemon": "3.0.2",
"typescript": "5.6.2",
"typescript": "5.6.3",
"esbuild": "0.19.11",
"glob": "10.3.10"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@typescript/lib-webworker": "npm:@types/[email protected]",
"eslint-plugin-import": "2.30.0",
"nodemon": "3.1.7",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"type": "module"
}
Loading

0 comments on commit 5408358

Please sign in to comment.