-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
923fd9e
commit 8382004
Showing
12 changed files
with
347 additions
and
349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@dandori/core": patch | ||
"@dandori/libs": patch | ||
"@dandori/cli": patch | ||
"@dandori/ui": patch | ||
--- | ||
|
||
add support cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.18.2 | ||
18.19.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ | |
"type": "git", | ||
"url": "https://github.com/hiroki0525/dandori.git" | ||
}, | ||
"type": "module", | ||
"scripts": { | ||
"build": "turbo build", | ||
"prepare": "husky install", | ||
|
@@ -24,24 +23,24 @@ | |
"author": "Hiroki Miyaji", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@changesets/changelog-github": "^0.4.8", | ||
"@changesets/changelog-github": "^0.5.0", | ||
"@changesets/cli": "^2.27.1", | ||
"@types/node": "18.18.13", | ||
"@typescript-eslint/eslint-plugin": "6.12.0", | ||
"@typescript-eslint/parser": "6.12.0", | ||
"eslint": "8.54.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"@types/node": "^18.19.3", | ||
"@typescript-eslint/eslint-plugin": "6.13.2", | ||
"@typescript-eslint/parser": "6.13.2", | ||
"eslint": "8.55.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-import": "2.29.0", | ||
"eslint-plugin-unused-imports": "3.0.0", | ||
"eslint-plugin-vitest": "^0.3.10", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^15.1.0", | ||
"lint-staged": "^15.2.0", | ||
"prettier": "3.1.0", | ||
"tsup": "^8.0.1", | ||
"tsx": "^4.6.0", | ||
"turbo": "^1.10.16", | ||
"typescript": "5.3.2", | ||
"tsx": "^4.6.2", | ||
"turbo": "^1.11.0", | ||
"typescript": "5.3.3", | ||
"vitest": "^0.34.6" | ||
}, | ||
"packageManager": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
import DandoriCoreCli from "./index"; | ||
|
||
const cli = new DandoriCoreCli(); | ||
await cli.run(); | ||
void cli.run(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
import DandoriMiroCli from "./index"; | ||
|
||
const cli = new DandoriMiroCli(); | ||
await cli.run(); | ||
void cli.run(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
import DandoriNotionCli from "./index"; | ||
|
||
const cli = new DandoriNotionCli(); | ||
await cli.run(); | ||
void cli.run(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.