mirror of
https://github.com/sechan100/daily-routine-2.git
synced 2026-07-22 05:37:51 +00:00
release: 1.0.8
This commit is contained in:
parent
4f47f2b64d
commit
91878346eb
5 changed files with 779 additions and 1336 deletions
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"id": "daily-routine",
|
||||
"name": "Daily Routine",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.8",
|
||||
"minAppVersion": "1.8.0",
|
||||
"description": "Manage your daily tasks as 'Routine' and organize your everyday life more effectively.",
|
||||
"author": "sechan100",
|
||||
"repo": "sechan100/daily-routine-2",
|
||||
"authorUrl": "https://www.linkedin.com/in/sechan-beak-80b3462b0",
|
||||
"authorUrl": "https://www.linkedin.com/in/sechan-baek-80b3462b0",
|
||||
"fundingUrl": "https://buymeacoffee.com/sechan100",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
2087
package-lock.json
generated
2087
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "daily-routine-obsidian-plugin",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.8",
|
||||
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "5.29.0",
|
||||
"@typescript-eslint/parser": "5.29.0",
|
||||
"builtin-modules": "3.3.0",
|
||||
"esbuild": "^0.24.0",
|
||||
"esbuild": "^0.27.2",
|
||||
"eslint-plugin-fsd-import": "^0.0.13",
|
||||
"jest": "^29.7.0",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
"lodash": "^4.17.21",
|
||||
"mitt": "^3.0.1",
|
||||
"neverthrow": "^8.1.1",
|
||||
"npm": "^10.8.3",
|
||||
"npm": "^11.7.0",
|
||||
"react": "^18.3.1",
|
||||
"react-bem-helper": "^1.4.1",
|
||||
"react-calendar": "^5.0.0",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import BEMHelper, { WordSet } from "react-bem-helper"
|
||||
import BEMHelper, { WordSet } from "react-bem-helper";
|
||||
|
||||
|
||||
export type DailyRoutineBEM = (element?: string, modifiers?: WordSet, extra?: WordSet) => string;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"1.0.6": "1.8.0"
|
||||
"1.0.8": "1.8.0"
|
||||
}
|
||||
Loading…
Reference in a new issue