@wavemaker/react-runtime 11.14.1-17.6422 → 11.14.1-18.6421

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.
Files changed (2) hide show
  1. package/package-lock.json +23 -23
  2. 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.6422",
3
+ "version": "11.14.1-18.6421",
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.6422",
9
+ "version": "11.14.1-18.6421",
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.6422",
62
+ "@wavemaker/variables": "11.14.1-18.6421",
63
63
  "babel-plugin-module-resolver": "^5.0.2",
64
64
  "eslint": "^9",
65
65
  "eslint-config-next": "15.1.4",
@@ -2089,29 +2089,29 @@
2089
2089
  }
2090
2090
  },
2091
2091
  "node_modules/@floating-ui/core": {
2092
- "version": "1.7.5",
2093
- "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==",
2092
+ "version": "1.7.4",
2093
+ "integrity": "sha512-C3HlIdsBxszvm5McXlB8PeOEWfBhcGBTZGkGlWc2U0KFY5IwG5OQEuQ8rq52DZmcHDlPLd+YFBK+cZcytwIFWg==",
2094
2094
  "license": "MIT",
2095
2095
  "dependencies": {
2096
- "@floating-ui/utils": "^0.2.11"
2096
+ "@floating-ui/utils": "^0.2.10"
2097
2097
  }
2098
2098
  },
2099
2099
  "node_modules/@floating-ui/dom": {
2100
- "version": "1.7.6",
2101
- "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==",
2100
+ "version": "1.7.5",
2101
+ "integrity": "sha512-N0bD2kIPInNHUHehXhMke1rBGs1dwqvC9O9KYMyyjK7iXt7GAhnro7UlcuYcGdS/yYOlq0MAVgrow8IbWJwyqg==",
2102
2102
  "license": "MIT",
2103
2103
  "dependencies": {
2104
- "@floating-ui/core": "^1.7.5",
2105
- "@floating-ui/utils": "^0.2.11"
2104
+ "@floating-ui/core": "^1.7.4",
2105
+ "@floating-ui/utils": "^0.2.10"
2106
2106
  }
2107
2107
  },
2108
2108
  "node_modules/@floating-ui/react": {
2109
- "version": "0.27.19",
2110
- "integrity": "sha512-31B8h5mm8YxotlE7/AU/PhNAl8eWxAmjL/v2QOxroDNkTFLk3Uu82u63N3b6TXa4EGJeeZLVcd/9AlNlVqzeog==",
2109
+ "version": "0.27.18",
2110
+ "integrity": "sha512-xJWJxvmy3a05j643gQt+pRbht5XnTlGpsEsAPnMi5F5YTOEEJymA90uZKBD8OvIv5XvZ1qi4GcccSlqT3Bq44Q==",
2111
2111
  "license": "MIT",
2112
2112
  "dependencies": {
2113
- "@floating-ui/react-dom": "^2.1.8",
2114
- "@floating-ui/utils": "^0.2.11",
2113
+ "@floating-ui/react-dom": "^2.1.7",
2114
+ "@floating-ui/utils": "^0.2.10",
2115
2115
  "tabbable": "^6.0.0"
2116
2116
  },
2117
2117
  "peerDependencies": {
@@ -2120,11 +2120,11 @@
2120
2120
  }
2121
2121
  },
2122
2122
  "node_modules/@floating-ui/react-dom": {
2123
- "version": "2.1.8",
2124
- "integrity": "sha512-cC52bHwM/n/CxS87FH0yWdngEZrjdtLW/qVruo68qg+prK7ZQ4YGdut2GyDVpoGeAYe/h899rVeOVm6Oi40k2A==",
2123
+ "version": "2.1.7",
2124
+ "integrity": "sha512-0tLRojf/1Go2JgEVm+3Frg9A3IW8bJgKgdO0BN5RkF//ufuz2joZM63Npau2ff3J6lUVYgDSNzNkR+aH3IVfjg==",
2125
2125
  "license": "MIT",
2126
2126
  "dependencies": {
2127
- "@floating-ui/dom": "^1.7.6"
2127
+ "@floating-ui/dom": "^1.7.5"
2128
2128
  },
2129
2129
  "peerDependencies": {
2130
2130
  "react": ">=16.8.0",
@@ -2132,8 +2132,8 @@
2132
2132
  }
2133
2133
  },
2134
2134
  "node_modules/@floating-ui/utils": {
2135
- "version": "0.2.11",
2136
- "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==",
2135
+ "version": "0.2.10",
2136
+ "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
2137
2137
  "license": "MIT"
2138
2138
  },
2139
2139
  "node_modules/@formatjs/ecma402-abstract": {
@@ -4483,8 +4483,8 @@
4483
4483
  ]
4484
4484
  },
4485
4485
  "node_modules/@wavemaker/variables": {
4486
- "version": "11.14.1-17.6422",
4487
- "integrity": "sha512-/potGw3eqGud5qooANaPWUsH9kQqOzDxGupLbeYB4nZG65Op5aFoOONIts9zLh+gXoqu7WvDtgTuEAQ3AbNmZw==",
4486
+ "version": "11.14.1-18.6421",
4487
+ "integrity": "sha512-5pX7Hi8/86YAuZOIQdhRITYa+MNwoNC04w2KnHuFXV4wmzS7oRiev6uiOBHSoz6kGbcS1If/5xEvHg1ZBwWpyA==",
4488
4488
  "dev": true,
4489
4489
  "license": "ISC",
4490
4490
  "dependencies": {
@@ -5090,8 +5090,8 @@
5090
5090
  }
5091
5091
  },
5092
5092
  "node_modules/caniuse-lite": {
5093
- "version": "1.0.30001776",
5094
- "integrity": "sha512-sg01JDPzZ9jGshqKSckOQthXnYwOEP50jeVFhaSFbZcOy05TiuuaffDOfcwtCisJ9kNQuLBFibYywv2Bgm9osw==",
5093
+ "version": "1.0.30001775",
5094
+ "integrity": "sha512-s3Qv7Lht9zbVKE9XoTyRG6wVDCKdtOFIjBGg3+Yhn6JaytuNKPIjBMTMIY1AnOH3seL5mvF+x33oGAyK3hVt3A==",
5095
5095
  "funding": [
5096
5096
  {
5097
5097
  "type": "opencollective",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/react-runtime",
3
- "version": "11.14.1-17.6422",
3
+ "version": "11.14.1-18.6421",
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.6422",
81
+ "@wavemaker/variables": "11.14.1-18.6421",
82
82
  "babel-plugin-module-resolver": "^5.0.2",
83
83
  "eslint": "^9",
84
84
  "eslint-config-next": "15.1.4",