@actual-app/web 23.4.1 → 23.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/asset-manifest.json +3 -3
- package/build/data/migrations/1681115033845_add_schedule_name.sql +5 -0
- package/build/data/migrations/1682974838138_remove_payee_rules.sql +5 -0
- package/build/data-file-index.txt +2 -0
- package/build/index.html +1 -1
- package/build/kcab/kcab.worker.e2ee9d65fbc7d1214a04.js +32 -0
- package/build/kcab/kcab.worker.e2ee9d65fbc7d1214a04.js.map +1 -0
- package/build/kcab/{xfo.kcab.worker.7f572bee54e8c3e4bc4b.js → xfo.kcab.worker.e2ee9d65fbc7d1214a04.js} +1 -1
- package/build/static/js/main.8c52ae96.js +3 -0
- package/build/static/js/{main.c5f1ff27.js.LICENSE.txt → main.8c52ae96.js.LICENSE.txt} +9 -10
- package/build/static/js/main.8c52ae96.js.map +1 -0
- package/package.json +3 -6
- package/build/kcab/kcab.worker.7f572bee54e8c3e4bc4b.js +0 -31
- package/build/kcab/kcab.worker.7f572bee54e8c3e4bc4b.js.map +0 -1
- package/build/static/js/main.c5f1ff27.js +0 -3
- package/build/static/js/main.c5f1ff27.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@actual-app/web",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.5.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"files": [
|
|
6
6
|
"build"
|
|
7
7
|
],
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@jlongster/lively": "0.0.4",
|
|
10
9
|
"@juggle/resize-observer": "^3.1.2",
|
|
11
10
|
"@playwright/test": "^1.29.1",
|
|
12
11
|
"@reach/listbox": "^0.11.2",
|
|
@@ -25,7 +24,7 @@
|
|
|
25
24
|
"customize-cra": "^1.0.0",
|
|
26
25
|
"date-fns": "^2.29.3",
|
|
27
26
|
"debounce": "^1.2.0",
|
|
28
|
-
"downshift": "
|
|
27
|
+
"downshift": "7.6.0",
|
|
29
28
|
"focus-visible": "^4.1.1",
|
|
30
29
|
"formik": "^0.11.10",
|
|
31
30
|
"glamor": "^2.20.40",
|
|
@@ -38,7 +37,6 @@
|
|
|
38
37
|
"mitt": "^3.0.0",
|
|
39
38
|
"node-noop": "1.0.0",
|
|
40
39
|
"pikaday": "1.8.0",
|
|
41
|
-
"prop-types": "15.6.0",
|
|
42
40
|
"react": "18.2.0",
|
|
43
41
|
"react-app-rewired": "^2.2.1",
|
|
44
42
|
"react-dnd": "^10.0.2",
|
|
@@ -51,7 +49,6 @@
|
|
|
51
49
|
"react-router-dom": "5.2.0",
|
|
52
50
|
"react-router-dom-v5-compat": "^6.4.1",
|
|
53
51
|
"react-scripts": "^5.0.1",
|
|
54
|
-
"react-select": "^5.7.0",
|
|
55
52
|
"react-spring": "^8.0.27",
|
|
56
53
|
"react-virtualized-auto-sizer": "^1.0.2",
|
|
57
54
|
"redux": "^4.0.5",
|
|
@@ -66,7 +63,7 @@
|
|
|
66
63
|
"build": "cross-env INLINE_RUNTIME_CHUNK=false react-app-rewired build",
|
|
67
64
|
"build:browser": "cross-env ./bin/build-browser",
|
|
68
65
|
"test": "react-app-rewired test",
|
|
69
|
-
"e2e": "npx playwright test
|
|
66
|
+
"e2e": "npx playwright test --browser=chromium",
|
|
70
67
|
"lint": "eslint ."
|
|
71
68
|
},
|
|
72
69
|
"jest": {
|