⬆️ mid month dependency bump (#6656)

* @types/node (^22.19.1 → ^22.19.3)

* oxlint (^1.37.0 → ^1.38.0)

* better-sqlite3 (^12.4.1 → ^12.5.0)

* vitest (^4.0.9 → ^4.0.16)

* react-aria-components (^1.13.0 → ^1.14.0)

* @codemirror/autocomplete (^6.19.1 → ^6.20.0)

* @codemirror/language (^6.11.3 → ^6.12.1)

* @codemirror/state (^6.5.2 → ^6.5.3)

* @swc/core (^1.15.2 → ^1.15.8)

* @uiw/react-codemirror (^4.25.3 → ^4.25.4)

* @vitejs/plugin-basic-ssl (^2.1.0 → ^2.1.3)

* @vitejs/plugin-react (^5.1.1 → ^5.1.2)

* hyperformula (^3.1.0 → ^3.1.1)

* i18next (^25.6.2 → ^25.7.4)

* jsdom (^27.2.0 → ^27.4.0)

* react-aria (^3.44.0 → ^3.45.0)

* @swc/helpers (^0.5.17 → ^0.5.18)

* react-error-boundary (^6.0.0 → ^6.0.3)

* react-grid-layout (^1.5.2 → ^1.5.3)

* react-i18next (^16.3.3 → ^16.5.1)

* react-simple-pull-to-refresh (^1.3.3 → ^1.3.4)

* sass (^1.94.0 → ^1.97.2)

* vite (^7.2.2 → ^7.3.1)

* vite-plugin-pwa (^1.1.0 → ^1.2.0)

* fs-extra (^11.3.2 → ^11.3.3)

* @easyops-cn/docusaurus-search-local (^0.52.1 → ^0.52.2)

* react (^19.2.0 → ^19.2.3)

* react-dom (^19.2.0 → ^19.2.3)

* @reduxjs/toolkit (^2.10.1 → ^2.11.2)

* lru-cache (^11.2.2 → ^11.2.4)

* ua-parser-js (^2.0.6 → ^2.0.7)

* workbox-precaching (^7.3.0 → ^7.4.0)

* winston (^3.18.3 → ^3.19.0)

* supertest (^7.1.4 → ^7.2.2)

* playwright (^1.56.0 → ^1.57.0)

* stragglers

* note

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Matt Fiddaman
2026-01-14 20:17:55 +00:00
committed by GitHub
parent c1720f35fd
commit 826ad86ada
19 changed files with 1798 additions and 1236 deletions

View File

@@ -64,44 +64,44 @@
},
"dependencies": {
"@jlongster/sql.js": "^1.6.7",
"@reduxjs/toolkit": "^2.10.1",
"@reduxjs/toolkit": "^2.11.2",
"@rschedule/core": "^1.5.0",
"@rschedule/json-tools": "^1.5.0",
"@rschedule/standard-date-adapter": "^1.5.0",
"absurd-sql": "0.0.54",
"adm-zip": "patch:adm-zip@npm%3A0.5.16#~/.yarn/patches/adm-zip-npm-0.5.16-4556fea098.patch",
"better-sqlite3": "^12.4.1",
"better-sqlite3": "^12.5.0",
"csv-parse": "^6.1.0",
"csv-stringify": "^6.6.0",
"date-fns": "^4.1.0",
"deep-equal": "^2.2.3",
"handlebars": "^4.7.8",
"lru-cache": "^11.2.2",
"lru-cache": "^11.2.4",
"md5": "^2.3.0",
"memoize-one": "^6.0.0",
"mitt": "^3.0.1",
"slash": "5.1.0",
"ua-parser-js": "^2.0.6",
"ua-parser-js": "^2.0.7",
"uuid": "^13.0.0"
},
"devDependencies": {
"@actual-app/api": "workspace:^",
"@actual-app/crdt": "workspace:^",
"@actual-app/web": "workspace:^",
"@swc/core": "^1.15.2",
"@swc/core": "^1.15.8",
"@types/adm-zip": "^0.5.7",
"@types/better-sqlite3": "^7.6.13",
"@types/emscripten": "^1.41.5",
"@types/jlongster__sql.js": "npm:@types/sql.js@latest",
"@types/node": "^22.19.1",
"@types/node": "^22.19.3",
"@types/pegjs": "^0.10.6",
"assert": "^2.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"cross-env": "^10.1.0",
"fake-indexeddb": "^6.2.5",
"fast-check": "4.3.0",
"i18next": "^25.6.2",
"fast-check": "4.5.3",
"i18next": "^25.7.4",
"jest-diff": "^30.2.0",
"jsverify": "^0.8.4",
"mockdate": "^3.0.5",
@@ -112,10 +112,10 @@
"stream-browserify": "^3.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"vite": "^7.2.2",
"vite": "^7.3.1",
"vite-plugin-node-polyfills": "^0.24.0",
"vite-plugin-peggy-loader": "^2.0.1",
"vitest": "^4.0.9",
"vitest": "^4.0.16",
"yargs": "^18.0.0"
}
}