fix: upgrade better-sqlite3 for Node 24 compat, add --forceExit to jest
Made-with: Cursor
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"dev": "nodemon server.js",
|
||||
"test": "jest --config ../jest.config.js --runInBand --verbose",
|
||||
"test:watch": "jest --config ../jest.config.js --runInBand --watch"
|
||||
"test": "jest --config ../jest.config.js --runInBand --verbose --forceExit",
|
||||
"test:watch": "jest --config ../jest.config.js --runInBand --watch --forceExit"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"better-sqlite3": "^9.2.2",
|
||||
"better-sqlite3": "^12.8.0",
|
||||
"cors": "^2.8.5",
|
||||
"csv-parse": "^5.5.3",
|
||||
"csv-stringify": "^6.4.5",
|
||||
|
||||
Reference in New Issue
Block a user