Skip to content

Commit 45fa318

Browse files
Fix GW tests
1 parent b03df51 commit 45fa318

14 files changed

Lines changed: 372 additions & 298 deletions

packages/generator-widget/generators/app/templates/packages/__tests__/outputs/package_native.json-js-unit.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,19 @@
2727
"output": "./dist/testresults/TESTS-Jest.xml"
2828
},
2929
"devDependencies": {
30-
"@mendix/pluggable-widgets-tools": "^11.3.1"
30+
"@mendix/pluggable-widgets-tools": "^11.6.0"
3131
},
3232
"dependencies": {
3333

3434
},
3535
"resolutions": {
36-
"react": "^18.2.0",
37-
"react-native": "0.77.3"
36+
"react": "^19.0.0",
37+
"react-dom": "^19.0.0",
38+
"react-native": "~0.78.2"
3839
},
3940
"overrides": {
40-
"react": "^18.2.0",
41-
"react-native": "0.77.3"
41+
"react": "^19.0.0",
42+
"react-dom": "^19.0.0",
43+
"react-native": "~0.78.2"
4244
}
4345
}

packages/generator-widget/generators/app/templates/packages/__tests__/outputs/package_native.json-js.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,19 @@
2222
"release": "pluggable-widgets-tools release:native"
2323
},
2424
"devDependencies": {
25-
"@mendix/pluggable-widgets-tools": "^11.3.1"
25+
"@mendix/pluggable-widgets-tools": "^11.6.0"
2626
},
2727
"dependencies": {
2828

2929
},
3030
"resolutions": {
31-
"react": "^18.2.0",
32-
"react-native": "0.77.3"
31+
"react": "^19.0.0",
32+
"react-dom": "^19.0.0",
33+
"react-native": "~0.78.2"
3334
},
3435
"overrides": {
35-
"react": "^18.2.0",
36-
"react-native": "0.77.3"
36+
"react": "^19.0.0",
37+
"react-dom": "^19.0.0",
38+
"react-native": "~0.78.2"
3739
}
3840
}

packages/generator-widget/generators/app/templates/packages/__tests__/outputs/package_native.json-ts-unit.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,25 @@
2727
"output": "./dist/testresults/TESTS-Jest.xml"
2828
},
2929
"devDependencies": {
30-
"@mendix/pluggable-widgets-tools": "^11.3.1",
30+
"@mendix/pluggable-widgets-tools": "^11.6.0",
3131
"@types/big.js": "^6.0.2",
3232
"@types/jest": "^29.0.0"
3333
},
3434
"dependencies": {
3535

3636
},
3737
"resolutions": {
38-
"react": "^18.2.0",
39-
"@types/react": "^18.2.0",
40-
"react-native": "0.77.3"
38+
"react": "^19.0.0",
39+
"react-dom": "^19.0.0",
40+
"@types/react": "^19.0.0",
41+
"@types/react-dom": "^19.0.0",
42+
"react-native": "~0.78.2"
4143
},
4244
"overrides": {
43-
"react": "^18.2.0",
44-
"@types/react": "^18.2.0",
45-
"react-native": "0.77.3"
45+
"react": "^19.0.0",
46+
"react-dom": "^19.0.0",
47+
"@types/react": "^19.0.0",
48+
"@types/react-dom": "^19.0.0",
49+
"react-native": "~0.78.2"
4650
}
4751
}

packages/generator-widget/generators/app/templates/packages/__tests__/outputs/package_native.json-ts.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,24 @@
2222
"release": "pluggable-widgets-tools release:native"
2323
},
2424
"devDependencies": {
25-
"@mendix/pluggable-widgets-tools": "^11.3.1",
25+
"@mendix/pluggable-widgets-tools": "^11.6.0",
2626
"@types/big.js": "^6.0.2"
2727
},
2828
"dependencies": {
2929

3030
},
3131
"resolutions": {
32-
"react": "^18.2.0",
33-
"@types/react": "^18.2.0",
34-
"react-native": "0.77.3"
32+
"react": "^19.0.0",
33+
"react-dom": "^19.0.0",
34+
"@types/react": "^19.0.0",
35+
"@types/react-dom": "^19.0.0",
36+
"react-native": "~0.78.2"
3537
},
3638
"overrides": {
37-
"react": "^18.2.0",
38-
"@types/react": "^18.2.0",
39-
"react-native": "0.77.3"
39+
"react": "^19.0.0",
40+
"react-dom": "^19.0.0",
41+
"@types/react": "^19.0.0",
42+
"@types/react-dom": "^19.0.0",
43+
"react-native": "~0.78.2"
4044
}
4145
}

packages/generator-widget/generators/app/templates/packages/__tests__/outputs/package_web.json-js-e2e.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@
2626
"release": "pluggable-widgets-tools release:web"
2727
},
2828
"devDependencies": {
29-
"@mendix/pluggable-widgets-tools": "^11.3.1",
29+
"@mendix/pluggable-widgets-tools": "^11.6.0",
3030
"cypress": "^10.10.0"
3131
},
3232
"dependencies": {
3333
"classnames": "^2.2.6"
3434
},
3535
"resolutions": {
36-
"react": "^18.2.0",
37-
"react-dom": "18.2.0",
38-
"react-native": "0.72.7"
36+
"react": "^19.0.0",
37+
"react-dom": "^19.0.0",
38+
"react-native": "~0.78.2"
3939
},
4040
"overrides": {
41-
"react": "^18.2.0",
42-
"react-dom": "18.2.0",
43-
"react-native": "0.72.7"
41+
"react": "^19.0.0",
42+
"react-dom": "^19.0.0",
43+
"react-native": "~0.78.2"
4444
}
4545
}

packages/generator-widget/generators/app/templates/packages/__tests__/outputs/package_web.json-js-unit-e2e.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@
2828
"release": "pluggable-widgets-tools release:web"
2929
},
3030
"devDependencies": {
31-
"@mendix/pluggable-widgets-tools": "^11.3.1",
31+
"@mendix/pluggable-widgets-tools": "^11.6.0",
3232
"cypress": "^10.10.0"
3333
},
3434
"dependencies": {
3535
"classnames": "^2.2.6"
3636
},
3737
"resolutions": {
38-
"react": "^18.2.0",
39-
"react-dom": "18.2.0",
40-
"react-native": "0.72.7"
38+
"react": "^19.0.0",
39+
"react-dom": "^19.0.0",
40+
"react-native": "~0.78.2"
4141
},
4242
"overrides": {
43-
"react": "^18.2.0",
44-
"react-dom": "18.2.0",
45-
"react-native": "0.72.7"
43+
"react": "^19.0.0",
44+
"react-dom": "^19.0.0",
45+
"react-native": "~0.78.2"
4646
}
4747
}

packages/generator-widget/generators/app/templates/packages/__tests__/outputs/package_web.json-js-unit.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
"release": "pluggable-widgets-tools release:web"
2828
},
2929
"devDependencies": {
30-
"@mendix/pluggable-widgets-tools": "^11.3.1"
30+
"@mendix/pluggable-widgets-tools": "^11.6.0"
3131
},
3232
"dependencies": {
3333
"classnames": "^2.2.6"
3434
},
3535
"resolutions": {
36-
"react": "^18.2.0",
37-
"react-dom": "18.2.0",
38-
"react-native": "0.72.7"
36+
"react": "^19.0.0",
37+
"react-dom": "^19.0.0",
38+
"react-native": "~0.78.2"
3939
},
4040
"overrides": {
41-
"react": "^18.2.0",
42-
"react-dom": "18.2.0",
43-
"react-native": "0.72.7"
41+
"react": "^19.0.0",
42+
"react-dom": "^19.0.0",
43+
"react-native": "~0.78.2"
4444
}
4545
}

packages/generator-widget/generators/app/templates/packages/__tests__/outputs/package_web.json-js.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
"release": "pluggable-widgets-tools release:web"
2626
},
2727
"devDependencies": {
28-
"@mendix/pluggable-widgets-tools": "^11.3.1"
28+
"@mendix/pluggable-widgets-tools": "^11.6.0"
2929
},
3030
"dependencies": {
3131
"classnames": "^2.2.6"
3232
},
3333
"resolutions": {
34-
"react": "^18.2.0",
35-
"react-dom": "18.2.0",
36-
"react-native": "0.72.7"
34+
"react": "^19.0.0",
35+
"react-dom": "^19.0.0",
36+
"react-native": "~0.78.2"
3737
},
3838
"overrides": {
39-
"react": "^18.2.0",
40-
"react-dom": "18.2.0",
41-
"react-native": "0.72.7"
39+
"react": "^19.0.0",
40+
"react-dom": "^19.0.0",
41+
"react-native": "~0.78.2"
4242
}
4343
}

packages/generator-widget/generators/app/templates/packages/__tests__/outputs/package_web.json-ts-e2e.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"release": "pluggable-widgets-tools release:web"
2727
},
2828
"devDependencies": {
29-
"@mendix/pluggable-widgets-tools": "^11.3.1",
29+
"@mendix/pluggable-widgets-tools": "^11.6.0",
3030
"@types/big.js": "^6.0.2",
3131
"@types/jasmine": "^3.6.9",
3232
"cypress": "^10.10.0"
@@ -35,17 +35,17 @@
3535
"classnames": "^2.2.6"
3636
},
3737
"resolutions": {
38-
"react": "^18.2.0",
39-
"react-dom": "18.2.0",
40-
"@types/react": "^18.2.0",
41-
"@types/react-dom": "18.2.0",
42-
"react-native": "0.72.7"
38+
"react": "^19.0.0",
39+
"react-dom": "^19.0.0",
40+
"@types/react": "^19.0.0",
41+
"@types/react-dom": "^19.0.0",
42+
"react-native": "~0.78.2"
4343
},
4444
"overrides": {
45-
"react": "^18.2.0",
46-
"react-dom": "18.2.0",
47-
"@types/react": "^18.2.0",
48-
"@types/react-dom": "18.2.0",
49-
"react-native": "0.72.7"
45+
"react": "^19.0.0",
46+
"react-dom": "^19.0.0",
47+
"@types/react": "^19.0.0",
48+
"@types/react-dom": "^19.0.0",
49+
"react-native": "~0.78.2"
5050
}
5151
}

packages/generator-widget/generators/app/templates/packages/__tests__/outputs/package_web.json-ts-unit-e2e.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"release": "pluggable-widgets-tools release:web"
2929
},
3030
"devDependencies": {
31-
"@mendix/pluggable-widgets-tools": "^11.3.1",
31+
"@mendix/pluggable-widgets-tools": "^11.6.0",
3232
"@types/big.js": "^6.0.2",
3333
"@types/jasmine": "^3.6.9",
3434
"@types/jest": "^29.0.0",
@@ -38,17 +38,17 @@
3838
"classnames": "^2.2.6"
3939
},
4040
"resolutions": {
41-
"react": "^18.2.0",
42-
"react-dom": "18.2.0",
43-
"@types/react": "^18.2.0",
44-
"@types/react-dom": "18.2.0",
45-
"react-native": "0.72.7"
41+
"react": "^19.0.0",
42+
"react-dom": "^19.0.0",
43+
"@types/react": "^19.0.0",
44+
"@types/react-dom": "^19.0.0",
45+
"react-native": "~0.78.2"
4646
},
4747
"overrides": {
48-
"react": "^18.2.0",
49-
"react-dom": "18.2.0",
50-
"@types/react": "^18.2.0",
51-
"@types/react-dom": "18.2.0",
52-
"react-native": "0.72.7"
48+
"react": "^19.0.0",
49+
"react-dom": "^19.0.0",
50+
"@types/react": "^19.0.0",
51+
"@types/react-dom": "^19.0.0",
52+
"react-native": "~0.78.2"
5353
}
5454
}

0 commit comments

Comments
 (0)