@wavemaker/app-rn-runtime 11.14.1-18.6421 → 11.14.1-18.6428
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/components/basic/bottomsheet/bottomsheet.component.js +12 -0
- package/components/basic/bottomsheet/bottomsheet.component.js.map +1 -1
- package/components/basic/progress-circle/progress-circle.component.js +3 -3
- package/components/basic/progress-circle/progress-circle.component.js.map +1 -1
- package/components/chart/area-chart/area-chart.component.js +26 -9
- package/components/chart/area-chart/area-chart.component.js.map +1 -1
- package/components/chart/bar-chart/bar-chart.component.js +38 -6
- package/components/chart/bar-chart/bar-chart.component.js.map +1 -1
- package/components/chart/bar-chart/bar-chart.props.js +1 -0
- package/components/chart/bar-chart/bar-chart.props.js.map +1 -1
- package/components/chart/basechart.component.js +8 -15
- package/components/chart/basechart.component.js.map +1 -1
- package/components/chart/basechart.props.js +1 -0
- package/components/chart/basechart.props.js.map +1 -1
- package/components/chart/bubble-chart/bubble-chart.component.js +22 -5
- package/components/chart/bubble-chart/bubble-chart.component.js.map +1 -1
- package/components/chart/line-chart/line-chart.component.js +22 -5
- package/components/chart/line-chart/line-chart.component.js.map +1 -1
- package/components/chart/pie-chart/pie-chart.component.js +14 -3
- package/components/chart/pie-chart/pie-chart.component.js.map +1 -1
- package/components/container/container.component.js +264 -11
- package/components/container/container.component.js.map +1 -1
- package/components/container/container.props.js +6 -0
- package/components/container/container.props.js.map +1 -1
- package/components/container/wizard/wizard.component.js +1 -1
- package/components/container/wizard/wizard.component.js.map +1 -1
- package/components/container/wizard/wizard.props.js +0 -1
- package/components/container/wizard/wizard.props.js.map +1 -1
- package/components/container/wizard/wizardstep/wizardstep.component.js +2 -2
- package/components/container/wizard/wizardstep/wizardstep.component.js.map +1 -1
- package/components/data/form/form-field/form-field.component.js +9 -1
- package/components/data/form/form-field/form-field.component.js.map +1 -1
- package/components/data/form/form.component.js +36 -0
- package/components/data/form/form.component.js.map +1 -1
- package/components/data/form/form.props.js +6 -0
- package/components/data/form/form.props.js.map +1 -1
- package/components/dialogs/dialogcontent/dialogcontent.component.js +1 -2
- package/components/dialogs/dialogcontent/dialogcontent.component.js.map +1 -1
- package/components/input/baseinput/baseinput.component.js +18 -3
- package/components/input/baseinput/baseinput.component.js.map +1 -1
- package/components/input/baseinput/baseinput.props.js +1 -0
- package/components/input/baseinput/baseinput.props.js.map +1 -1
- package/components/input/basenumber/basenumber.component.js +18 -3
- package/components/input/basenumber/basenumber.component.js.map +1 -1
- package/components/input/basenumber/basenumber.props.js +1 -0
- package/components/input/basenumber/basenumber.props.js.map +1 -1
- package/components/input/checkboxset/checkboxset.component.js +1 -1
- package/components/input/checkboxset/checkboxset.component.js.map +1 -1
- package/components/input/currency/currency.component.js +2 -0
- package/components/input/currency/currency.component.js.map +1 -1
- package/components/input/currency/currency.styles.js +10 -1
- package/components/input/currency/currency.styles.js.map +1 -1
- package/components/input/number/number.component.js +2 -0
- package/components/input/number/number.component.js.map +1 -1
- package/components/input/number/number.styles.js +4 -0
- package/components/input/number/number.styles.js.map +1 -1
- package/components/input/radioset/radioset.component.js +3 -6
- package/components/input/radioset/radioset.component.js.map +1 -1
- package/components/input/text/text.component.js +2 -0
- package/components/input/text/text.component.js.map +1 -1
- package/components/input/text/text.props.js +0 -1
- package/components/input/text/text.props.js.map +1 -1
- package/components/input/text/text.styles.js +17 -0
- package/components/input/text/text.styles.js.map +1 -1
- package/components/input/textarea/textarea.component.js +1 -0
- package/components/input/textarea/textarea.component.js.map +1 -1
- package/components/input/textarea/textarea.styles.js +4 -0
- package/components/input/textarea/textarea.styles.js.map +1 -1
- package/components/navigation/popover/popover.component.js +3 -3
- package/components/navigation/popover/popover.component.js.map +1 -1
- package/core/AppConfig.js.map +1 -1
- package/core/base.component.js +0 -5
- package/core/base.component.js.map +1 -1
- package/core/components/error-fallback/error-fallback.component.js +18 -50
- package/core/components/error-fallback/error-fallback.component.js.map +1 -1
- package/core/components/error-fallback/error-fallback.styles.js +1 -4
- package/core/components/error-fallback/error-fallback.styles.js.map +1 -1
- package/core/components/textinput.component.js +6 -2
- package/core/components/textinput.component.js.map +1 -1
- package/core/error-boundary.component.js +2 -46
- package/core/error-boundary.component.js.map +1 -1
- package/core/fixed-view.component.js +19 -2
- package/core/fixed-view.component.js.map +1 -1
- package/core/tappable.component.js +1 -1
- package/core/tappable.component.js.map +1 -1
- package/gestures/carousel-swipe.animation.js +0 -1
- package/gestures/carousel-swipe.animation.js.map +1 -1
- package/npm-shrinkwrap.json +89 -110
- package/package-lock.json +89 -110
- package/package.json +2 -2
- package/runtime/App.js +12 -174
- package/runtime/App.js.map +1 -1
- package/runtime/base-page.component.js +2 -11
- package/runtime/base-page.component.js.map +1 -1
- package/runtime/navigator/stack.navigator.js +0 -6
- package/runtime/navigator/stack.navigator.js.map +1 -1
- package/styles/theme.js +6 -0
- package/styles/theme.js.map +1 -1
- package/core/advanced-promise-rejection-tracker.js +0 -207
- package/core/advanced-promise-rejection-tracker.js.map +0 -1
- package/core/global-error-handler.service.js +0 -177
- package/core/global-error-handler.service.js.map +0 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/app-rn-runtime",
|
|
3
|
-
"version": "11.14.1-18.
|
|
3
|
+
"version": "11.14.1-18.6428",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/app-rn-runtime",
|
|
9
|
-
"version": "11.14.1-18.
|
|
9
|
+
"version": "11.14.1-18.6428",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@expo/vector-icons": "15.0.2",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@react-navigation/drawer": "7.5.8",
|
|
21
21
|
"@react-navigation/native": "7.1.18",
|
|
22
22
|
"@react-navigation/stack": "7.4.8",
|
|
23
|
-
"@wavemaker/variables": "11.14.1-18.
|
|
23
|
+
"@wavemaker/variables": "11.14.1-18.6428",
|
|
24
24
|
"axios": "1.8.3",
|
|
25
25
|
"color": "4.2.3",
|
|
26
26
|
"cross-env": "7.0.3",
|
|
@@ -277,8 +277,8 @@
|
|
|
277
277
|
}
|
|
278
278
|
},
|
|
279
279
|
"node_modules/@babel/helper-define-polyfill-provider": {
|
|
280
|
-
"version": "0.6.
|
|
281
|
-
"integrity": "sha512-
|
|
280
|
+
"version": "0.6.7",
|
|
281
|
+
"integrity": "sha512-6Fqi8MtQ/PweQ9xvux65emkLQ83uB+qAVtfHkC9UodyHMIZdxNI01HjLCLUtybElp2KY2XNE0nOgyP1E1vXw9w==",
|
|
282
282
|
"license": "MIT",
|
|
283
283
|
"dependencies": {
|
|
284
284
|
"@babel/helper-compilation-targets": "^7.28.6",
|
|
@@ -2673,8 +2673,8 @@
|
|
|
2673
2673
|
}
|
|
2674
2674
|
},
|
|
2675
2675
|
"node_modules/@eslint/eslintrc": {
|
|
2676
|
-
"version": "3.3.
|
|
2677
|
-
"integrity": "sha512-
|
|
2676
|
+
"version": "3.3.5",
|
|
2677
|
+
"integrity": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==",
|
|
2678
2678
|
"dev": true,
|
|
2679
2679
|
"license": "MIT",
|
|
2680
2680
|
"dependencies": {
|
|
@@ -2685,7 +2685,7 @@
|
|
|
2685
2685
|
"ignore": "^5.2.0",
|
|
2686
2686
|
"import-fresh": "^3.2.1",
|
|
2687
2687
|
"js-yaml": "^4.1.1",
|
|
2688
|
-
"minimatch": "^3.1.
|
|
2688
|
+
"minimatch": "^3.1.5",
|
|
2689
2689
|
"strip-json-comments": "^3.1.1"
|
|
2690
2690
|
},
|
|
2691
2691
|
"engines": {
|
|
@@ -5491,8 +5491,8 @@
|
|
|
5491
5491
|
"license": "MIT"
|
|
5492
5492
|
},
|
|
5493
5493
|
"node_modules/@react-navigation/core": {
|
|
5494
|
-
"version": "7.
|
|
5495
|
-
"integrity": "sha512-
|
|
5494
|
+
"version": "7.16.1",
|
|
5495
|
+
"integrity": "sha512-xhquoyhKdqDfiL7LuupbwYnmauUGfVFGDEJO34m26k8zSN1eDjQ2stBZcHN8ILOI1PrG9885nf8ZmfaQxPS0ww==",
|
|
5496
5496
|
"license": "MIT",
|
|
5497
5497
|
"dependencies": {
|
|
5498
5498
|
"@react-navigation/routers": "^7.5.3",
|
|
@@ -5529,8 +5529,8 @@
|
|
|
5529
5529
|
}
|
|
5530
5530
|
},
|
|
5531
5531
|
"node_modules/@react-navigation/drawer/node_modules/@react-navigation/elements": {
|
|
5532
|
-
"version": "2.9.
|
|
5533
|
-
"integrity": "sha512-
|
|
5532
|
+
"version": "2.9.10",
|
|
5533
|
+
"integrity": "sha512-N8tuBekzTRb0pkMHFJGvmC6Q5OisSbt6gzvw7RHMnp4NDo5auVllT12sWFaTXf8mTduaLKNSrD/NZNaOqThCBg==",
|
|
5534
5534
|
"license": "MIT",
|
|
5535
5535
|
"dependencies": {
|
|
5536
5536
|
"color": "^4.2.3",
|
|
@@ -5539,7 +5539,7 @@
|
|
|
5539
5539
|
},
|
|
5540
5540
|
"peerDependencies": {
|
|
5541
5541
|
"@react-native-masked-view/masked-view": ">= 0.2.0",
|
|
5542
|
-
"@react-navigation/native": "^7.1.
|
|
5542
|
+
"@react-navigation/native": "^7.1.33",
|
|
5543
5543
|
"react": ">= 18.2.0",
|
|
5544
5544
|
"react-native": "*",
|
|
5545
5545
|
"react-native-safe-area-context": ">= 4.0.0"
|
|
@@ -5592,8 +5592,8 @@
|
|
|
5592
5592
|
}
|
|
5593
5593
|
},
|
|
5594
5594
|
"node_modules/@react-navigation/stack/node_modules/@react-navigation/elements": {
|
|
5595
|
-
"version": "2.9.
|
|
5596
|
-
"integrity": "sha512-
|
|
5595
|
+
"version": "2.9.10",
|
|
5596
|
+
"integrity": "sha512-N8tuBekzTRb0pkMHFJGvmC6Q5OisSbt6gzvw7RHMnp4NDo5auVllT12sWFaTXf8mTduaLKNSrD/NZNaOqThCBg==",
|
|
5597
5597
|
"license": "MIT",
|
|
5598
5598
|
"dependencies": {
|
|
5599
5599
|
"color": "^4.2.3",
|
|
@@ -5602,7 +5602,7 @@
|
|
|
5602
5602
|
},
|
|
5603
5603
|
"peerDependencies": {
|
|
5604
5604
|
"@react-native-masked-view/masked-view": ">= 0.2.0",
|
|
5605
|
-
"@react-navigation/native": "^7.1.
|
|
5605
|
+
"@react-navigation/native": "^7.1.33",
|
|
5606
5606
|
"react": ">= 18.2.0",
|
|
5607
5607
|
"react-native": "*",
|
|
5608
5608
|
"react-native-safe-area-context": ">= 4.0.0"
|
|
@@ -6066,8 +6066,8 @@
|
|
|
6066
6066
|
"license": "MIT"
|
|
6067
6067
|
},
|
|
6068
6068
|
"node_modules/@types/node": {
|
|
6069
|
-
"version": "25.3.
|
|
6070
|
-
"integrity": "sha512-
|
|
6069
|
+
"version": "25.3.5",
|
|
6070
|
+
"integrity": "sha512-oX8xrhvpiyRCQkG1MFchB09f+cXftgIXb3a7UUa4Y3wpmZPw5tyZGTLWhlESOLq1Rq6oDlc8npVU2/9xiCuXMA==",
|
|
6071
6071
|
"license": "MIT",
|
|
6072
6072
|
"dependencies": {
|
|
6073
6073
|
"undici-types": "~7.18.0"
|
|
@@ -6334,8 +6334,8 @@
|
|
|
6334
6334
|
"peer": true
|
|
6335
6335
|
},
|
|
6336
6336
|
"node_modules/@wavemaker/variables": {
|
|
6337
|
-
"version": "11.14.1-18.
|
|
6338
|
-
"integrity": "sha512-
|
|
6337
|
+
"version": "11.14.1-18.6428",
|
|
6338
|
+
"integrity": "sha512-F7m5Erc1TCCLlb3wcOdycfDwBGEuc+8ErcjrpnUVQiPU6RFxPlWK8qKuFcjZZZGd9TrDh1gnsmRoqKbuUBIEDw==",
|
|
6339
6339
|
"license": "ISC",
|
|
6340
6340
|
"dependencies": {
|
|
6341
6341
|
"@metrichor/jmespath": "^0.3.1",
|
|
@@ -7351,12 +7351,12 @@
|
|
|
7351
7351
|
}
|
|
7352
7352
|
},
|
|
7353
7353
|
"node_modules/babel-plugin-polyfill-corejs2": {
|
|
7354
|
-
"version": "0.4.
|
|
7355
|
-
"integrity": "sha512-
|
|
7354
|
+
"version": "0.4.16",
|
|
7355
|
+
"integrity": "sha512-xaVwwSfebXf0ooE11BJovZYKhFjIvQo7TsyVpETuIeH2JHv0k/T6Y5j22pPTvqYqmpkxdlPAJlyJ0tfOJAoMxw==",
|
|
7356
7356
|
"license": "MIT",
|
|
7357
7357
|
"dependencies": {
|
|
7358
7358
|
"@babel/compat-data": "^7.28.6",
|
|
7359
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
7359
|
+
"@babel/helper-define-polyfill-provider": "^0.6.7",
|
|
7360
7360
|
"semver": "^6.3.1"
|
|
7361
7361
|
},
|
|
7362
7362
|
"peerDependencies": {
|
|
@@ -7377,11 +7377,11 @@
|
|
|
7377
7377
|
}
|
|
7378
7378
|
},
|
|
7379
7379
|
"node_modules/babel-plugin-polyfill-regenerator": {
|
|
7380
|
-
"version": "0.6.
|
|
7381
|
-
"integrity": "sha512-
|
|
7380
|
+
"version": "0.6.7",
|
|
7381
|
+
"integrity": "sha512-OTYbUlSwXhNgr4g6efMZgsO8//jA61P7ZbRX3iTT53VON8l+WQS8IAUEVo4a4cWknrg2W8Cj4gQhRYNCJ8GkAA==",
|
|
7382
7382
|
"license": "MIT",
|
|
7383
7383
|
"dependencies": {
|
|
7384
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
7384
|
+
"@babel/helper-define-polyfill-provider": "^0.6.7"
|
|
7385
7385
|
},
|
|
7386
7386
|
"peerDependencies": {
|
|
7387
7387
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
@@ -8530,8 +8530,8 @@
|
|
|
8530
8530
|
}
|
|
8531
8531
|
},
|
|
8532
8532
|
"node_modules/caniuse-lite": {
|
|
8533
|
-
"version": "1.0.
|
|
8534
|
-
"integrity": "sha512-
|
|
8533
|
+
"version": "1.0.30001777",
|
|
8534
|
+
"integrity": "sha512-tmN+fJxroPndC74efCdp12j+0rk0RHwV5Jwa1zWaFVyw2ZxAuPeG8ZgWC3Wz7uSjT3qMRQ5XHZ4COgQmsCMJAQ==",
|
|
8535
8535
|
"funding": [
|
|
8536
8536
|
{
|
|
8537
8537
|
"type": "opencollective",
|
|
@@ -9493,8 +9493,8 @@
|
|
|
9493
9493
|
"license": "MIT"
|
|
9494
9494
|
},
|
|
9495
9495
|
"node_modules/cosmiconfig": {
|
|
9496
|
-
"version": "9.0.
|
|
9497
|
-
"integrity": "sha512-
|
|
9496
|
+
"version": "9.0.1",
|
|
9497
|
+
"integrity": "sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==",
|
|
9498
9498
|
"dev": true,
|
|
9499
9499
|
"license": "MIT",
|
|
9500
9500
|
"dependencies": {
|
|
@@ -10400,8 +10400,8 @@
|
|
|
10400
10400
|
"license": "MIT"
|
|
10401
10401
|
},
|
|
10402
10402
|
"node_modules/electron-to-chromium": {
|
|
10403
|
-
"version": "1.5.
|
|
10404
|
-
"integrity": "sha512-
|
|
10403
|
+
"version": "1.5.307",
|
|
10404
|
+
"integrity": "sha512-5z3uFKBWjiNR44nFcYdkcXjKMbg5KXNdciu7mhTPo9tB7NbqSNP2sSnGR+fqknZSCwKkBN+oxiiajWs4dT6ORg==",
|
|
10405
10405
|
"license": "ISC"
|
|
10406
10406
|
},
|
|
10407
10407
|
"node_modules/emittery": {
|
|
@@ -11273,13 +11273,13 @@
|
|
|
11273
11273
|
}
|
|
11274
11274
|
},
|
|
11275
11275
|
"node_modules/expo": {
|
|
11276
|
-
"version": "55.0.
|
|
11277
|
-
"integrity": "sha512-
|
|
11276
|
+
"version": "55.0.5",
|
|
11277
|
+
"integrity": "sha512-toVYbRU0gH50QSlIyrAswXD87RKi2pcJcHZpBDuqU3mIQZzJkTcWgRLWN/2R/wnd3kuJTtW5xlr5ndVG6xEWxQ==",
|
|
11278
11278
|
"license": "MIT",
|
|
11279
11279
|
"peer": true,
|
|
11280
11280
|
"dependencies": {
|
|
11281
11281
|
"@babel/runtime": "^7.20.0",
|
|
11282
|
-
"@expo/cli": "55.0.
|
|
11282
|
+
"@expo/cli": "55.0.15",
|
|
11283
11283
|
"@expo/config": "~55.0.8",
|
|
11284
11284
|
"@expo/config-plugins": "~55.0.6",
|
|
11285
11285
|
"@expo/devtools": "55.0.2",
|
|
@@ -11297,7 +11297,7 @@
|
|
|
11297
11297
|
"expo-font": "~55.0.4",
|
|
11298
11298
|
"expo-keep-awake": "~55.0.4",
|
|
11299
11299
|
"expo-modules-autolinking": "55.0.8",
|
|
11300
|
-
"expo-modules-core": "55.0.
|
|
11300
|
+
"expo-modules-core": "55.0.14",
|
|
11301
11301
|
"pretty-format": "^29.7.0",
|
|
11302
11302
|
"react-refresh": "^0.14.2",
|
|
11303
11303
|
"whatwg-url-minimum": "^0.1.1"
|
|
@@ -11680,8 +11680,8 @@
|
|
|
11680
11680
|
}
|
|
11681
11681
|
},
|
|
11682
11682
|
"node_modules/expo/node_modules/@expo/cli": {
|
|
11683
|
-
"version": "55.0.
|
|
11684
|
-
"integrity": "sha512-
|
|
11683
|
+
"version": "55.0.15",
|
|
11684
|
+
"integrity": "sha512-Qd4aF2+wT9LtdV7G/gULbx/t8FJ/OVtwuNkLcZt1XlosQ5XX/C/3ywZXYl+/bYcHUmuO1TBD3Fg05bNlmL6vrw==",
|
|
11685
11685
|
"license": "MIT",
|
|
11686
11686
|
"peer": true,
|
|
11687
11687
|
"dependencies": {
|
|
@@ -11966,8 +11966,8 @@
|
|
|
11966
11966
|
}
|
|
11967
11967
|
},
|
|
11968
11968
|
"node_modules/expo/node_modules/expo-modules-core": {
|
|
11969
|
-
"version": "55.0.
|
|
11970
|
-
"integrity": "sha512-
|
|
11969
|
+
"version": "55.0.14",
|
|
11970
|
+
"integrity": "sha512-eAerOnnhbZitUAKbY7B61kIudiabAz/m/oMGINms2+GeY1DRhdvrm5aAkhkHHmykPrg58PPryXtmF14YAYWViw==",
|
|
11971
11971
|
"license": "MIT",
|
|
11972
11972
|
"peer": true,
|
|
11973
11973
|
"dependencies": {
|
|
@@ -12392,8 +12392,8 @@
|
|
|
12392
12392
|
}
|
|
12393
12393
|
},
|
|
12394
12394
|
"node_modules/fetch-nodeshim": {
|
|
12395
|
-
"version": "0.4.
|
|
12396
|
-
"integrity": "sha512-
|
|
12395
|
+
"version": "0.4.9",
|
|
12396
|
+
"integrity": "sha512-XIQWlB2A4RZ7NebXWGxS0uDMdvRHkiUDTghBVJKFg9yEOd45w/PP8cZANuPf2H08W6Cor3+2n7Q6TTZgAS3Fkw==",
|
|
12397
12397
|
"license": "MIT",
|
|
12398
12398
|
"peer": true
|
|
12399
12399
|
},
|
|
@@ -12517,8 +12517,8 @@
|
|
|
12517
12517
|
}
|
|
12518
12518
|
},
|
|
12519
12519
|
"node_modules/flatted": {
|
|
12520
|
-
"version": "3.
|
|
12521
|
-
"integrity": "sha512-
|
|
12520
|
+
"version": "3.4.0",
|
|
12521
|
+
"integrity": "sha512-kC6Bb+ooptOIvWj5B63EQWkF0FEnNjV2ZNkLMLZRDDduIiWeFF4iKnslwhiWxjAdbg4NzTNo6h0qLuvFrcx+Sw==",
|
|
12522
12522
|
"dev": true,
|
|
12523
12523
|
"license": "ISC"
|
|
12524
12524
|
},
|
|
@@ -16773,8 +16773,8 @@
|
|
|
16773
16773
|
"license": "MIT"
|
|
16774
16774
|
},
|
|
16775
16775
|
"node_modules/lightningcss": {
|
|
16776
|
-
"version": "1.
|
|
16777
|
-
"integrity": "sha512-
|
|
16776
|
+
"version": "1.32.0",
|
|
16777
|
+
"integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
|
|
16778
16778
|
"license": "MPL-2.0",
|
|
16779
16779
|
"peer": true,
|
|
16780
16780
|
"dependencies": {
|
|
@@ -16788,22 +16788,22 @@
|
|
|
16788
16788
|
"url": "https://opencollective.com/parcel"
|
|
16789
16789
|
},
|
|
16790
16790
|
"optionalDependencies": {
|
|
16791
|
-
"lightningcss-android-arm64": "1.
|
|
16792
|
-
"lightningcss-darwin-arm64": "1.
|
|
16793
|
-
"lightningcss-darwin-x64": "1.
|
|
16794
|
-
"lightningcss-freebsd-x64": "1.
|
|
16795
|
-
"lightningcss-linux-arm-gnueabihf": "1.
|
|
16796
|
-
"lightningcss-linux-arm64-gnu": "1.
|
|
16797
|
-
"lightningcss-linux-arm64-musl": "1.
|
|
16798
|
-
"lightningcss-linux-x64-gnu": "1.
|
|
16799
|
-
"lightningcss-linux-x64-musl": "1.
|
|
16800
|
-
"lightningcss-win32-arm64-msvc": "1.
|
|
16801
|
-
"lightningcss-win32-x64-msvc": "1.
|
|
16791
|
+
"lightningcss-android-arm64": "1.32.0",
|
|
16792
|
+
"lightningcss-darwin-arm64": "1.32.0",
|
|
16793
|
+
"lightningcss-darwin-x64": "1.32.0",
|
|
16794
|
+
"lightningcss-freebsd-x64": "1.32.0",
|
|
16795
|
+
"lightningcss-linux-arm-gnueabihf": "1.32.0",
|
|
16796
|
+
"lightningcss-linux-arm64-gnu": "1.32.0",
|
|
16797
|
+
"lightningcss-linux-arm64-musl": "1.32.0",
|
|
16798
|
+
"lightningcss-linux-x64-gnu": "1.32.0",
|
|
16799
|
+
"lightningcss-linux-x64-musl": "1.32.0",
|
|
16800
|
+
"lightningcss-win32-arm64-msvc": "1.32.0",
|
|
16801
|
+
"lightningcss-win32-x64-msvc": "1.32.0"
|
|
16802
16802
|
}
|
|
16803
16803
|
},
|
|
16804
16804
|
"node_modules/lightningcss-android-arm64": {
|
|
16805
|
-
"version": "1.
|
|
16806
|
-
"integrity": "sha512-
|
|
16805
|
+
"version": "1.32.0",
|
|
16806
|
+
"integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
|
|
16807
16807
|
"cpu": [
|
|
16808
16808
|
"arm64"
|
|
16809
16809
|
],
|
|
@@ -16822,8 +16822,8 @@
|
|
|
16822
16822
|
}
|
|
16823
16823
|
},
|
|
16824
16824
|
"node_modules/lightningcss-darwin-arm64": {
|
|
16825
|
-
"version": "1.
|
|
16826
|
-
"integrity": "sha512-
|
|
16825
|
+
"version": "1.32.0",
|
|
16826
|
+
"integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
|
|
16827
16827
|
"cpu": [
|
|
16828
16828
|
"arm64"
|
|
16829
16829
|
],
|
|
@@ -16842,8 +16842,8 @@
|
|
|
16842
16842
|
}
|
|
16843
16843
|
},
|
|
16844
16844
|
"node_modules/lightningcss-darwin-x64": {
|
|
16845
|
-
"version": "1.
|
|
16846
|
-
"integrity": "sha512-
|
|
16845
|
+
"version": "1.32.0",
|
|
16846
|
+
"integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
|
|
16847
16847
|
"cpu": [
|
|
16848
16848
|
"x64"
|
|
16849
16849
|
],
|
|
@@ -16862,8 +16862,8 @@
|
|
|
16862
16862
|
}
|
|
16863
16863
|
},
|
|
16864
16864
|
"node_modules/lightningcss-freebsd-x64": {
|
|
16865
|
-
"version": "1.
|
|
16866
|
-
"integrity": "sha512-
|
|
16865
|
+
"version": "1.32.0",
|
|
16866
|
+
"integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
|
|
16867
16867
|
"cpu": [
|
|
16868
16868
|
"x64"
|
|
16869
16869
|
],
|
|
@@ -16882,8 +16882,8 @@
|
|
|
16882
16882
|
}
|
|
16883
16883
|
},
|
|
16884
16884
|
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
16885
|
-
"version": "1.
|
|
16886
|
-
"integrity": "sha512-
|
|
16885
|
+
"version": "1.32.0",
|
|
16886
|
+
"integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
|
|
16887
16887
|
"cpu": [
|
|
16888
16888
|
"arm"
|
|
16889
16889
|
],
|
|
@@ -16902,8 +16902,8 @@
|
|
|
16902
16902
|
}
|
|
16903
16903
|
},
|
|
16904
16904
|
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
16905
|
-
"version": "1.
|
|
16906
|
-
"integrity": "sha512-
|
|
16905
|
+
"version": "1.32.0",
|
|
16906
|
+
"integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
|
|
16907
16907
|
"cpu": [
|
|
16908
16908
|
"arm64"
|
|
16909
16909
|
],
|
|
@@ -16922,8 +16922,8 @@
|
|
|
16922
16922
|
}
|
|
16923
16923
|
},
|
|
16924
16924
|
"node_modules/lightningcss-linux-arm64-musl": {
|
|
16925
|
-
"version": "1.
|
|
16926
|
-
"integrity": "sha512-
|
|
16925
|
+
"version": "1.32.0",
|
|
16926
|
+
"integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
|
|
16927
16927
|
"cpu": [
|
|
16928
16928
|
"arm64"
|
|
16929
16929
|
],
|
|
@@ -16942,8 +16942,8 @@
|
|
|
16942
16942
|
}
|
|
16943
16943
|
},
|
|
16944
16944
|
"node_modules/lightningcss-linux-x64-gnu": {
|
|
16945
|
-
"version": "1.
|
|
16946
|
-
"integrity": "sha512-
|
|
16945
|
+
"version": "1.32.0",
|
|
16946
|
+
"integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
|
|
16947
16947
|
"cpu": [
|
|
16948
16948
|
"x64"
|
|
16949
16949
|
],
|
|
@@ -16962,8 +16962,8 @@
|
|
|
16962
16962
|
}
|
|
16963
16963
|
},
|
|
16964
16964
|
"node_modules/lightningcss-linux-x64-musl": {
|
|
16965
|
-
"version": "1.
|
|
16966
|
-
"integrity": "sha512-
|
|
16965
|
+
"version": "1.32.0",
|
|
16966
|
+
"integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
|
|
16967
16967
|
"cpu": [
|
|
16968
16968
|
"x64"
|
|
16969
16969
|
],
|
|
@@ -16982,8 +16982,8 @@
|
|
|
16982
16982
|
}
|
|
16983
16983
|
},
|
|
16984
16984
|
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
16985
|
-
"version": "1.
|
|
16986
|
-
"integrity": "sha512-
|
|
16985
|
+
"version": "1.32.0",
|
|
16986
|
+
"integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
|
|
16987
16987
|
"cpu": [
|
|
16988
16988
|
"arm64"
|
|
16989
16989
|
],
|
|
@@ -17002,8 +17002,8 @@
|
|
|
17002
17002
|
}
|
|
17003
17003
|
},
|
|
17004
17004
|
"node_modules/lightningcss-win32-x64-msvc": {
|
|
17005
|
-
"version": "1.
|
|
17006
|
-
"integrity": "sha512-
|
|
17005
|
+
"version": "1.32.0",
|
|
17006
|
+
"integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
|
|
17007
17007
|
"cpu": [
|
|
17008
17008
|
"x64"
|
|
17009
17009
|
],
|
|
@@ -18388,8 +18388,8 @@
|
|
|
18388
18388
|
"license": "MIT"
|
|
18389
18389
|
},
|
|
18390
18390
|
"node_modules/node-releases": {
|
|
18391
|
-
"version": "2.0.
|
|
18392
|
-
"integrity": "sha512-
|
|
18391
|
+
"version": "2.0.36",
|
|
18392
|
+
"integrity": "sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==",
|
|
18393
18393
|
"license": "MIT"
|
|
18394
18394
|
},
|
|
18395
18395
|
"node_modules/normalize-package-data": {
|
|
@@ -19738,16 +19738,6 @@
|
|
|
19738
19738
|
"node": ">=0.12"
|
|
19739
19739
|
}
|
|
19740
19740
|
},
|
|
19741
|
-
"node_modules/randombytes": {
|
|
19742
|
-
"version": "2.1.0",
|
|
19743
|
-
"integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
|
|
19744
|
-
"dev": true,
|
|
19745
|
-
"license": "MIT",
|
|
19746
|
-
"peer": true,
|
|
19747
|
-
"dependencies": {
|
|
19748
|
-
"safe-buffer": "^5.1.0"
|
|
19749
|
-
}
|
|
19750
|
-
},
|
|
19751
19741
|
"node_modules/range-parser": {
|
|
19752
19742
|
"version": "1.2.1",
|
|
19753
19743
|
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
|
|
@@ -20098,8 +20088,8 @@
|
|
|
20098
20088
|
}
|
|
20099
20089
|
},
|
|
20100
20090
|
"node_modules/react-native-is-edge-to-edge": {
|
|
20101
|
-
"version": "1.
|
|
20102
|
-
"integrity": "sha512-
|
|
20091
|
+
"version": "1.3.1",
|
|
20092
|
+
"integrity": "sha512-NIXU/iT5+ORyCc7p0z2nnlkouYKX425vuU1OEm6bMMtWWR9yvb+Xg5AZmImTKoF9abxCPqrKC3rOZsKzUYgYZA==",
|
|
20103
20093
|
"license": "MIT",
|
|
20104
20094
|
"peerDependencies": {
|
|
20105
20095
|
"react": "*",
|
|
@@ -21726,16 +21716,6 @@
|
|
|
21726
21716
|
"node": ">=0.10.0"
|
|
21727
21717
|
}
|
|
21728
21718
|
},
|
|
21729
|
-
"node_modules/serialize-javascript": {
|
|
21730
|
-
"version": "6.0.2",
|
|
21731
|
-
"integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
|
|
21732
|
-
"dev": true,
|
|
21733
|
-
"license": "BSD-3-Clause",
|
|
21734
|
-
"peer": true,
|
|
21735
|
-
"dependencies": {
|
|
21736
|
-
"randombytes": "^2.1.0"
|
|
21737
|
-
}
|
|
21738
|
-
},
|
|
21739
21719
|
"node_modules/serve-static": {
|
|
21740
21720
|
"version": "1.16.3",
|
|
21741
21721
|
"integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==",
|
|
@@ -22698,8 +22678,8 @@
|
|
|
22698
22678
|
}
|
|
22699
22679
|
},
|
|
22700
22680
|
"node_modules/terser-webpack-plugin": {
|
|
22701
|
-
"version": "5.3.
|
|
22702
|
-
"integrity": "sha512-
|
|
22681
|
+
"version": "5.3.17",
|
|
22682
|
+
"integrity": "sha512-YR7PtUp6GMU91BgSJmlaX/rS2lGDbAF7D+Wtq7hRO+MiljNmodYvqslzCFiYVAgW+Qoaaia/QUIP4lGXufjdZw==",
|
|
22703
22683
|
"dev": true,
|
|
22704
22684
|
"license": "MIT",
|
|
22705
22685
|
"peer": true,
|
|
@@ -22707,7 +22687,6 @@
|
|
|
22707
22687
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
22708
22688
|
"jest-worker": "^27.4.5",
|
|
22709
22689
|
"schema-utils": "^4.3.0",
|
|
22710
|
-
"serialize-javascript": "^6.0.2",
|
|
22711
22690
|
"terser": "^5.31.1"
|
|
22712
22691
|
},
|
|
22713
22692
|
"engines": {
|
|
@@ -24169,8 +24148,8 @@
|
|
|
24169
24148
|
}
|
|
24170
24149
|
},
|
|
24171
24150
|
"node_modules/webpack": {
|
|
24172
|
-
"version": "5.105.
|
|
24173
|
-
"integrity": "sha512-
|
|
24151
|
+
"version": "5.105.4",
|
|
24152
|
+
"integrity": "sha512-jTywjboN9aHxFlToqb0K0Zs9SbBoW4zRUlGzI2tYNxVYcEi/IPpn+Xi4ye5jTLvX2YeLuic/IvxNot+Q1jMoOw==",
|
|
24174
24153
|
"dev": true,
|
|
24175
24154
|
"license": "MIT",
|
|
24176
24155
|
"peer": true,
|
|
@@ -24185,7 +24164,7 @@
|
|
|
24185
24164
|
"acorn-import-phases": "^1.0.3",
|
|
24186
24165
|
"browserslist": "^4.28.1",
|
|
24187
24166
|
"chrome-trace-event": "^1.0.2",
|
|
24188
|
-
"enhanced-resolve": "^5.
|
|
24167
|
+
"enhanced-resolve": "^5.20.0",
|
|
24189
24168
|
"es-module-lexer": "^2.0.0",
|
|
24190
24169
|
"eslint-scope": "5.1.1",
|
|
24191
24170
|
"events": "^3.2.0",
|
|
@@ -24197,7 +24176,7 @@
|
|
|
24197
24176
|
"neo-async": "^2.6.2",
|
|
24198
24177
|
"schema-utils": "^4.3.3",
|
|
24199
24178
|
"tapable": "^2.3.0",
|
|
24200
|
-
"terser-webpack-plugin": "^5.3.
|
|
24179
|
+
"terser-webpack-plugin": "^5.3.17",
|
|
24201
24180
|
"watchpack": "^2.5.1",
|
|
24202
24181
|
"webpack-sources": "^3.3.4"
|
|
24203
24182
|
},
|