Skip to content

Commit e1fc3cf

Browse files
committed
updated packages
1 parent 4b86ed9 commit e1fc3cf

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

bun.lockb

-5.18 KB
Binary file not shown.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"packageManager": "bun@1.1.10",
66
"scripts": {
77
"start": "nx run-many -t serve -p tag:scope:app",
8-
"build": "concurrently \"nx serve api\" \"bun run wait-and-build\" --kill-others --success last --kill-signal SIGINT",
8+
"build": "npx concurrently \"nx serve api\" \"bun run wait-and-build\" --kill-others --success last --kill-signal SIGINT",
99
"wait-and-build": "wait-on tcp:3000 && nx build app"
1010
},
1111
"private": true,
@@ -67,7 +67,7 @@
6767
"@types/node": "20.13.0",
6868
"@typescript-eslint/eslint-plugin": "^7.10.0",
6969
"@typescript-eslint/parser": "^7.10.0",
70-
"eslint": "~9.4.0",
70+
"concurrently": "^8.2.2",
7171
"eslint-config-prettier": "^9.1.0",
7272
"eslint-plugin-playwright": "^1.6.2",
7373
"jest": "^29.7.0",
@@ -80,5 +80,11 @@
8080
"ts-node": "10.9.2",
8181
"typescript": "~5.4.5",
8282
"webpack-cli": "^5.1.4"
83+
},
84+
"engines": {
85+
"node": ">=22.0.0"
86+
},
87+
"volta": {
88+
"node": "22.2.0"
8389
}
8490
}

0 commit comments

Comments
 (0)