@wavemaker/react-runtime 11.14.1-17.6425 → 11.14.1-17.6426
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 +11 -11
- 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-17.
|
|
3
|
+
"version": "11.14.1-17.6426",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/react-runtime",
|
|
9
|
-
"version": "11.14.1-17.
|
|
9
|
+
"version": "11.14.1-17.6426",
|
|
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-17.
|
|
62
|
+
"@wavemaker/variables": "11.14.1-17.6426",
|
|
63
63
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
64
64
|
"eslint": "^9",
|
|
65
65
|
"eslint-config-next": "15.1.4",
|
|
@@ -3879,8 +3879,8 @@
|
|
|
3879
3879
|
}
|
|
3880
3880
|
},
|
|
3881
3881
|
"node_modules/@types/node": {
|
|
3882
|
-
"version": "20.19.
|
|
3883
|
-
"integrity": "sha512-
|
|
3882
|
+
"version": "20.19.37",
|
|
3883
|
+
"integrity": "sha512-8kzdPJ3FsNsVIurqBs7oodNnCEVbni9yUEkaHbgptDACOPW04jimGagZ51E6+lXUwJjgnBw+hyko/lkFWCldqw==",
|
|
3884
3884
|
"dev": true,
|
|
3885
3885
|
"license": "MIT",
|
|
3886
3886
|
"dependencies": {
|
|
@@ -4484,8 +4484,8 @@
|
|
|
4484
4484
|
]
|
|
4485
4485
|
},
|
|
4486
4486
|
"node_modules/@wavemaker/variables": {
|
|
4487
|
-
"version": "11.14.1-17.
|
|
4488
|
-
"integrity": "sha512-
|
|
4487
|
+
"version": "11.14.1-17.6426",
|
|
4488
|
+
"integrity": "sha512-Evyle6XlJewWpsdZqqknFowc9ING+sUSTzSWCzObU2KIHLx3dCBKusNvCY4tG4mePTOYj5iLD21rBsWYhyHYiw==",
|
|
4489
4489
|
"dev": true,
|
|
4490
4490
|
"license": "ISC",
|
|
4491
4491
|
"dependencies": {
|
|
@@ -5091,8 +5091,8 @@
|
|
|
5091
5091
|
}
|
|
5092
5092
|
},
|
|
5093
5093
|
"node_modules/caniuse-lite": {
|
|
5094
|
-
"version": "1.0.
|
|
5095
|
-
"integrity": "sha512-
|
|
5094
|
+
"version": "1.0.30001777",
|
|
5095
|
+
"integrity": "sha512-tmN+fJxroPndC74efCdp12j+0rk0RHwV5Jwa1zWaFVyw2ZxAuPeG8ZgWC3Wz7uSjT3qMRQ5XHZ4COgQmsCMJAQ==",
|
|
5096
5096
|
"funding": [
|
|
5097
5097
|
{
|
|
5098
5098
|
"type": "opencollective",
|
|
@@ -7457,8 +7457,8 @@
|
|
|
7457
7457
|
}
|
|
7458
7458
|
},
|
|
7459
7459
|
"node_modules/jodit": {
|
|
7460
|
-
"version": "4.
|
|
7461
|
-
"integrity": "sha512-
|
|
7460
|
+
"version": "4.10.2",
|
|
7461
|
+
"integrity": "sha512-eBnB0zL6sFcySh2/ZfmZApRuPmO6+hOJoUJ5J7Lq1R9EYqBTAj77zhFC/B6wNC5V14m8P0UZ+X946dnhcVKrXQ==",
|
|
7462
7462
|
"license": "MIT"
|
|
7463
7463
|
},
|
|
7464
7464
|
"node_modules/jodit-react": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/react-runtime",
|
|
3
|
-
"version": "11.14.1-17.
|
|
3
|
+
"version": "11.14.1-17.6426",
|
|
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-17.
|
|
81
|
+
"@wavemaker/variables": "11.14.1-17.6426",
|
|
82
82
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
83
83
|
"eslint": "^9",
|
|
84
84
|
"eslint-config-next": "15.1.4",
|