resolve loot-core peer dependency warnings (#5024)

* fix loot-core peer dependency issues

* note

* update @swc/core
This commit is contained in:
Matt Fiddaman
2025-05-18 19:37:22 -04:00
committed by GitHub
parent 188cd21cf1
commit e950bbb1df
4 changed files with 1010 additions and 60 deletions

View File

@@ -12,7 +12,7 @@
"@juggle/resize-observer": "^3.4.0",
"@playwright/test": "1.41.2",
"@rollup/plugin-inject": "^5.0.5",
"@swc/core": "^1.5.29",
"@swc/core": "^1.11.24",
"@swc/helpers": "^0.5.17",
"@swc/plugin-react-remove-properties": "^1.5.121",
"@testing-library/dom": "10.4.0",

View File

@@ -43,6 +43,7 @@
"@actual-app/api": "workspace:^",
"@actual-app/crdt": "workspace:^",
"@actual-app/web": "workspace:^",
"@swc/core": "^1.11.24",
"@types/adm-zip": "^0.5.7",
"@types/better-sqlite3": "^7.6.13",
"@types/jlongster__sql.js": "npm:@types/sql.js@latest",
@@ -58,6 +59,7 @@
"fake-indexeddb": "^3.1.8",
"fast-check": "3.15.1",
"i18next": "^23.11.5",
"jest": "^29.7.0",
"jsverify": "^0.8.4",
"memfs": "3.5.3",
"mockdate": "^3.0.5",

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [matt-fidd]
---
Fix loot-core peer dependency warnings

1060
yarn.lock

File diff suppressed because it is too large Load Diff