@wavemaker/react-runtime 11.14.1-21.64741 → 11.14.1-22.647482
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/package-lock.json +148 -131
- package/package.json +2 -2
package/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/react-runtime",
|
|
3
|
-
"version": "11.14.1-
|
|
3
|
+
"version": "11.14.1-22.647482",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/react-runtime",
|
|
9
|
-
"version": "11.14.1-
|
|
9
|
+
"version": "11.14.1-22.647482",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@base-ui-components/react": "1.0.0-alpha.8",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@types/react": "^19",
|
|
60
60
|
"@types/react-color": "^3.0.13",
|
|
61
61
|
"@types/react-dom": "^19",
|
|
62
|
-
"@wavemaker/variables": "11.14.1-
|
|
62
|
+
"@wavemaker/variables": "11.14.1-22.647482",
|
|
63
63
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
64
64
|
"eslint": "^9",
|
|
65
65
|
"eslint-config-next": "15.1.4",
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
114
|
"node_modules/@babel/compat-data": {
|
|
115
|
-
"version": "7.29.
|
|
116
|
-
"integrity": "sha512-
|
|
115
|
+
"version": "7.29.3",
|
|
116
|
+
"integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==",
|
|
117
117
|
"dev": true,
|
|
118
118
|
"license": "MIT",
|
|
119
119
|
"engines": {
|
|
@@ -195,8 +195,8 @@
|
|
|
195
195
|
}
|
|
196
196
|
},
|
|
197
197
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
198
|
-
"version": "7.
|
|
199
|
-
"integrity": "sha512-
|
|
198
|
+
"version": "7.29.3",
|
|
199
|
+
"integrity": "sha512-RpLYy2sb51oNLjuu1iD3bwBqCBWUzjO0ocp+iaCP/lJtb2CPLcnC2Fftw+4sAzaMELGeWTgExSKADbdo0GFVzA==",
|
|
200
200
|
"dev": true,
|
|
201
201
|
"license": "MIT",
|
|
202
202
|
"dependencies": {
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
206
206
|
"@babel/helper-replace-supers": "^7.28.6",
|
|
207
207
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
208
|
-
"@babel/traverse": "^7.
|
|
208
|
+
"@babel/traverse": "^7.29.0",
|
|
209
209
|
"semver": "^6.3.1"
|
|
210
210
|
},
|
|
211
211
|
"engines": {
|
|
@@ -420,8 +420,8 @@
|
|
|
420
420
|
}
|
|
421
421
|
},
|
|
422
422
|
"node_modules/@babel/parser": {
|
|
423
|
-
"version": "7.29.
|
|
424
|
-
"integrity": "sha512-
|
|
423
|
+
"version": "7.29.3",
|
|
424
|
+
"integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
|
|
425
425
|
"license": "MIT",
|
|
426
426
|
"dependencies": {
|
|
427
427
|
"@babel/types": "^7.29.0"
|
|
@@ -479,6 +479,22 @@
|
|
|
479
479
|
"@babel/core": "^7.0.0"
|
|
480
480
|
}
|
|
481
481
|
},
|
|
482
|
+
"node_modules/@babel/plugin-bugfix-safari-rest-destructuring-rhs-array": {
|
|
483
|
+
"version": "7.29.3",
|
|
484
|
+
"integrity": "sha512-SRS46DFR4HqzUzCVgi90/xMoL+zeBDBvWdKYXSEzh79kXswNFEglUpMKxR04//dPqwYXWUBJ3mpUd933ru9Kmg==",
|
|
485
|
+
"dev": true,
|
|
486
|
+
"license": "MIT",
|
|
487
|
+
"dependencies": {
|
|
488
|
+
"@babel/helper-plugin-utils": "^7.28.6",
|
|
489
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
|
|
490
|
+
},
|
|
491
|
+
"engines": {
|
|
492
|
+
"node": ">=6.9.0"
|
|
493
|
+
},
|
|
494
|
+
"peerDependencies": {
|
|
495
|
+
"@babel/core": "^7.0.0"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
482
498
|
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
|
|
483
499
|
"version": "7.27.1",
|
|
484
500
|
"integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==",
|
|
@@ -1014,8 +1030,8 @@
|
|
|
1014
1030
|
}
|
|
1015
1031
|
},
|
|
1016
1032
|
"node_modules/@babel/plugin-transform-modules-systemjs": {
|
|
1017
|
-
"version": "7.29.
|
|
1018
|
-
"integrity": "sha512-
|
|
1033
|
+
"version": "7.29.4",
|
|
1034
|
+
"integrity": "sha512-N7QmZ0xRZfjHOfZeQLJjwgX2zS9pdGHSVl/cjSGlo4dXMqvurfxXDMKY4RqEKzPozV78VMcd0lxyG13mlbKc4w==",
|
|
1019
1035
|
"dev": true,
|
|
1020
1036
|
"license": "MIT",
|
|
1021
1037
|
"dependencies": {
|
|
@@ -1507,18 +1523,19 @@
|
|
|
1507
1523
|
}
|
|
1508
1524
|
},
|
|
1509
1525
|
"node_modules/@babel/preset-env": {
|
|
1510
|
-
"version": "7.29.
|
|
1511
|
-
"integrity": "sha512
|
|
1526
|
+
"version": "7.29.5",
|
|
1527
|
+
"integrity": "sha512-/69t2aEzGKHD76DyLbHysF/QH2LJOB8iFnYO37unDTKBTubzcMRv0f3H5EiN1Q6ajOd/eB7dAInF0qdFVS06kA==",
|
|
1512
1528
|
"dev": true,
|
|
1513
1529
|
"license": "MIT",
|
|
1514
1530
|
"dependencies": {
|
|
1515
|
-
"@babel/compat-data": "^7.29.
|
|
1531
|
+
"@babel/compat-data": "^7.29.3",
|
|
1516
1532
|
"@babel/helper-compilation-targets": "^7.28.6",
|
|
1517
1533
|
"@babel/helper-plugin-utils": "^7.28.6",
|
|
1518
1534
|
"@babel/helper-validator-option": "^7.27.1",
|
|
1519
1535
|
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.28.5",
|
|
1520
1536
|
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
|
|
1521
1537
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1",
|
|
1538
|
+
"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array": "^7.29.3",
|
|
1522
1539
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1",
|
|
1523
1540
|
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.28.6",
|
|
1524
1541
|
"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
|
|
@@ -1550,7 +1567,7 @@
|
|
|
1550
1567
|
"@babel/plugin-transform-member-expression-literals": "^7.27.1",
|
|
1551
1568
|
"@babel/plugin-transform-modules-amd": "^7.27.1",
|
|
1552
1569
|
"@babel/plugin-transform-modules-commonjs": "^7.28.6",
|
|
1553
|
-
"@babel/plugin-transform-modules-systemjs": "^7.29.
|
|
1570
|
+
"@babel/plugin-transform-modules-systemjs": "^7.29.4",
|
|
1554
1571
|
"@babel/plugin-transform-modules-umd": "^7.27.1",
|
|
1555
1572
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.29.0",
|
|
1556
1573
|
"@babel/plugin-transform-new-target": "^7.27.1",
|
|
@@ -2876,13 +2893,13 @@
|
|
|
2876
2893
|
}
|
|
2877
2894
|
},
|
|
2878
2895
|
"node_modules/@mui/private-theming": {
|
|
2879
|
-
"version": "7.3.
|
|
2880
|
-
"integrity": "sha512-
|
|
2896
|
+
"version": "7.3.11",
|
|
2897
|
+
"integrity": "sha512-9B+YKms0fRHbNrqp9tOT/DNbNnU5gyvJ1o3qAGXfq8GmZcbJnE3At9x07Zr/o0pkhzg4aDdwXVqe4+AcgtOCPA==",
|
|
2881
2898
|
"license": "MIT",
|
|
2882
2899
|
"peer": true,
|
|
2883
2900
|
"dependencies": {
|
|
2884
2901
|
"@babel/runtime": "^7.28.6",
|
|
2885
|
-
"@mui/utils": "^7.3.
|
|
2902
|
+
"@mui/utils": "^7.3.11",
|
|
2886
2903
|
"prop-types": "^15.8.1"
|
|
2887
2904
|
},
|
|
2888
2905
|
"engines": {
|
|
@@ -2903,8 +2920,8 @@
|
|
|
2903
2920
|
}
|
|
2904
2921
|
},
|
|
2905
2922
|
"node_modules/@mui/private-theming/node_modules/@mui/utils": {
|
|
2906
|
-
"version": "7.3.
|
|
2907
|
-
"integrity": "sha512-
|
|
2923
|
+
"version": "7.3.11",
|
|
2924
|
+
"integrity": "sha512-XTjGnifwteg71/ij+0e7Y7d+hwyntMYP5wPoA/g2drdGH+Flkvjwy0OfrVpKBbaOvofq4zU/LIyUZyKgmWu18g==",
|
|
2908
2925
|
"license": "MIT",
|
|
2909
2926
|
"peer": true,
|
|
2910
2927
|
"dependencies": {
|
|
@@ -2967,16 +2984,16 @@
|
|
|
2967
2984
|
}
|
|
2968
2985
|
},
|
|
2969
2986
|
"node_modules/@mui/system": {
|
|
2970
|
-
"version": "7.3.
|
|
2971
|
-
"integrity": "sha512
|
|
2987
|
+
"version": "7.3.11",
|
|
2988
|
+
"integrity": "sha512-7izwGWdNawAKpBKcRlx7f2gFnAAjmASBWvMcyX4YYEeLOFsbfGRbUYGInvnAcUeql3rPxI7F9Ft4oY2OLRz44g==",
|
|
2972
2989
|
"license": "MIT",
|
|
2973
2990
|
"peer": true,
|
|
2974
2991
|
"dependencies": {
|
|
2975
2992
|
"@babel/runtime": "^7.28.6",
|
|
2976
|
-
"@mui/private-theming": "^7.3.
|
|
2993
|
+
"@mui/private-theming": "^7.3.11",
|
|
2977
2994
|
"@mui/styled-engine": "^7.3.10",
|
|
2978
2995
|
"@mui/types": "^7.4.12",
|
|
2979
|
-
"@mui/utils": "^7.3.
|
|
2996
|
+
"@mui/utils": "^7.3.11",
|
|
2980
2997
|
"clsx": "^2.1.1",
|
|
2981
2998
|
"csstype": "^3.2.3",
|
|
2982
2999
|
"prop-types": "^15.8.1"
|
|
@@ -3007,8 +3024,8 @@
|
|
|
3007
3024
|
}
|
|
3008
3025
|
},
|
|
3009
3026
|
"node_modules/@mui/system/node_modules/@mui/utils": {
|
|
3010
|
-
"version": "7.3.
|
|
3011
|
-
"integrity": "sha512-
|
|
3027
|
+
"version": "7.3.11",
|
|
3028
|
+
"integrity": "sha512-XTjGnifwteg71/ij+0e7Y7d+hwyntMYP5wPoA/g2drdGH+Flkvjwy0OfrVpKBbaOvofq4zU/LIyUZyKgmWu18g==",
|
|
3012
3029
|
"license": "MIT",
|
|
3013
3030
|
"peer": true,
|
|
3014
3031
|
"dependencies": {
|
|
@@ -3095,8 +3112,8 @@
|
|
|
3095
3112
|
}
|
|
3096
3113
|
},
|
|
3097
3114
|
"node_modules/@mui/x-date-pickers": {
|
|
3098
|
-
"version": "8.28.
|
|
3099
|
-
"integrity": "sha512-
|
|
3115
|
+
"version": "8.28.4",
|
|
3116
|
+
"integrity": "sha512-XrbhhrVuFucFCiHEgup8UCn4+vBC5IqRb7QI8VzfZcRZIgmEgxlHPM74JnBFweg1dzlZG4GUgnmBMloSYIiSHw==",
|
|
3100
3117
|
"license": "MIT",
|
|
3101
3118
|
"dependencies": {
|
|
3102
3119
|
"@babel/runtime": "^7.28.4",
|
|
@@ -3160,8 +3177,8 @@
|
|
|
3160
3177
|
}
|
|
3161
3178
|
},
|
|
3162
3179
|
"node_modules/@mui/x-date-pickers/node_modules/@mui/utils": {
|
|
3163
|
-
"version": "7.3.
|
|
3164
|
-
"integrity": "sha512-
|
|
3180
|
+
"version": "7.3.11",
|
|
3181
|
+
"integrity": "sha512-XTjGnifwteg71/ij+0e7Y7d+hwyntMYP5wPoA/g2drdGH+Flkvjwy0OfrVpKBbaOvofq4zU/LIyUZyKgmWu18g==",
|
|
3165
3182
|
"license": "MIT",
|
|
3166
3183
|
"dependencies": {
|
|
3167
3184
|
"@babel/runtime": "^7.28.6",
|
|
@@ -3210,8 +3227,8 @@
|
|
|
3210
3227
|
}
|
|
3211
3228
|
},
|
|
3212
3229
|
"node_modules/@mui/x-internals/node_modules/@mui/utils": {
|
|
3213
|
-
"version": "7.3.
|
|
3214
|
-
"integrity": "sha512-
|
|
3230
|
+
"version": "7.3.11",
|
|
3231
|
+
"integrity": "sha512-XTjGnifwteg71/ij+0e7Y7d+hwyntMYP5wPoA/g2drdGH+Flkvjwy0OfrVpKBbaOvofq4zU/LIyUZyKgmWu18g==",
|
|
3215
3232
|
"license": "MIT",
|
|
3216
3233
|
"dependencies": {
|
|
3217
3234
|
"@babel/runtime": "^7.28.6",
|
|
@@ -3573,8 +3590,8 @@
|
|
|
3573
3590
|
}
|
|
3574
3591
|
},
|
|
3575
3592
|
"node_modules/@tybys/wasm-util": {
|
|
3576
|
-
"version": "0.10.
|
|
3577
|
-
"integrity": "sha512-
|
|
3593
|
+
"version": "0.10.2",
|
|
3594
|
+
"integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
|
|
3578
3595
|
"dev": true,
|
|
3579
3596
|
"license": "MIT",
|
|
3580
3597
|
"optional": true,
|
|
@@ -3637,8 +3654,8 @@
|
|
|
3637
3654
|
"license": "MIT"
|
|
3638
3655
|
},
|
|
3639
3656
|
"node_modules/@types/estree": {
|
|
3640
|
-
"version": "1.0.
|
|
3641
|
-
"integrity": "sha512-
|
|
3657
|
+
"version": "1.0.9",
|
|
3658
|
+
"integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
|
|
3642
3659
|
"dev": true,
|
|
3643
3660
|
"license": "MIT"
|
|
3644
3661
|
},
|
|
@@ -3676,8 +3693,8 @@
|
|
|
3676
3693
|
}
|
|
3677
3694
|
},
|
|
3678
3695
|
"node_modules/@types/node": {
|
|
3679
|
-
"version": "20.19.
|
|
3680
|
-
"integrity": "sha512-
|
|
3696
|
+
"version": "20.19.40",
|
|
3697
|
+
"integrity": "sha512-xxx6M2IpSTnnKcR0cMvIiohkiCx20/oRPtWGbenFygKCGl3zqUzdNjQ/1V4solq1LU+dgv0nQzeGOuqkqZGg0Q==",
|
|
3681
3698
|
"dev": true,
|
|
3682
3699
|
"license": "MIT",
|
|
3683
3700
|
"dependencies": {
|
|
@@ -3752,16 +3769,16 @@
|
|
|
3752
3769
|
"license": "MIT"
|
|
3753
3770
|
},
|
|
3754
3771
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
3755
|
-
"version": "8.59.
|
|
3756
|
-
"integrity": "sha512-
|
|
3772
|
+
"version": "8.59.2",
|
|
3773
|
+
"integrity": "sha512-j/bwmkBvHUtPNxzuWe5z6BEk3q54YRyGlBXkSsmfoih7zNrBvl5A9A98anlp/7JbyZcWIJ8KXo/3Tq/DjFLtuQ==",
|
|
3757
3774
|
"dev": true,
|
|
3758
3775
|
"license": "MIT",
|
|
3759
3776
|
"dependencies": {
|
|
3760
3777
|
"@eslint-community/regexpp": "^4.12.2",
|
|
3761
|
-
"@typescript-eslint/scope-manager": "8.59.
|
|
3762
|
-
"@typescript-eslint/type-utils": "8.59.
|
|
3763
|
-
"@typescript-eslint/utils": "8.59.
|
|
3764
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
3778
|
+
"@typescript-eslint/scope-manager": "8.59.2",
|
|
3779
|
+
"@typescript-eslint/type-utils": "8.59.2",
|
|
3780
|
+
"@typescript-eslint/utils": "8.59.2",
|
|
3781
|
+
"@typescript-eslint/visitor-keys": "8.59.2",
|
|
3765
3782
|
"ignore": "^7.0.5",
|
|
3766
3783
|
"natural-compare": "^1.4.0",
|
|
3767
3784
|
"ts-api-utils": "^2.5.0"
|
|
@@ -3774,7 +3791,7 @@
|
|
|
3774
3791
|
"url": "https://opencollective.com/typescript-eslint"
|
|
3775
3792
|
},
|
|
3776
3793
|
"peerDependencies": {
|
|
3777
|
-
"@typescript-eslint/parser": "^8.59.
|
|
3794
|
+
"@typescript-eslint/parser": "^8.59.2",
|
|
3778
3795
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
3779
3796
|
"typescript": ">=4.8.4 <6.1.0"
|
|
3780
3797
|
}
|
|
@@ -3789,15 +3806,15 @@
|
|
|
3789
3806
|
}
|
|
3790
3807
|
},
|
|
3791
3808
|
"node_modules/@typescript-eslint/parser": {
|
|
3792
|
-
"version": "8.59.
|
|
3793
|
-
"integrity": "sha512-
|
|
3809
|
+
"version": "8.59.2",
|
|
3810
|
+
"integrity": "sha512-plR3pp6D+SSUn1HM7xvSkx12/DhoHInI2YF35KAcVFNZvlC0gtrWqx7Qq1oH2Ssgi0vlFRCTbP+DZc7B9+TtsQ==",
|
|
3794
3811
|
"dev": true,
|
|
3795
3812
|
"license": "MIT",
|
|
3796
3813
|
"dependencies": {
|
|
3797
|
-
"@typescript-eslint/scope-manager": "8.59.
|
|
3798
|
-
"@typescript-eslint/types": "8.59.
|
|
3799
|
-
"@typescript-eslint/typescript-estree": "8.59.
|
|
3800
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
3814
|
+
"@typescript-eslint/scope-manager": "8.59.2",
|
|
3815
|
+
"@typescript-eslint/types": "8.59.2",
|
|
3816
|
+
"@typescript-eslint/typescript-estree": "8.59.2",
|
|
3817
|
+
"@typescript-eslint/visitor-keys": "8.59.2",
|
|
3801
3818
|
"debug": "^4.4.3"
|
|
3802
3819
|
},
|
|
3803
3820
|
"engines": {
|
|
@@ -3813,13 +3830,13 @@
|
|
|
3813
3830
|
}
|
|
3814
3831
|
},
|
|
3815
3832
|
"node_modules/@typescript-eslint/project-service": {
|
|
3816
|
-
"version": "8.59.
|
|
3817
|
-
"integrity": "sha512
|
|
3833
|
+
"version": "8.59.2",
|
|
3834
|
+
"integrity": "sha512-+2hqvEkeyf/0FBor67duF0Ll7Ot8jyKzDQOSrxazF/danillRq2DwR9dLptsXpoZQqxE1UisSmoZewrlPas9Vw==",
|
|
3818
3835
|
"dev": true,
|
|
3819
3836
|
"license": "MIT",
|
|
3820
3837
|
"dependencies": {
|
|
3821
|
-
"@typescript-eslint/tsconfig-utils": "^8.59.
|
|
3822
|
-
"@typescript-eslint/types": "^8.59.
|
|
3838
|
+
"@typescript-eslint/tsconfig-utils": "^8.59.2",
|
|
3839
|
+
"@typescript-eslint/types": "^8.59.2",
|
|
3823
3840
|
"debug": "^4.4.3"
|
|
3824
3841
|
},
|
|
3825
3842
|
"engines": {
|
|
@@ -3834,13 +3851,13 @@
|
|
|
3834
3851
|
}
|
|
3835
3852
|
},
|
|
3836
3853
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
3837
|
-
"version": "8.59.
|
|
3838
|
-
"integrity": "sha512-
|
|
3854
|
+
"version": "8.59.2",
|
|
3855
|
+
"integrity": "sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==",
|
|
3839
3856
|
"dev": true,
|
|
3840
3857
|
"license": "MIT",
|
|
3841
3858
|
"dependencies": {
|
|
3842
|
-
"@typescript-eslint/types": "8.59.
|
|
3843
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
3859
|
+
"@typescript-eslint/types": "8.59.2",
|
|
3860
|
+
"@typescript-eslint/visitor-keys": "8.59.2"
|
|
3844
3861
|
},
|
|
3845
3862
|
"engines": {
|
|
3846
3863
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -3851,8 +3868,8 @@
|
|
|
3851
3868
|
}
|
|
3852
3869
|
},
|
|
3853
3870
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
3854
|
-
"version": "8.59.
|
|
3855
|
-
"integrity": "sha512-
|
|
3871
|
+
"version": "8.59.2",
|
|
3872
|
+
"integrity": "sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==",
|
|
3856
3873
|
"dev": true,
|
|
3857
3874
|
"license": "MIT",
|
|
3858
3875
|
"engines": {
|
|
@@ -3867,14 +3884,14 @@
|
|
|
3867
3884
|
}
|
|
3868
3885
|
},
|
|
3869
3886
|
"node_modules/@typescript-eslint/type-utils": {
|
|
3870
|
-
"version": "8.59.
|
|
3871
|
-
"integrity": "sha512-
|
|
3887
|
+
"version": "8.59.2",
|
|
3888
|
+
"integrity": "sha512-nhqaj1nmTdVVl/BP5omXNRGO38jn5iosis2vbdmupF2txCf8ylWT8lx+JlvMYYVqzGVKtjojUFoQ3JRWK+mfzQ==",
|
|
3872
3889
|
"dev": true,
|
|
3873
3890
|
"license": "MIT",
|
|
3874
3891
|
"dependencies": {
|
|
3875
|
-
"@typescript-eslint/types": "8.59.
|
|
3876
|
-
"@typescript-eslint/typescript-estree": "8.59.
|
|
3877
|
-
"@typescript-eslint/utils": "8.59.
|
|
3892
|
+
"@typescript-eslint/types": "8.59.2",
|
|
3893
|
+
"@typescript-eslint/typescript-estree": "8.59.2",
|
|
3894
|
+
"@typescript-eslint/utils": "8.59.2",
|
|
3878
3895
|
"debug": "^4.4.3",
|
|
3879
3896
|
"ts-api-utils": "^2.5.0"
|
|
3880
3897
|
},
|
|
@@ -3891,8 +3908,8 @@
|
|
|
3891
3908
|
}
|
|
3892
3909
|
},
|
|
3893
3910
|
"node_modules/@typescript-eslint/types": {
|
|
3894
|
-
"version": "8.59.
|
|
3895
|
-
"integrity": "sha512-
|
|
3911
|
+
"version": "8.59.2",
|
|
3912
|
+
"integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
|
|
3896
3913
|
"dev": true,
|
|
3897
3914
|
"license": "MIT",
|
|
3898
3915
|
"engines": {
|
|
@@ -3904,15 +3921,15 @@
|
|
|
3904
3921
|
}
|
|
3905
3922
|
},
|
|
3906
3923
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
3907
|
-
"version": "8.59.
|
|
3908
|
-
"integrity": "sha512-
|
|
3924
|
+
"version": "8.59.2",
|
|
3925
|
+
"integrity": "sha512-o0XPGNwcWw+FIwStOWn+BwBuEmL6QXP0rsvAFg7ET1dey1Nr6Wb1ac8p5HEsK0ygO/6mUxlk+YWQD9xcb/nnXg==",
|
|
3909
3926
|
"dev": true,
|
|
3910
3927
|
"license": "MIT",
|
|
3911
3928
|
"dependencies": {
|
|
3912
|
-
"@typescript-eslint/project-service": "8.59.
|
|
3913
|
-
"@typescript-eslint/tsconfig-utils": "8.59.
|
|
3914
|
-
"@typescript-eslint/types": "8.59.
|
|
3915
|
-
"@typescript-eslint/visitor-keys": "8.59.
|
|
3929
|
+
"@typescript-eslint/project-service": "8.59.2",
|
|
3930
|
+
"@typescript-eslint/tsconfig-utils": "8.59.2",
|
|
3931
|
+
"@typescript-eslint/types": "8.59.2",
|
|
3932
|
+
"@typescript-eslint/visitor-keys": "8.59.2",
|
|
3916
3933
|
"debug": "^4.4.3",
|
|
3917
3934
|
"minimatch": "^10.2.2",
|
|
3918
3935
|
"semver": "^7.7.3",
|
|
@@ -3940,8 +3957,8 @@
|
|
|
3940
3957
|
}
|
|
3941
3958
|
},
|
|
3942
3959
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
|
|
3943
|
-
"version": "5.0.
|
|
3944
|
-
"integrity": "sha512-
|
|
3960
|
+
"version": "5.0.6",
|
|
3961
|
+
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
|
3945
3962
|
"dev": true,
|
|
3946
3963
|
"license": "MIT",
|
|
3947
3964
|
"dependencies": {
|
|
@@ -3979,15 +3996,15 @@
|
|
|
3979
3996
|
}
|
|
3980
3997
|
},
|
|
3981
3998
|
"node_modules/@typescript-eslint/utils": {
|
|
3982
|
-
"version": "8.59.
|
|
3983
|
-
"integrity": "sha512-
|
|
3999
|
+
"version": "8.59.2",
|
|
4000
|
+
"integrity": "sha512-Juw3EinkXqjaffxz6roowvV7GZT/kET5vSKKZT6upl5TXdWkLkYmNPXwDDL2Vkt2DPn0nODIS4egC/0AGxKo/Q==",
|
|
3984
4001
|
"dev": true,
|
|
3985
4002
|
"license": "MIT",
|
|
3986
4003
|
"dependencies": {
|
|
3987
4004
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
3988
|
-
"@typescript-eslint/scope-manager": "8.59.
|
|
3989
|
-
"@typescript-eslint/types": "8.59.
|
|
3990
|
-
"@typescript-eslint/typescript-estree": "8.59.
|
|
4005
|
+
"@typescript-eslint/scope-manager": "8.59.2",
|
|
4006
|
+
"@typescript-eslint/types": "8.59.2",
|
|
4007
|
+
"@typescript-eslint/typescript-estree": "8.59.2"
|
|
3991
4008
|
},
|
|
3992
4009
|
"engines": {
|
|
3993
4010
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -4002,12 +4019,12 @@
|
|
|
4002
4019
|
}
|
|
4003
4020
|
},
|
|
4004
4021
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
4005
|
-
"version": "8.59.
|
|
4006
|
-
"integrity": "sha512
|
|
4022
|
+
"version": "8.59.2",
|
|
4023
|
+
"integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==",
|
|
4007
4024
|
"dev": true,
|
|
4008
4025
|
"license": "MIT",
|
|
4009
4026
|
"dependencies": {
|
|
4010
|
-
"@typescript-eslint/types": "8.59.
|
|
4027
|
+
"@typescript-eslint/types": "8.59.2",
|
|
4011
4028
|
"eslint-visitor-keys": "^5.0.0"
|
|
4012
4029
|
},
|
|
4013
4030
|
"engines": {
|
|
@@ -4281,14 +4298,14 @@
|
|
|
4281
4298
|
]
|
|
4282
4299
|
},
|
|
4283
4300
|
"node_modules/@wavemaker/variables": {
|
|
4284
|
-
"version": "11.14.1-
|
|
4285
|
-
"integrity": "sha512-
|
|
4301
|
+
"version": "11.14.1-22.647482",
|
|
4302
|
+
"integrity": "sha512-X8lNe/JpuOozOxtru1Hv7p39KH9K8kWLZQ1Ym/8PNUh01l7OKOmSLiBbB14YWw3lqJ646U5yEpHzpE3oHkcqXQ==",
|
|
4286
4303
|
"dev": true,
|
|
4287
4304
|
"license": "ISC",
|
|
4288
4305
|
"dependencies": {
|
|
4289
4306
|
"@metrichor/jmespath": "^0.3.1",
|
|
4290
4307
|
"he": "^1.2.0",
|
|
4291
|
-
"lodash-es": "4.
|
|
4308
|
+
"lodash-es": "^4.17.21",
|
|
4292
4309
|
"moment": "^2.29.4",
|
|
4293
4310
|
"x2js": "^3.4.3"
|
|
4294
4311
|
}
|
|
@@ -4324,8 +4341,8 @@
|
|
|
4324
4341
|
}
|
|
4325
4342
|
},
|
|
4326
4343
|
"node_modules/ajv": {
|
|
4327
|
-
"version": "6.
|
|
4328
|
-
"integrity": "sha512-
|
|
4344
|
+
"version": "6.15.0",
|
|
4345
|
+
"integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
|
|
4329
4346
|
"dev": true,
|
|
4330
4347
|
"license": "MIT",
|
|
4331
4348
|
"dependencies": {
|
|
@@ -4607,8 +4624,8 @@
|
|
|
4607
4624
|
}
|
|
4608
4625
|
},
|
|
4609
4626
|
"node_modules/axe-core": {
|
|
4610
|
-
"version": "4.11.
|
|
4611
|
-
"integrity": "sha512-
|
|
4627
|
+
"version": "4.11.4",
|
|
4628
|
+
"integrity": "sha512-KunSNx+TVpkAw/6ULfhnx+HWRecjqZGTOyquAoWHYLRSdK1tB5Ihce1ZW+UY3fj33bYAFWPu7W/GRSmmrCGuxA==",
|
|
4612
4629
|
"dev": true,
|
|
4613
4630
|
"license": "MPL-2.0",
|
|
4614
4631
|
"engines": {
|
|
@@ -4616,11 +4633,11 @@
|
|
|
4616
4633
|
}
|
|
4617
4634
|
},
|
|
4618
4635
|
"node_modules/axios": {
|
|
4619
|
-
"version": "1.
|
|
4620
|
-
"integrity": "sha512-
|
|
4636
|
+
"version": "1.16.0",
|
|
4637
|
+
"integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==",
|
|
4621
4638
|
"license": "MIT",
|
|
4622
4639
|
"dependencies": {
|
|
4623
|
-
"follow-redirects": "^1.
|
|
4640
|
+
"follow-redirects": "^1.16.0",
|
|
4624
4641
|
"form-data": "^4.0.5",
|
|
4625
4642
|
"proxy-from-env": "^2.1.0"
|
|
4626
4643
|
}
|
|
@@ -4756,8 +4773,8 @@
|
|
|
4756
4773
|
"license": "MIT"
|
|
4757
4774
|
},
|
|
4758
4775
|
"node_modules/baseline-browser-mapping": {
|
|
4759
|
-
"version": "2.10.
|
|
4760
|
-
"integrity": "sha512-
|
|
4776
|
+
"version": "2.10.27",
|
|
4777
|
+
"integrity": "sha512-zEs/ufmZoUd7WftKpKyXaT6RFxpQ5Qm9xytKRHvJfxFV9DFJkZph9RvJ1LcOUi0Z1ZVijMte65JbILeV+8QQEA==",
|
|
4761
4778
|
"dev": true,
|
|
4762
4779
|
"license": "Apache-2.0",
|
|
4763
4780
|
"bin": {
|
|
@@ -4900,8 +4917,8 @@
|
|
|
4900
4917
|
}
|
|
4901
4918
|
},
|
|
4902
4919
|
"node_modules/caniuse-lite": {
|
|
4903
|
-
"version": "1.0.
|
|
4904
|
-
"integrity": "sha512-
|
|
4920
|
+
"version": "1.0.30001792",
|
|
4921
|
+
"integrity": "sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw==",
|
|
4905
4922
|
"funding": [
|
|
4906
4923
|
{
|
|
4907
4924
|
"type": "opencollective",
|
|
@@ -5429,8 +5446,8 @@
|
|
|
5429
5446
|
}
|
|
5430
5447
|
},
|
|
5431
5448
|
"node_modules/dompurify": {
|
|
5432
|
-
"version": "3.4.
|
|
5433
|
-
"integrity": "sha512-
|
|
5449
|
+
"version": "3.4.2",
|
|
5450
|
+
"integrity": "sha512-lHeS9SA/IKeIFFyYciHBr2n0v1VMPlSj843HdLOwjb2OxNwdq9Xykxqhk+FE42MzAdHvInbAolSE4mhahPpjXA==",
|
|
5434
5451
|
"license": "(MPL-2.0 OR Apache-2.0)",
|
|
5435
5452
|
"optionalDependencies": {
|
|
5436
5453
|
"@types/trusted-types": "^2.0.7"
|
|
@@ -5450,8 +5467,8 @@
|
|
|
5450
5467
|
}
|
|
5451
5468
|
},
|
|
5452
5469
|
"node_modules/electron-to-chromium": {
|
|
5453
|
-
"version": "1.5.
|
|
5454
|
-
"integrity": "sha512-
|
|
5470
|
+
"version": "1.5.352",
|
|
5471
|
+
"integrity": "sha512-9wHk8x6dyuimoe18EdiDPWKExNdxYqo4fn4FwOVVper6RxT3cmpBwBkWWfSOCYJjQdIco/nPhJhNLmn4Ufg1Yg==",
|
|
5455
5472
|
"dev": true,
|
|
5456
5473
|
"license": "ISC"
|
|
5457
5474
|
},
|
|
@@ -5646,8 +5663,8 @@
|
|
|
5646
5663
|
}
|
|
5647
5664
|
},
|
|
5648
5665
|
"node_modules/es-toolkit": {
|
|
5649
|
-
"version": "1.46.
|
|
5650
|
-
"integrity": "sha512-
|
|
5666
|
+
"version": "1.46.1",
|
|
5667
|
+
"integrity": "sha512-5eNtXOs3tbfxXOj04tjjseeWkRWaoCjdEI+96DgwzZoe6c9juL49pXlzAFTI72aWC9Y8p7168g6XIKjh7k6pyQ==",
|
|
5651
5668
|
"license": "MIT",
|
|
5652
5669
|
"workspaces": [
|
|
5653
5670
|
"docs",
|
|
@@ -6310,8 +6327,8 @@
|
|
|
6310
6327
|
}
|
|
6311
6328
|
},
|
|
6312
6329
|
"node_modules/fs-extra": {
|
|
6313
|
-
"version": "11.3.
|
|
6314
|
-
"integrity": "sha512-
|
|
6330
|
+
"version": "11.3.5",
|
|
6331
|
+
"integrity": "sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==",
|
|
6315
6332
|
"dev": true,
|
|
6316
6333
|
"license": "MIT",
|
|
6317
6334
|
"dependencies": {
|
|
@@ -6720,8 +6737,8 @@
|
|
|
6720
6737
|
}
|
|
6721
6738
|
},
|
|
6722
6739
|
"node_modules/immer": {
|
|
6723
|
-
"version": "11.1.
|
|
6724
|
-
"integrity": "sha512-
|
|
6740
|
+
"version": "11.1.7",
|
|
6741
|
+
"integrity": "sha512-LFVFtAROHcDy1er5UI6nodRFnZ2SgdCXhfNSI+DpObO8N7Pur/muBGsjzH5wpnFHCYhYVQxZskCkV4koQ//3/Q==",
|
|
6725
6742
|
"license": "MIT",
|
|
6726
6743
|
"funding": {
|
|
6727
6744
|
"type": "opencollective",
|
|
@@ -6910,11 +6927,11 @@
|
|
|
6910
6927
|
}
|
|
6911
6928
|
},
|
|
6912
6929
|
"node_modules/is-core-module": {
|
|
6913
|
-
"version": "2.16.
|
|
6914
|
-
"integrity": "sha512-
|
|
6930
|
+
"version": "2.16.2",
|
|
6931
|
+
"integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
|
|
6915
6932
|
"license": "MIT",
|
|
6916
6933
|
"dependencies": {
|
|
6917
|
-
"hasown": "^2.0.
|
|
6934
|
+
"hasown": "^2.0.3"
|
|
6918
6935
|
},
|
|
6919
6936
|
"engines": {
|
|
6920
6937
|
"node": ">= 0.4"
|
|
@@ -7473,8 +7490,8 @@
|
|
|
7473
7490
|
}
|
|
7474
7491
|
},
|
|
7475
7492
|
"node_modules/lint-staged/node_modules/yaml": {
|
|
7476
|
-
"version": "2.8.
|
|
7477
|
-
"integrity": "sha512-
|
|
7493
|
+
"version": "2.8.4",
|
|
7494
|
+
"integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==",
|
|
7478
7495
|
"license": "ISC",
|
|
7479
7496
|
"bin": {
|
|
7480
7497
|
"yaml": "bin.mjs"
|
|
@@ -7729,8 +7746,8 @@
|
|
|
7729
7746
|
}
|
|
7730
7747
|
},
|
|
7731
7748
|
"node_modules/moment-timezone": {
|
|
7732
|
-
"version": "0.6.
|
|
7733
|
-
"integrity": "sha512-
|
|
7749
|
+
"version": "0.6.2",
|
|
7750
|
+
"integrity": "sha512-lDsQv8FoGdBUdf0+TjGsq2orxKuXdwFlQ6Zw6TX3xIcTwTfEpCLyKqvEauvCHJ8iu3KBV8+uPhlv70YsNGdUBQ==",
|
|
7734
7751
|
"license": "MIT",
|
|
7735
7752
|
"dependencies": {
|
|
7736
7753
|
"moment": "^2.29.4"
|
|
@@ -7745,8 +7762,8 @@
|
|
|
7745
7762
|
"license": "MIT"
|
|
7746
7763
|
},
|
|
7747
7764
|
"node_modules/nanoid": {
|
|
7748
|
-
"version": "3.3.
|
|
7749
|
-
"integrity": "sha512-
|
|
7765
|
+
"version": "3.3.12",
|
|
7766
|
+
"integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
|
|
7750
7767
|
"funding": [
|
|
7751
7768
|
{
|
|
7752
7769
|
"type": "github",
|
|
@@ -8463,8 +8480,8 @@
|
|
|
8463
8480
|
"license": "MIT"
|
|
8464
8481
|
},
|
|
8465
8482
|
"node_modules/react": {
|
|
8466
|
-
"version": "19.2.
|
|
8467
|
-
"integrity": "sha512-
|
|
8483
|
+
"version": "19.2.6",
|
|
8484
|
+
"integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==",
|
|
8468
8485
|
"license": "MIT",
|
|
8469
8486
|
"engines": {
|
|
8470
8487
|
"node": ">=0.10.0"
|
|
@@ -8508,19 +8525,19 @@
|
|
|
8508
8525
|
}
|
|
8509
8526
|
},
|
|
8510
8527
|
"node_modules/react-dom": {
|
|
8511
|
-
"version": "19.2.
|
|
8512
|
-
"integrity": "sha512-
|
|
8528
|
+
"version": "19.2.6",
|
|
8529
|
+
"integrity": "sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==",
|
|
8513
8530
|
"license": "MIT",
|
|
8514
8531
|
"dependencies": {
|
|
8515
8532
|
"scheduler": "^0.27.0"
|
|
8516
8533
|
},
|
|
8517
8534
|
"peerDependencies": {
|
|
8518
|
-
"react": "^19.2.
|
|
8535
|
+
"react": "^19.2.6"
|
|
8519
8536
|
}
|
|
8520
8537
|
},
|
|
8521
8538
|
"node_modules/react-hook-form": {
|
|
8522
|
-
"version": "7.
|
|
8523
|
-
"integrity": "sha512-
|
|
8539
|
+
"version": "7.75.0",
|
|
8540
|
+
"integrity": "sha512-Ovv94H+0p3sJ7B9B5QxPuCP1u8V/cHuVGyH55cSwodYDtoJwK+fqk3vjfIgSX59I2U/bU4z0nRJ9HMLpNiWEmw==",
|
|
8524
8541
|
"license": "MIT",
|
|
8525
8542
|
"engines": {
|
|
8526
8543
|
"node": ">=18.0.0"
|
|
@@ -8534,8 +8551,8 @@
|
|
|
8534
8551
|
}
|
|
8535
8552
|
},
|
|
8536
8553
|
"node_modules/react-is": {
|
|
8537
|
-
"version": "19.2.
|
|
8538
|
-
"integrity": "sha512-
|
|
8554
|
+
"version": "19.2.6",
|
|
8555
|
+
"integrity": "sha512-XjBR15BhXuylgWGuslhDKqlSayuqvqBX91BP8pauG8kd1zY8kotkNWbXksTCNRarse4kuGbe2kIY05ARtwNIvw==",
|
|
8539
8556
|
"license": "MIT"
|
|
8540
8557
|
},
|
|
8541
8558
|
"node_modules/react-redux": {
|
|
@@ -9219,8 +9236,8 @@
|
|
|
9219
9236
|
}
|
|
9220
9237
|
},
|
|
9221
9238
|
"node_modules/string-width": {
|
|
9222
|
-
"version": "8.2.
|
|
9223
|
-
"integrity": "sha512-
|
|
9239
|
+
"version": "8.2.1",
|
|
9240
|
+
"integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==",
|
|
9224
9241
|
"license": "MIT",
|
|
9225
9242
|
"dependencies": {
|
|
9226
9243
|
"get-east-asian-width": "^1.5.0",
|
|
@@ -9452,8 +9469,8 @@
|
|
|
9452
9469
|
"license": "MIT"
|
|
9453
9470
|
},
|
|
9454
9471
|
"node_modules/tinyexec": {
|
|
9455
|
-
"version": "1.1.
|
|
9456
|
-
"integrity": "sha512-
|
|
9472
|
+
"version": "1.1.2",
|
|
9473
|
+
"integrity": "sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==",
|
|
9457
9474
|
"license": "MIT",
|
|
9458
9475
|
"engines": {
|
|
9459
9476
|
"node": ">=18"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/react-runtime",
|
|
3
|
-
"version": "11.14.1-
|
|
3
|
+
"version": "11.14.1-22.647482",
|
|
4
4
|
"description": "React runtime package for Wavemaker",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@types/react": "^19",
|
|
79
79
|
"@types/react-color": "^3.0.13",
|
|
80
80
|
"@types/react-dom": "^19",
|
|
81
|
-
"@wavemaker/variables": "11.14.1-
|
|
81
|
+
"@wavemaker/variables": "11.14.1-22.647482",
|
|
82
82
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
83
83
|
"eslint": "^9",
|
|
84
84
|
"eslint-config-next": "15.1.4",
|