@schedule-x/react 1.32.0 → 1.33.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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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.33.0](https://github.com/schedule-x/react/compare/v1.32.0...v1.33.0) (2024-04-26)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* 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))
|
|
11
|
+
|
|
5
12
|
# [1.32.0](https://github.com/schedule-x/react/compare/v1.31.0...v1.32.0) (2024-04-20)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"name": "next-app",
|
|
9
9
|
"version": "0.1.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"next": "14.2.
|
|
11
|
+
"next": "14.2.3",
|
|
12
12
|
"react": "^18",
|
|
13
13
|
"react-dom": "^18"
|
|
14
14
|
},
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
22
|
"node_modules/@next/env": {
|
|
23
|
-
"version": "14.2.
|
|
24
|
-
"resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.
|
|
25
|
-
"integrity": "sha512-
|
|
23
|
+
"version": "14.2.3",
|
|
24
|
+
"resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.3.tgz",
|
|
25
|
+
"integrity": "sha512-W7fd7IbkfmeeY2gXrzJYDx8D2lWKbVoTIj1o1ScPHNzvp30s1AuoEFSdr39bC5sjxJaxTtq3OTCZboNp0lNWHA=="
|
|
26
26
|
},
|
|
27
27
|
"node_modules/@next/swc-darwin-arm64": {
|
|
28
|
-
"version": "14.2.
|
|
29
|
-
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.
|
|
30
|
-
"integrity": "sha512-
|
|
28
|
+
"version": "14.2.3",
|
|
29
|
+
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.3.tgz",
|
|
30
|
+
"integrity": "sha512-3pEYo/RaGqPP0YzwnlmPN2puaF2WMLM3apt5jLW2fFdXD9+pqcoTzRk+iZsf8ta7+quAe4Q6Ms0nR0SFGFdS1A==",
|
|
31
31
|
"cpu": [
|
|
32
32
|
"arm64"
|
|
33
33
|
],
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"node_modules/@next/swc-darwin-x64": {
|
|
43
|
-
"version": "14.2.
|
|
44
|
-
"resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.
|
|
45
|
-
"integrity": "sha512-
|
|
43
|
+
"version": "14.2.3",
|
|
44
|
+
"resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.3.tgz",
|
|
45
|
+
"integrity": "sha512-6adp7waE6P1TYFSXpY366xwsOnEXM+y1kgRpjSRVI2CBDOcbRjsJ67Z6EgKIqWIue52d2q/Mx8g9MszARj8IEA==",
|
|
46
46
|
"cpu": [
|
|
47
47
|
"x64"
|
|
48
48
|
],
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
"node_modules/@next/swc-linux-arm64-gnu": {
|
|
58
|
-
"version": "14.2.
|
|
59
|
-
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.
|
|
60
|
-
"integrity": "sha512-
|
|
58
|
+
"version": "14.2.3",
|
|
59
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.3.tgz",
|
|
60
|
+
"integrity": "sha512-cuzCE/1G0ZSnTAHJPUT1rPgQx1w5tzSX7POXSLaS7w2nIUJUD+e25QoXD/hMfxbsT9rslEXugWypJMILBj/QsA==",
|
|
61
61
|
"cpu": [
|
|
62
62
|
"arm64"
|
|
63
63
|
],
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"node_modules/@next/swc-linux-arm64-musl": {
|
|
73
|
-
"version": "14.2.
|
|
74
|
-
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.
|
|
75
|
-
"integrity": "sha512-
|
|
73
|
+
"version": "14.2.3",
|
|
74
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.3.tgz",
|
|
75
|
+
"integrity": "sha512-0D4/oMM2Y9Ta3nGuCcQN8jjJjmDPYpHX9OJzqk42NZGJocU2MqhBq5tWkJrUQOQY9N+In9xOdymzapM09GeiZw==",
|
|
76
76
|
"cpu": [
|
|
77
77
|
"arm64"
|
|
78
78
|
],
|
|
@@ -85,9 +85,9 @@
|
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
"node_modules/@next/swc-linux-x64-gnu": {
|
|
88
|
-
"version": "14.2.
|
|
89
|
-
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.
|
|
90
|
-
"integrity": "sha512-
|
|
88
|
+
"version": "14.2.3",
|
|
89
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.3.tgz",
|
|
90
|
+
"integrity": "sha512-ENPiNnBNDInBLyUU5ii8PMQh+4XLr4pG51tOp6aJ9xqFQ2iRI6IH0Ds2yJkAzNV1CfyagcyzPfROMViS2wOZ9w==",
|
|
91
91
|
"cpu": [
|
|
92
92
|
"x64"
|
|
93
93
|
],
|
|
@@ -100,9 +100,9 @@
|
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
102
|
"node_modules/@next/swc-linux-x64-musl": {
|
|
103
|
-
"version": "14.2.
|
|
104
|
-
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.
|
|
105
|
-
"integrity": "sha512-
|
|
103
|
+
"version": "14.2.3",
|
|
104
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.3.tgz",
|
|
105
|
+
"integrity": "sha512-BTAbq0LnCbF5MtoM7I/9UeUu/8ZBY0i8SFjUMCbPDOLv+un67e2JgyN4pmgfXBwy/I+RHu8q+k+MCkDN6P9ViQ==",
|
|
106
106
|
"cpu": [
|
|
107
107
|
"x64"
|
|
108
108
|
],
|
|
@@ -115,9 +115,9 @@
|
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
117
|
"node_modules/@next/swc-win32-arm64-msvc": {
|
|
118
|
-
"version": "14.2.
|
|
119
|
-
"resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.
|
|
120
|
-
"integrity": "sha512-
|
|
118
|
+
"version": "14.2.3",
|
|
119
|
+
"resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.3.tgz",
|
|
120
|
+
"integrity": "sha512-AEHIw/dhAMLNFJFJIJIyOFDzrzI5bAjI9J26gbO5xhAKHYTZ9Or04BesFPXiAYXDNdrwTP2dQceYA4dL1geu8A==",
|
|
121
121
|
"cpu": [
|
|
122
122
|
"arm64"
|
|
123
123
|
],
|
|
@@ -130,9 +130,9 @@
|
|
|
130
130
|
}
|
|
131
131
|
},
|
|
132
132
|
"node_modules/@next/swc-win32-ia32-msvc": {
|
|
133
|
-
"version": "14.2.
|
|
134
|
-
"resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.
|
|
135
|
-
"integrity": "sha512-
|
|
133
|
+
"version": "14.2.3",
|
|
134
|
+
"resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.3.tgz",
|
|
135
|
+
"integrity": "sha512-vga40n1q6aYb0CLrM+eEmisfKCR45ixQYXuBXxOOmmoV8sYST9k7E3US32FsY+CkkF7NtzdcebiFT4CHuMSyZw==",
|
|
136
136
|
"cpu": [
|
|
137
137
|
"ia32"
|
|
138
138
|
],
|
|
@@ -145,9 +145,9 @@
|
|
|
145
145
|
}
|
|
146
146
|
},
|
|
147
147
|
"node_modules/@next/swc-win32-x64-msvc": {
|
|
148
|
-
"version": "14.2.
|
|
149
|
-
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.
|
|
150
|
-
"integrity": "sha512-
|
|
148
|
+
"version": "14.2.3",
|
|
149
|
+
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.3.tgz",
|
|
150
|
+
"integrity": "sha512-Q1/zm43RWynxrO7lW4ehciQVj+5ePBhOK+/K2P7pLFX3JaJ/IZVC69SHidrmZSOkqz7ECIOhhy7XhAFG4JYyHA==",
|
|
151
151
|
"cpu": [
|
|
152
152
|
"x64"
|
|
153
153
|
],
|
|
@@ -189,9 +189,9 @@
|
|
|
189
189
|
"dev": true
|
|
190
190
|
},
|
|
191
191
|
"node_modules/@types/react": {
|
|
192
|
-
"version": "18.
|
|
193
|
-
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.
|
|
194
|
-
"integrity": "sha512-
|
|
192
|
+
"version": "18.3.0",
|
|
193
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.0.tgz",
|
|
194
|
+
"integrity": "sha512-DiUcKjzE6soLyln8NNZmyhcQjVv+WsUIFSqetMN0p8927OztKT4VTfFTqsbAi5oAGIcgOmOajlfBqyptDDjZRw==",
|
|
195
195
|
"dev": true,
|
|
196
196
|
"dependencies": {
|
|
197
197
|
"@types/prop-types": "*",
|
|
@@ -199,9 +199,9 @@
|
|
|
199
199
|
}
|
|
200
200
|
},
|
|
201
201
|
"node_modules/@types/react-dom": {
|
|
202
|
-
"version": "18.
|
|
203
|
-
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.
|
|
204
|
-
"integrity": "sha512-
|
|
202
|
+
"version": "18.3.0",
|
|
203
|
+
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.0.tgz",
|
|
204
|
+
"integrity": "sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==",
|
|
205
205
|
"dev": true,
|
|
206
206
|
"dependencies": {
|
|
207
207
|
"@types/react": "*"
|
|
@@ -287,11 +287,11 @@
|
|
|
287
287
|
}
|
|
288
288
|
},
|
|
289
289
|
"node_modules/next": {
|
|
290
|
-
"version": "14.2.
|
|
291
|
-
"resolved": "https://registry.npmjs.org/next/-/next-14.2.
|
|
292
|
-
"integrity": "sha512-
|
|
290
|
+
"version": "14.2.3",
|
|
291
|
+
"resolved": "https://registry.npmjs.org/next/-/next-14.2.3.tgz",
|
|
292
|
+
"integrity": "sha512-dowFkFTR8v79NPJO4QsBUtxv0g9BrS/phluVpMAt2ku7H+cbcBJlopXjkWlwxrk/xGqMemr7JkGPGemPrLLX7A==",
|
|
293
293
|
"dependencies": {
|
|
294
|
-
"@next/env": "14.2.
|
|
294
|
+
"@next/env": "14.2.3",
|
|
295
295
|
"@swc/helpers": "0.5.5",
|
|
296
296
|
"busboy": "1.6.0",
|
|
297
297
|
"caniuse-lite": "^1.0.30001579",
|
|
@@ -306,15 +306,15 @@
|
|
|
306
306
|
"node": ">=18.17.0"
|
|
307
307
|
},
|
|
308
308
|
"optionalDependencies": {
|
|
309
|
-
"@next/swc-darwin-arm64": "14.2.
|
|
310
|
-
"@next/swc-darwin-x64": "14.2.
|
|
311
|
-
"@next/swc-linux-arm64-gnu": "14.2.
|
|
312
|
-
"@next/swc-linux-arm64-musl": "14.2.
|
|
313
|
-
"@next/swc-linux-x64-gnu": "14.2.
|
|
314
|
-
"@next/swc-linux-x64-musl": "14.2.
|
|
315
|
-
"@next/swc-win32-arm64-msvc": "14.2.
|
|
316
|
-
"@next/swc-win32-ia32-msvc": "14.2.
|
|
317
|
-
"@next/swc-win32-x64-msvc": "14.2.
|
|
309
|
+
"@next/swc-darwin-arm64": "14.2.3",
|
|
310
|
+
"@next/swc-darwin-x64": "14.2.3",
|
|
311
|
+
"@next/swc-linux-arm64-gnu": "14.2.3",
|
|
312
|
+
"@next/swc-linux-arm64-musl": "14.2.3",
|
|
313
|
+
"@next/swc-linux-x64-gnu": "14.2.3",
|
|
314
|
+
"@next/swc-linux-x64-musl": "14.2.3",
|
|
315
|
+
"@next/swc-win32-arm64-msvc": "14.2.3",
|
|
316
|
+
"@next/swc-win32-ia32-msvc": "14.2.3",
|
|
317
|
+
"@next/swc-win32-x64-msvc": "14.2.3"
|
|
318
318
|
},
|
|
319
319
|
"peerDependencies": {
|
|
320
320
|
"@opentelemetry/api": "^1.1.0",
|
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"main": "dist/index.cjs.js",
|
|
15
15
|
"module": "dist/index.js",
|
|
16
16
|
"types": "dist/types/index.d.ts",
|
|
17
|
-
"version": "1.
|
|
17
|
+
"version": "1.33.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.35.0",
|
|
30
30
|
"react": "^16.7.0 || ^17 || ^18",
|
|
31
31
|
"react-dom": "^16.7.0 || ^17 || ^18"
|
|
32
32
|
},
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
36
36
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
37
37
|
"@rollup/plugin-typescript": "^11.1.5",
|
|
38
|
-
"@schedule-x/drag-and-drop": "^1.
|
|
39
|
-
"@schedule-x/e2e-testing": "^1.
|
|
40
|
-
"@schedule-x/eslint-config": "^1.
|
|
41
|
-
"@schedule-x/event-modal": "^1.
|
|
42
|
-
"@schedule-x/prettier-config": "^1.
|
|
43
|
-
"@schedule-x/theme-default": "^1.
|
|
38
|
+
"@schedule-x/drag-and-drop": "^1.35.0",
|
|
39
|
+
"@schedule-x/e2e-testing": "^1.35.0",
|
|
40
|
+
"@schedule-x/eslint-config": "^1.35.0",
|
|
41
|
+
"@schedule-x/event-modal": "^1.35.0",
|
|
42
|
+
"@schedule-x/prettier-config": "^1.35.0",
|
|
43
|
+
"@schedule-x/theme-default": "^1.35.0",
|
|
44
44
|
"@semantic-release/changelog": "^6.0.3",
|
|
45
45
|
"@semantic-release/git": "^10.0.1",
|
|
46
46
|
"@types/react": "^18.2.43",
|