@schedule-x/react 1.36.0 → 1.38.0
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.
- package/.github/workflows/test-e2e.yml +6 -0
- package/CHANGELOG.md +51 -76
- package/cypress/e2e/002-custom-events.cy.ts +1 -1
- package/cypress/pages/002-custom-events/002-custom-events.tsx +3 -1
- package/cypress.config.ts +1 -1
- package/development/next-app/package-lock.json +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,271 +2,246 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
4
4
|
|
|
5
|
-
# [1.
|
|
5
|
+
# [1.38.0](https://github.com/schedule-x/react/compare/v1.37.0...v1.38.0) (2024-05-11)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Features
|
|
9
9
|
|
|
10
|
-
* update schedule-x monorepo packages to v1.
|
|
10
|
+
* update schedule-x monorepo packages to v1.40.0 ([#110](https://github.com/schedule-x/react/issues/110)) ([2bd2454](https://github.com/schedule-x/react/commit/2bd24541197d3ac4e57f2e3a5e124a0aab82921d))
|
|
11
11
|
|
|
12
|
-
# [1.
|
|
12
|
+
# [1.37.0](https://github.com/schedule-x/react/compare/v1.36.0...v1.37.0) (2024-05-09)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- update schedule-x monorepo packages to v1.39.0 ([#108](https://github.com/schedule-x/react/issues/108)) ([29e0572](https://github.com/schedule-x/react/commit/29e05727ea0fc67fa304a6857d02f0e779656821))
|
|
17
|
+
|
|
18
|
+
# [1.36.0](https://github.com/schedule-x/react/compare/v1.35.0...v1.36.0) (2024-05-07)
|
|
19
|
+
|
|
20
|
+
### Features
|
|
13
21
|
|
|
22
|
+
- update schedule-x monorepo packages to v1.38.0 ([#104](https://github.com/schedule-x/react/issues/104)) ([ca69698](https://github.com/schedule-x/react/commit/ca696987049a9b914ae50add988c5db89058374e))
|
|
23
|
+
|
|
24
|
+
# [1.35.0](https://github.com/schedule-x/react/compare/v1.34.0...v1.35.0) (2024-05-01)
|
|
14
25
|
|
|
15
26
|
### Features
|
|
16
27
|
|
|
17
|
-
|
|
28
|
+
- make commonjs filename use cjs extension ([#103](https://github.com/schedule-x/react/issues/103)) ([cae187b](https://github.com/schedule-x/react/commit/cae187b4ae576711f07ed4437bdec3f4f8b42791))
|
|
18
29
|
|
|
19
30
|
# [1.34.0](https://github.com/schedule-x/react/compare/v1.33.0...v1.34.0) (2024-04-30)
|
|
20
31
|
|
|
21
|
-
|
|
22
32
|
### Features
|
|
23
33
|
|
|
24
|
-
|
|
34
|
+
- **deps:** update devdependencies (non-major) ([#102](https://github.com/schedule-x/react/issues/102)) ([8f22c1f](https://github.com/schedule-x/react/commit/8f22c1f3b058aa9fcc0238527fcc054489a0ddae))
|
|
25
35
|
|
|
26
36
|
# [1.33.0](https://github.com/schedule-x/react/compare/v1.32.0...v1.33.0) (2024-04-26)
|
|
27
37
|
|
|
28
|
-
|
|
29
38
|
### Features
|
|
30
39
|
|
|
31
|
-
|
|
40
|
+
- update schedule-x calendar to 1.35.0 ([#100](https://github.com/schedule-x/react/issues/100)) ([85a7893](https://github.com/schedule-x/react/commit/85a7893a2e70a17e43ed251fad42f2b0bcf0604a))
|
|
32
41
|
|
|
33
42
|
# [1.32.0](https://github.com/schedule-x/react/compare/v1.31.0...v1.32.0) (2024-04-20)
|
|
34
43
|
|
|
35
|
-
|
|
36
44
|
### Features
|
|
37
45
|
|
|
38
|
-
|
|
46
|
+
- update schedule-x monorepo packages to v1.34.0 ([#98](https://github.com/schedule-x/react/issues/98)) ([f392471](https://github.com/schedule-x/react/commit/f392471b1247e0e229d6ed452ca1f4cbb536fba2))
|
|
39
47
|
|
|
40
48
|
# [1.31.0](https://github.com/schedule-x/react/compare/v1.30.0...v1.31.0) (2024-04-20)
|
|
41
49
|
|
|
42
|
-
|
|
43
50
|
### Features
|
|
44
51
|
|
|
45
|
-
|
|
52
|
+
- update schedule-x monorepo packages to v1.33.0 ([#96](https://github.com/schedule-x/react/issues/96)) ([7cb2b9f](https://github.com/schedule-x/react/commit/7cb2b9fe37d85ba5bd2c4aeeee9c7620b74d175b))
|
|
46
53
|
|
|
47
54
|
# [1.30.0](https://github.com/schedule-x/react/compare/v1.29.1...v1.30.0) (2024-04-16)
|
|
48
55
|
|
|
49
|
-
|
|
50
56
|
### Features
|
|
51
57
|
|
|
52
|
-
|
|
58
|
+
- update schedule-x monorepo packages to v1.32.0 ([#95](https://github.com/schedule-x/react/issues/95)) ([bcfb5d8](https://github.com/schedule-x/react/commit/bcfb5d8787acc3a45e3f3c7a28f0061ec2c3a7f8))
|
|
53
59
|
|
|
54
60
|
## [1.29.1](https://github.com/schedule-x/react/compare/v1.29.0...v1.29.1) (2024-04-08)
|
|
55
61
|
|
|
56
|
-
|
|
57
62
|
### Bug Fixes
|
|
58
63
|
|
|
59
|
-
|
|
64
|
+
- update schedule-x monorepo packages to v1.30.1 ([#92](https://github.com/schedule-x/react/issues/92)) ([9880656](https://github.com/schedule-x/react/commit/98806560582ab0fb3745d2753b9ec43ca1db13d6))
|
|
60
65
|
|
|
61
66
|
# [1.29.0](https://github.com/schedule-x/react/compare/v1.28.0...v1.29.0) (2024-04-06)
|
|
62
67
|
|
|
63
|
-
|
|
64
68
|
### Features
|
|
65
69
|
|
|
66
|
-
|
|
70
|
+
- update schedule-x monorepo packages to v1.30.0 ([#88](https://github.com/schedule-x/react/issues/88)) ([76e4830](https://github.com/schedule-x/react/commit/76e483009a46e1cfb1f61fcd0f2312d0fc6eacd0))
|
|
67
71
|
|
|
68
72
|
# [1.28.0](https://github.com/schedule-x/react/compare/v1.27.0...v1.28.0) (2024-04-05)
|
|
69
73
|
|
|
70
|
-
|
|
71
74
|
### Features
|
|
72
75
|
|
|
73
|
-
|
|
76
|
+
- update schedule-x monorepo packages to v1.29.1 ([#87](https://github.com/schedule-x/react/issues/87)) ([acae383](https://github.com/schedule-x/react/commit/acae3839610dddc83f71be2e0bfde710ffaf87cc))
|
|
74
77
|
|
|
75
78
|
# [1.27.0](https://github.com/schedule-x/react/compare/v1.26.0...v1.27.0) (2024-04-04)
|
|
76
79
|
|
|
77
|
-
|
|
78
80
|
### Features
|
|
79
81
|
|
|
80
|
-
|
|
82
|
+
- update schedule-x monorepo packages to v1.29.0 ([#86](https://github.com/schedule-x/react/issues/86)) ([3d1776e](https://github.com/schedule-x/react/commit/3d1776e4749a61115d2763dd0620f74ae2b23fe0))
|
|
81
83
|
|
|
82
84
|
# [1.26.0](https://github.com/schedule-x/react/compare/v1.25.0...v1.26.0) (2024-04-03)
|
|
83
85
|
|
|
84
|
-
|
|
85
86
|
### Features
|
|
86
87
|
|
|
87
|
-
|
|
88
|
+
- update schedule-x monorepo packages to v1.28.0 ([#83](https://github.com/schedule-x/react/issues/83)) ([76c17a6](https://github.com/schedule-x/react/commit/76c17a6b9eae603b24058f77d69889276e0dfb1a))
|
|
88
89
|
|
|
89
90
|
# [1.25.0](https://github.com/schedule-x/react/compare/v1.24.0...v1.25.0) (2024-04-02)
|
|
90
91
|
|
|
91
|
-
|
|
92
92
|
### Features
|
|
93
93
|
|
|
94
|
-
|
|
94
|
+
- update schedule-x monorepo packages to v1.27.1 ([#82](https://github.com/schedule-x/react/issues/82)) ([b95b577](https://github.com/schedule-x/react/commit/b95b5773a100935689442e1b6cace876eacc6d41))
|
|
95
95
|
|
|
96
96
|
# [1.24.0](https://github.com/schedule-x/react/compare/v1.23.0...v1.24.0) (2024-03-29)
|
|
97
97
|
|
|
98
|
-
|
|
99
98
|
### Features
|
|
100
99
|
|
|
101
|
-
|
|
100
|
+
- update schedule-x monorepo packages to v1.27.0 ([#81](https://github.com/schedule-x/react/issues/81)) ([9392bf7](https://github.com/schedule-x/react/commit/9392bf7e1627dc67c8efa4a0ce9bf5a3c54a08ae))
|
|
102
101
|
|
|
103
102
|
# [1.23.0](https://github.com/schedule-x/react/compare/v1.22.0...v1.23.0) (2024-03-28)
|
|
104
103
|
|
|
105
|
-
|
|
106
104
|
### Features
|
|
107
105
|
|
|
108
|
-
|
|
106
|
+
- update schedule-x monorepo packages to v1.26.0 ([#79](https://github.com/schedule-x/react/issues/79)) ([57abba8](https://github.com/schedule-x/react/commit/57abba8fb832f7fc58ca2ee4327ad6ad78c64cee))
|
|
109
107
|
|
|
110
108
|
# [1.22.0](https://github.com/schedule-x/react/compare/v1.21.0...v1.22.0) (2024-03-18)
|
|
111
109
|
|
|
112
|
-
|
|
113
110
|
### Features
|
|
114
111
|
|
|
115
|
-
|
|
112
|
+
- update schedule-x monorepo packages to v1.25.0 ([#76](https://github.com/schedule-x/react/issues/76)) ([ad30a55](https://github.com/schedule-x/react/commit/ad30a555693ab5ae75f992e6f440e27f25eb3636))
|
|
116
113
|
|
|
117
114
|
# [1.21.0](https://github.com/schedule-x/react/compare/v1.20.0...v1.21.0) (2024-03-16)
|
|
118
115
|
|
|
119
|
-
|
|
120
116
|
### Features
|
|
121
117
|
|
|
122
|
-
|
|
118
|
+
- update schedule-x monorepo packages to v1.24.0 ([#72](https://github.com/schedule-x/react/issues/72)) ([c462226](https://github.com/schedule-x/react/commit/c462226c86ef9300fbd5e9da7250179ab9e58130))
|
|
123
119
|
|
|
124
120
|
# [1.20.0](https://github.com/schedule-x/react/compare/v1.19.0...v1.20.0) (2024-03-09)
|
|
125
121
|
|
|
126
|
-
|
|
127
122
|
### Features
|
|
128
123
|
|
|
129
|
-
|
|
124
|
+
- custom event modal ([#73](https://github.com/schedule-x/react/issues/73)) ([3130130](https://github.com/schedule-x/react/commit/313013032a21270eef78ba30fc4cb8e7024e20ac))
|
|
130
125
|
|
|
131
126
|
# [1.19.0](https://github.com/schedule-x/react/compare/v1.18.1...v1.19.0) (2024-03-04)
|
|
132
127
|
|
|
133
|
-
|
|
134
128
|
### Features
|
|
135
129
|
|
|
136
|
-
|
|
130
|
+
- update schedule-x monorepo packages to v1.21.0 ([#69](https://github.com/schedule-x/react/issues/69)) ([4a7302d](https://github.com/schedule-x/react/commit/4a7302d19d78a8e19e898da0f3cfa83bd5b9426f))
|
|
137
131
|
|
|
138
132
|
## [1.18.1](https://github.com/schedule-x/react/compare/v1.18.0...v1.18.1) (2024-03-04)
|
|
139
133
|
|
|
140
|
-
|
|
141
134
|
### Bug Fixes
|
|
142
135
|
|
|
143
|
-
|
|
136
|
+
- **deps:** update dependency next to v14.1.1 ([#66](https://github.com/schedule-x/react/issues/66)) ([fd450fa](https://github.com/schedule-x/react/commit/fd450fac1d239d85b221fbd2c8347b07b757b122))
|
|
144
137
|
|
|
145
138
|
# [1.18.0](https://github.com/schedule-x/react/compare/v1.17.0...v1.18.0) (2024-03-04)
|
|
146
139
|
|
|
147
|
-
|
|
148
140
|
### Features
|
|
149
141
|
|
|
150
|
-
|
|
142
|
+
- update schedule-x monorepo packages to v1.20.0 ([#67](https://github.com/schedule-x/react/issues/67)) ([6ae23fb](https://github.com/schedule-x/react/commit/6ae23fbc2cf6adce53914c06c4e6137c8980bed1))
|
|
151
143
|
|
|
152
144
|
# [1.17.0](https://github.com/schedule-x/react/compare/v1.16.0...v1.17.0) (2024-02-28)
|
|
153
145
|
|
|
154
|
-
|
|
155
146
|
### Features
|
|
156
147
|
|
|
157
|
-
|
|
148
|
+
- **deps:** update schedule-x monorepo packages to v1.19.0 ([#64](https://github.com/schedule-x/react/issues/64)) ([311bb66](https://github.com/schedule-x/react/commit/311bb66da60fd810316ac0e9447c7b7d34d7f8ce))
|
|
158
149
|
|
|
159
150
|
# [1.16.0](https://github.com/schedule-x/react/compare/v1.15.1...v1.16.0) (2024-02-24)
|
|
160
151
|
|
|
161
|
-
|
|
162
152
|
### Features
|
|
163
153
|
|
|
164
|
-
|
|
154
|
+
- update schedule-x monorepo packages to v1.18.0 ([#62](https://github.com/schedule-x/react/issues/62)) ([0a79d46](https://github.com/schedule-x/react/commit/0a79d46c2f67093596d65ddcb5c433a36d24eff0))
|
|
165
155
|
|
|
166
156
|
## [1.15.1](https://github.com/schedule-x/react/compare/v1.15.0...v1.15.1) (2024-02-17)
|
|
167
157
|
|
|
168
|
-
|
|
169
158
|
### Bug Fixes
|
|
170
159
|
|
|
171
|
-
|
|
160
|
+
- update schedule-x monorepo packages to v1.17.1 ([#60](https://github.com/schedule-x/react/issues/60)) ([69f63e4](https://github.com/schedule-x/react/commit/69f63e447a61adb237a7b5f41ec0ad40eac6f29b))
|
|
172
161
|
|
|
173
162
|
# [1.15.0](https://github.com/schedule-x/react/compare/v1.14.0...v1.15.0) (2024-02-10)
|
|
174
163
|
|
|
175
|
-
|
|
176
164
|
### Features
|
|
177
165
|
|
|
178
|
-
|
|
166
|
+
- update schedule-x monorepo packages to v1.17.0 ([#57](https://github.com/schedule-x/react/issues/57)) ([4afd480](https://github.com/schedule-x/react/commit/4afd480390b67912d60b9926a713a2e783ad72ac))
|
|
179
167
|
|
|
180
168
|
# [1.14.0](https://github.com/schedule-x/react/compare/v1.13.0...v1.14.0) (2024-02-10)
|
|
181
169
|
|
|
182
|
-
|
|
183
170
|
### Features
|
|
184
171
|
|
|
185
|
-
|
|
172
|
+
- update schedule-x monorepo packages to v1.17.0 ([#56](https://github.com/schedule-x/react/issues/56)) ([d6122c1](https://github.com/schedule-x/react/commit/d6122c12d869d75c2c7e44eb2df871274991a827))
|
|
186
173
|
|
|
187
174
|
# [1.13.0](https://github.com/schedule-x/react/compare/v1.12.0...v1.13.0) (2024-02-10)
|
|
188
175
|
|
|
189
|
-
|
|
190
176
|
### Features
|
|
191
177
|
|
|
192
|
-
|
|
178
|
+
- update schedule-x monorepo packages to v1.16.0 ([#55](https://github.com/schedule-x/react/issues/55)) ([e9d781e](https://github.com/schedule-x/react/commit/e9d781e1d9e4943439d674245f566401d161e036))
|
|
193
179
|
|
|
194
180
|
# [1.12.0](https://github.com/schedule-x/react/compare/v1.11.0...v1.12.0) (2024-02-06)
|
|
195
181
|
|
|
196
|
-
|
|
197
182
|
### Features
|
|
198
183
|
|
|
199
|
-
|
|
184
|
+
- update schedule-x monorepo packages to v1.15.0 ([#53](https://github.com/schedule-x/react/issues/53)) ([8e58292](https://github.com/schedule-x/react/commit/8e58292765a7613d00e1bb8f56bc71605b4c891b))
|
|
200
185
|
|
|
201
186
|
# [1.11.0](https://github.com/schedule-x/react/compare/v1.10.1...v1.11.0) (2024-02-05)
|
|
202
187
|
|
|
203
|
-
|
|
204
188
|
### Features
|
|
205
189
|
|
|
206
|
-
|
|
190
|
+
- update schedule-x monorepo packages to v1.14.0 ([#51](https://github.com/schedule-x/react/issues/51)) ([8a30fc0](https://github.com/schedule-x/react/commit/8a30fc0a0b180dd8f3b5aefa0b3863966ad5a1c4))
|
|
207
191
|
|
|
208
192
|
## [1.10.1](https://github.com/schedule-x/react/compare/v1.10.0...v1.10.1) (2024-02-02)
|
|
209
193
|
|
|
210
|
-
|
|
211
194
|
### Bug Fixes
|
|
212
195
|
|
|
213
|
-
|
|
196
|
+
- update schedule-x monorepo packages to v1.12.2 ([#48](https://github.com/schedule-x/react/issues/48)) ([dc9cfba](https://github.com/schedule-x/react/commit/dc9cfba309c545e9226574bb4487b549c823da51))
|
|
214
197
|
|
|
215
198
|
# [1.10.0](https://github.com/schedule-x/react/compare/v1.9.0...v1.10.0) (2024-01-29)
|
|
216
199
|
|
|
217
|
-
|
|
218
200
|
### Features
|
|
219
201
|
|
|
220
|
-
|
|
202
|
+
- update schedule-x monorepo packages to v1.12.1 ([#47](https://github.com/schedule-x/react/issues/47)) ([e2a56df](https://github.com/schedule-x/react/commit/e2a56dfa77ffa8da3fdddbc7b092c21865971127))
|
|
221
203
|
|
|
222
204
|
# [1.9.0](https://github.com/schedule-x/react/compare/v1.8.0...v1.9.0) (2024-01-27)
|
|
223
205
|
|
|
224
|
-
|
|
225
206
|
### Features
|
|
226
207
|
|
|
227
|
-
|
|
208
|
+
- update schedule-x monorepo packages to v1.12.0 ([#45](https://github.com/schedule-x/react/issues/45)) ([456ccd4](https://github.com/schedule-x/react/commit/456ccd43c55cc8831958ab59b9cfe2a7a2549da7))
|
|
228
209
|
|
|
229
210
|
# [1.8.0](https://github.com/schedule-x/react/compare/v1.7.0...v1.8.0) (2024-01-27)
|
|
230
211
|
|
|
231
|
-
|
|
232
212
|
### Features
|
|
233
213
|
|
|
234
|
-
|
|
214
|
+
- update schedule-x monorepo packages to v1.11.0 ([#44](https://github.com/schedule-x/react/issues/44)) ([a50d7f9](https://github.com/schedule-x/react/commit/a50d7f95f6c4e9010f080f697117f57a7294623b))
|
|
235
215
|
|
|
236
216
|
# [1.7.0](https://github.com/schedule-x/react/compare/v1.6.2...v1.7.0) (2024-01-26)
|
|
237
217
|
|
|
238
|
-
|
|
239
218
|
### Features
|
|
240
219
|
|
|
241
|
-
|
|
220
|
+
- update schedule-x monorepo packages to v1.10.0 ([#43](https://github.com/schedule-x/react/issues/43)) ([7b3a640](https://github.com/schedule-x/react/commit/7b3a6406e26751b1b35eb08831339db85e074508))
|
|
242
221
|
|
|
243
222
|
## [1.6.2](https://github.com/schedule-x/react/compare/v1.6.1...v1.6.2) (2024-01-22)
|
|
244
223
|
|
|
245
|
-
|
|
246
224
|
### Bug Fixes
|
|
247
225
|
|
|
248
|
-
|
|
226
|
+
- update schedule-x monorepo packages to v1.9.1 ([#39](https://github.com/schedule-x/react/issues/39)) ([42e347f](https://github.com/schedule-x/react/commit/42e347f47c9a49222b9be148b8cb3fc0997b56ad))
|
|
249
227
|
|
|
250
228
|
## [1.6.1](https://github.com/schedule-x/react/compare/v1.6.0...v1.6.1) (2024-01-19)
|
|
251
229
|
|
|
252
|
-
|
|
253
230
|
### Bug Fixes
|
|
254
231
|
|
|
255
|
-
|
|
232
|
+
- **deps:** update dependency next to v14.1.0 ([#36](https://github.com/schedule-x/react/issues/36)) ([6bafa5b](https://github.com/schedule-x/react/commit/6bafa5b1fa7cad179888a7b92449bc4cd3b3bdde))
|
|
256
233
|
|
|
257
234
|
# [1.6.0](https://github.com/schedule-x/react/compare/v1.5.0...v1.6.0) (2024-01-17)
|
|
258
235
|
|
|
259
|
-
|
|
260
236
|
### Features
|
|
261
237
|
|
|
262
|
-
|
|
238
|
+
- update schedule-x monorepo packages to v1.9.0 ([#34](https://github.com/schedule-x/react/issues/34)) ([7dccabb](https://github.com/schedule-x/react/commit/7dccabb57e7ca8d6c2bd4e71dd496fa85ef89306))
|
|
263
239
|
|
|
264
240
|
# [1.5.0](https://github.com/schedule-x/react/compare/v1.4.0...v1.5.0) (2024-01-15)
|
|
265
241
|
|
|
266
|
-
|
|
267
242
|
### Features
|
|
268
243
|
|
|
269
|
-
|
|
244
|
+
- add useNextCalendarApp hook ([#32](https://github.com/schedule-x/react/issues/32)) ([2d3c561](https://github.com/schedule-x/react/commit/2d3c561c479eeea38011588842484e140416644c))
|
|
270
245
|
|
|
271
246
|
# [1.4.0](https://github.com/schedule-x/react/compare/v1.3.2...v1.4.0) (2024-01-13)
|
|
272
247
|
|
|
@@ -22,7 +22,7 @@ describe('Custom events', () => {
|
|
|
22
22
|
|
|
23
23
|
describe('Custom events test on mobile', () => {
|
|
24
24
|
beforeEach(() => {
|
|
25
|
-
cy.visit('/cypress/pages/002-custom-events/002-custom-events.html')
|
|
25
|
+
cy.visit('/cypress/pages/002-custom-events/002-custom-events.html?view=month-agenda')
|
|
26
26
|
cy.viewport('iphone-6')
|
|
27
27
|
})
|
|
28
28
|
|
|
@@ -21,9 +21,11 @@ import CustomMonthGridEvent from './components/CustomMonthGridEvent.tsx'
|
|
|
21
21
|
|
|
22
22
|
// eslint-disable-next-line react-refresh/only-export-components
|
|
23
23
|
function App() {
|
|
24
|
+
const viewParamInURL = new URLSearchParams(window.location.search).get('view')
|
|
25
|
+
|
|
24
26
|
const calendarApp = useCalendarApp({
|
|
25
27
|
views: [viewWeek, viewMonthGrid, viewDay, viewMonthAgenda],
|
|
26
|
-
defaultView:
|
|
28
|
+
defaultView: viewParamInURL || 'week',
|
|
27
29
|
events: [
|
|
28
30
|
{
|
|
29
31
|
id: '1',
|
package/cypress.config.ts
CHANGED
|
@@ -174,9 +174,9 @@
|
|
|
174
174
|
}
|
|
175
175
|
},
|
|
176
176
|
"node_modules/@types/node": {
|
|
177
|
-
"version": "20.12.
|
|
178
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.
|
|
179
|
-
"integrity": "sha512-
|
|
177
|
+
"version": "20.12.11",
|
|
178
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.11.tgz",
|
|
179
|
+
"integrity": "sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==",
|
|
180
180
|
"dev": true,
|
|
181
181
|
"dependencies": {
|
|
182
182
|
"undici-types": "~5.26.4"
|
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"main": "dist/index.cjs",
|
|
15
15
|
"module": "dist/index.js",
|
|
16
16
|
"types": "dist/types/index.d.ts",
|
|
17
|
-
"version": "1.
|
|
17
|
+
"version": "1.38.0",
|
|
18
18
|
"type": "module",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"dev": "vite",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"build:publish": "npm run build && npm publish"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@schedule-x/calendar": "1.
|
|
29
|
+
"@schedule-x/calendar": "1.40.0",
|
|
30
30
|
"react": "^16.7.0 || ^17 || ^18",
|
|
31
31
|
"react-dom": "^16.7.0 || ^17 || ^18"
|
|
32
32
|
},
|