Full document, spreadsheet, slideshow, and diagram tooling
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'fix: upgrade better-sqlite3 for Electron 41 V8 compatibility' (#179) from fix/electron-sqlite-compat into main

scott 10909e48 0be4fc54

+11 -7
+10 -6
package-lock.json
··· 1 1 { 2 2 "name": "tools", 3 - "version": "0.12.1", 3 + "version": "0.14.0", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "tools", 9 - "version": "0.12.1", 9 + "version": "0.14.0", 10 10 "dependencies": { 11 11 "@tiptap/core": "^2.11.0", 12 12 "@tiptap/extension-collaboration": "^2.11.0", ··· 31 31 "@tiptap/pm": "^2.11.0", 32 32 "@tiptap/starter-kit": "^2.11.0", 33 33 "@tiptap/suggestion": "^2.27.2", 34 - "better-sqlite3": "^11.7.0", 34 + "better-sqlite3": "^12.8.0", 35 35 "chart.js": "^4.5.1", 36 36 "compression": "^1.7.5", 37 37 "exceljs": "^4.4.0", ··· 3576 3576 "license": "MIT" 3577 3577 }, 3578 3578 "node_modules/better-sqlite3": { 3579 - "version": "11.10.0", 3580 - "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-11.10.0.tgz", 3581 - "integrity": "sha512-EwhOpyXiOEL/lKzHz9AW1msWFNzGc/z+LzeB3/jnFJpxu+th2yqvzsSWas1v9jgs9+xiXJcD5A8CJxAG2TaghQ==", 3579 + "version": "12.8.0", 3580 + "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.8.0.tgz", 3581 + "integrity": "sha512-RxD2Vd96sQDjQr20kdP+F+dK/1OUNiVOl200vKBZY8u0vTwysfolF6Hq+3ZK2+h8My9YvZhHsF+RSGZW2VYrPQ==", 3582 3582 "hasInstallScript": true, 3583 3583 "license": "MIT", 3584 3584 "dependencies": { 3585 3585 "bindings": "^1.5.0", 3586 3586 "prebuild-install": "^7.1.1" 3587 + }, 3588 + "engines": { 3589 + "node": "20.x || 22.x || 23.x || 24.x || 25.x" 3587 3590 } 3588 3591 }, 3589 3592 "node_modules/bidi-js": { ··· 4713 4716 "integrity": "sha512-glMJgnTreo8CFINujtAhCgN96QAqApDMZ8Vl1r8f0QT8QprvC1UCltV4CcWj20YoIyLZx6IUskaJZ0NV8fokcg==", 4714 4717 "dev": true, 4715 4718 "license": "MIT", 4719 + "peer": true, 4716 4720 "dependencies": { 4717 4721 "app-builder-lib": "26.8.1", 4718 4722 "builder-util": "26.8.1",
+1 -1
package.json
··· 40 40 "@tiptap/pm": "^2.11.0", 41 41 "@tiptap/starter-kit": "^2.11.0", 42 42 "@tiptap/suggestion": "^2.27.2", 43 - "better-sqlite3": "^11.7.0", 43 + "better-sqlite3": "^12.8.0", 44 44 "chart.js": "^4.5.1", 45 45 "compression": "^1.7.5", 46 46 "exceljs": "^4.4.0",