Skip to content

Commit 9105e29

Browse files
chore(calendar-web): manage calendar packages and global overrides
1 parent cc170ed commit 9105e29

File tree

3 files changed

+423
-245
lines changed

3 files changed

+423
-245
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@
3838
]
3939
},
4040
"overrides": {
41-
"@mendix/pluggable-widgets-tools": "10.18.2",
41+
"@mendix/pluggable-widgets-tools": "10.21.0",
4242
"react": "^18.0.0",
4343
"react-dom": "^18.0.0",
4444
"prettier": "3.5.3",
45-
"@prettier/plugin-xml": "^3.4.1",
4645
"@types/node": "~22.14.0",
4746
"@types/react": ">=18.2.36",
4847
"@types/big.js": "^6.2.2",

packages/pluggableWidgets/calendar-web/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,12 @@
4848
"dependencies": {
4949
"classnames": "^2.3.2",
5050
"date-fns": "^4.1.0",
51-
"mendix": "^10.16.49747",
5251
"react-big-calendar": "^1.17.1"
5352
},
5453
"devDependencies": {
5554
"@mendix/automation-utils": "workspace:*",
5655
"@mendix/eslint-config-web-widgets": "workspace:*",
57-
"@mendix/pluggable-widgets-tools": "10.21.0",
56+
"@mendix/pluggable-widgets-tools": "*",
5857
"@mendix/prettier-config-web-widgets": "workspace:*",
5958
"@mendix/run-e2e": "workspace:^*",
6059
"@mendix/widget-plugin-component-kit": "workspace:*",

0 commit comments

Comments
 (0)