|
20 | 20 | }, |
21 | 21 | "packagePath": "com.mendix.widget.web", |
22 | 22 | "marketplace": { |
23 | | - "minimumMXVersion": "9.24.0", |
24 | | - "appNumber": 224259, |
| 23 | + "minimumMXVersion": "10.22.0", |
| 24 | + "appNumber": 107954, |
25 | 25 | "appName": "Calendar", |
26 | 26 | "reactReady": true |
27 | 27 | }, |
|
30 | 30 | "branchName": "calendar-web" |
31 | 31 | }, |
32 | 32 | "scripts": { |
33 | | - "build": "pluggable-widgets-tools build:web", |
| 33 | + "build": "cross-env MPKOUTPUT=Calendar.mpk pluggable-widgets-tools build:web", |
34 | 34 | "create-gh-release": "rui-create-gh-release", |
35 | 35 | "create-translation": "rui-create-translation", |
36 | | - "dev": "pluggable-widgets-tools start:web", |
| 36 | + "dev": "cross-env MPKOUTPUT=Calendar.mpk pluggable-widgets-tools start:web", |
37 | 37 | "e2e": "echo \"Skipping this e2e test\"", |
38 | 38 | "e2edev": "run-e2e dev --with-preps", |
39 | 39 | "format": "pluggable-widgets-tools format", |
40 | 40 | "lint": "eslint --ext .jsx,.js,.ts,.tsx src/", |
41 | 41 | "publish-marketplace": "rui-publish-marketplace", |
42 | | - "release": "pluggable-widgets-tools release:web", |
43 | | - "start": "pluggable-widgets-tools start:server", |
| 42 | + "release": "cross-env MPKOUTPUT=Calendar.mpk pluggable-widgets-tools release:web", |
| 43 | + "start": "cross-env MPKOUTPUT=Calendar.mpk pluggable-widgets-tools start:server", |
44 | 44 | "test": "cross-env TZ=UTC jest --projects jest.config.js", |
45 | 45 | "update-changelog": "rui-update-changelog-widget", |
46 | 46 | "verify": "rui-verify-package-format" |
47 | 47 | }, |
48 | 48 | "dependencies": { |
49 | 49 | "classnames": "^2.5.1", |
50 | 50 | "date-fns": "^4.1.0", |
51 | | - "react-big-calendar": "^1.17.1" |
| 51 | + "react-big-calendar": "^1.19.4" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | 54 | "@mendix/automation-utils": "workspace:*", |
|
60 | 60 | "@mendix/widget-plugin-hooks": "workspace:*", |
61 | 61 | "@mendix/widget-plugin-platform": "workspace:*", |
62 | 62 | "@mendix/widget-plugin-test-utils": "workspace:*", |
63 | | - "@types/react-big-calendar": "^1.16.1", |
| 63 | + "@types/react-big-calendar": "^1.16.2", |
64 | 64 | "cross-env": "^7.0.3" |
65 | 65 | } |
66 | 66 | } |
0 commit comments