@clxx/calendar
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@clxx/calendar", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "gnerate calendar view simply", | ||
@@ -8,4 +8,5 @@ "main": "./build/index.js", | ||
"scripts": { | ||
"start": "tsc -w --pretty", | ||
"build": "node ../../scripts/clear.js && tsc" | ||
"tsc": "../../node_modules/.bin/tsc", | ||
"start": "yarn tsc -w --pretty", | ||
"build": "node ../../scripts/clear.js && yarn tsc" | ||
}, | ||
@@ -28,8 +29,7 @@ "repository": { | ||
"devDependencies": { | ||
"@types/react": "^16.9.17", | ||
"typescript": "^3.7.3" | ||
"@types/react": "^16.9.17" | ||
}, | ||
"dependencies": { | ||
"@clxx/base": "^0.0.7", | ||
"@clxx/effect": "^0.0.7", | ||
"@clxx/base": "^0.0.8", | ||
"@clxx/effect": "^0.0.8", | ||
"@emotion/core": "^10.0.27", | ||
@@ -39,3 +39,3 @@ "dayjs": "^1.8.18", | ||
}, | ||
"gitHead": "450cbf02a48beb3025b2755e5d609439e0ee9b13" | ||
"gitHead": "f6c5be9e006a21db3a57ade9a2d276b8cb6a0c08" | ||
} |
11263
1
+ Added@clxx/base@0.0.8(transitive)
+ Added@clxx/effect@0.0.8(transitive)
- Removed@clxx/base@0.0.7(transitive)
- Removed@clxx/effect@0.0.7(transitive)
Updated@clxx/base@^0.0.8
Updated@clxx/effect@^0.0.8