@molecule/app-class-schedule-react 1.0.1 → 1.0.2
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/package.json +6 -5
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@molecule/app-class-schedule-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Weekly class-schedule grid — 7-day × N-hour time grid with absolutely positioned events, click-event vs click-empty-slot dispatch, side-by-side stacking for overlaps",
|
|
5
|
+
"homepage": "https://www.molecule.dev/packages/app-class-schedule-react",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"main": "dist/index.js",
|
|
7
8
|
"types": "dist/index.d.ts",
|
|
@@ -39,9 +40,9 @@
|
|
|
39
40
|
"react": "^18.0.0 || ^19.0.0"
|
|
40
41
|
},
|
|
41
42
|
"devDependencies": {
|
|
42
|
-
"@molecule/app-i18n": "1.0.
|
|
43
|
-
"@molecule/app-react": "1.
|
|
44
|
-
"@molecule/app-ui": "1.
|
|
43
|
+
"@molecule/app-i18n": "1.0.2",
|
|
44
|
+
"@molecule/app-react": "1.5.1",
|
|
45
|
+
"@molecule/app-ui": "1.1.1",
|
|
45
46
|
"@testing-library/react": "16.3.2",
|
|
46
47
|
"@types/node": "26.1.2",
|
|
47
48
|
"@types/react": "19.2.17",
|
|
@@ -49,6 +50,6 @@
|
|
|
49
50
|
"react": "19.2.8",
|
|
50
51
|
"react-dom": "19.2.8",
|
|
51
52
|
"typescript": "6.0.3",
|
|
52
|
-
"vitest": "4.1.
|
|
53
|
+
"vitest": "4.1.11"
|
|
53
54
|
}
|
|
54
55
|
}
|