Skip to content

Commit

Permalink
use nodemon 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Nov 15, 2024
1 parent cf7df05 commit ce1f84e
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"fkill": "9.0.0",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"nodemon": "3.1.7",
"nodemon": "3.0.2",
"pid-port": "1.0.0",
"simple-oauth2": "5.1.0"
}
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 @@ -61,7 +61,7 @@
"intersection-observer": "0.12.2",
"micromatch": "4.0.8",
"msw": "2.6.4",
"nodemon": "3.1.7",
"nodemon": "3.0.2",
"prettier": "3.3.3",
"start-server-and-test": "2.0.8",
"vite-plugin-turbosnap": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"micromatch": "4.0.8",
"msw": "2.6.4",
"msw-storybook-addon": "2.0.4",
"nodemon": "3.1.7",
"nodemon": "3.0.2",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
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 @@ -27,7 +27,7 @@
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"nodemon": "3.1.7",
"nodemon": "3.0.2",
"execa": "9.5.1",
"typescript": "5.6.3",
"esbuild": "0.24.0",
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 @@ -46,7 +46,7 @@
"jest-websocket-mock": "2.5.0",
"mock-socket": "9.3.1",
"ncp": "2.0.0",
"nodemon": "3.1.7",
"nodemon": "3.0.2",
"execa": "9.5.1",
"tsd": "0.31.2",
"typescript": "5.6.3",
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 @@ -26,7 +26,7 @@
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"execa": "9.5.1",
"nodemon": "3.1.7",
"nodemon": "3.0.2",
"typescript": "5.6.3",
"esbuild": "0.24.0",
"glob": "11.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/sw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@typescript-eslint/parser": "7.17.0",
"@typescript/lib-webworker": "npm:@types/[email protected]",
"eslint-plugin-import": "2.30.0",
"nodemon": "3.1.7",
"nodemon": "3.0.2",
"typescript": "5.6.3"
},
"type": "module"
Expand Down
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce1f84e

Please sign in to comment.