Skip to content
This repository was archived by the owner on Dec 21, 2022. It is now read-only.

Commit d36e081

Browse files
authored
Merge pull request #1625 from mendix/fix/wc-1284_bump_plotly
[WC-1284]: update plotly and upgrade all the packages
2 parents 907e84c + 4236a23 commit d36e081

File tree

7 files changed

+30431
-41955
lines changed

7 files changed

+30431
-41955
lines changed

package-lock.json

Lines changed: 30423 additions & 41947 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@types/node": "^16.11.19",
6464
"@types/react": "~17.0.1",
6565
"@types/react-dom": "~17.0.1",
66-
"@types/react-native": "~0.63.30",
66+
"@types/react-native": "0.63.30",
6767
"@types/react-native-vector-icons": "^6.4.9",
6868
"@types/react-test-renderer": "~17.0.1",
6969
"@types/shelljs": "^0.8.9",

packages/pluggableWidgets/popup-menu-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"dependencies": {
2626
"@mendix/piw-native-utils-internal": "^1.0.0",
2727
"@mendix/piw-utils-internal": "^1.0.0",
28-
"react-native-material-menu": "^1.1.3"
28+
"react-native-material-menu": "~1.1.3"
2929
},
3030
"devDependencies": {
3131
"@mendix/pluggable-widgets-tools": ">=8.9.2",
32-
"@types/react-native-material-menu": "^1.0.0",
32+
"@types/react-native-material-menu": "1.0.3",
3333
"detox": "^19.7.1",
3434
"eslint": "^7.20.0"
3535
}

packages/pluggableWidgets/qr-code-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"version": "npm run release"
2626
},
2727
"dependencies": {
28-
"react-native-qrcode-svg": "^6.0.6",
28+
"react-native-qrcode-svg": "6.0.6",
2929
"@mendix/piw-native-utils-internal": "^1.0.0",
3030
"react-native-svg": "^9.6.4"
3131
},

packages/pluggableWidgets/rich-text-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"classnames": "^2.2.6",
5151
"sanitize-html": "^2.6.0",
5252
"ckeditor4-react": "^2.1.0",
53-
"ckeditor4": "^4.17.1"
53+
"ckeditor4": "~4.17.1"
5454
}
5555
}

packages/shared/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"classnames": "^2.2.6",
3232
"fast-json-patch": "^3.1.0",
3333
"json-source-map": "^0.6.1",
34-
"plotly.js": "^2.5.1",
34+
"plotly.js": "^2.14.0",
3535
"react-ace": "^9.4.4",
3636
"react-plotly.js": "^2.5.1"
3737
},

scripts/data/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"generate-data": "ts-node --project ./tsconfig.json ./generator/index.ts"
1313
},
1414
"dependencies": {
15-
"next": "12.1.0",
15+
"next": "12.2.5",
1616
"react": "17.0.1",
1717
"react-dom": "17.0.1",
1818
"bootstrap": "^5.1.3",
1919
"fast-xml-parser": "^4.0.1",
2020
"glob": "^7.2.0",
2121
"react-bootstrap": "^2.1.1",
22-
"react-data-grid": "^7.0.0-beta.11",
22+
"react-data-grid": "7.0.0-canary.30",
2323
"zod": "^3.11.6"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)