-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
0abfe52
commit 6a5bb33
Showing
17 changed files
with
45 additions
and
45 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
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
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
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
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,4 +1,4 @@ | ||
{ | ||
"version": "4.2.5", | ||
"version": "4.3.0", | ||
"packages": ["examples/*", "packages/*"] | ||
} |
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,6 +1,6 @@ | ||
{ | ||
"name": "@tsbb/babel", | ||
"version": "4.2.5", | ||
"version": "4.3.0", | ||
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.", | ||
"author": "kenny wang <[email protected]>", | ||
"homepage": "https://jaywcjlove.github.io/tsbb", | ||
|
@@ -27,8 +27,8 @@ | |
"node.js" | ||
], | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"node": ">=18" | ||
}, | ||
"dependencies": { | ||
"@babel/core": "^7.22.5", | ||
"@babel/plugin-proposal-class-properties": "~7.18.6", | ||
|
@@ -41,7 +41,7 @@ | |
"@babel/preset-env": "^7.22.5", | ||
"@babel/preset-react": "^7.22.5", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@tsbb/typescript": "4.2.5", | ||
"@tsbb/typescript": "4.3.0", | ||
"@types/babel__core": "^7.20.0", | ||
"@types/semver": "~7.5.0", | ||
"@vue/babel-plugin-jsx": "~1.2.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@tsbb/core", | ||
"version": "4.2.5", | ||
"version": "4.3.0", | ||
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.", | ||
"author": "kenny wang <[email protected]>", | ||
"homepage": "https://jaywcjlove.github.io/tsbb", | ||
|
@@ -29,12 +29,12 @@ | |
"node.js" | ||
], | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"node": ">=18" | ||
}, | ||
"dependencies": { | ||
"@tsbb/babel": "4.2.5", | ||
"@tsbb/jest": "4.2.5", | ||
"@tsbb/typescript": "4.2.5", | ||
"@tsbb/babel": "4.3.0", | ||
"@tsbb/jest": "4.3.0", | ||
"@tsbb/typescript": "4.3.0", | ||
"@types/fs-extra": "^11.0.1", | ||
"chokidar": "~3.6.0", | ||
"fs-extra": "^11.1.1", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "create-tsbb", | ||
"version": "4.2.5", | ||
"version": "4.3.0", | ||
"description": "Creates a TSBB application using the command line.", | ||
"homepage": "https://jaywcjlove.github.io/tsbb", | ||
"author": "Kenny Wong <[email protected]> (https://github.com/jaywcjlove)", | ||
|
@@ -44,8 +44,8 @@ | |
"frontend" | ||
], | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"node": ">=18" | ||
}, | ||
"dependencies": { | ||
"@types/which": "~3.0.0", | ||
"execa": "^9.0.0", | ||
|
@@ -55,6 +55,6 @@ | |
}, | ||
"devDependencies": { | ||
"cpy": "^11.0.0", | ||
"tsbb": "4.2.5" | ||
"tsbb": "4.3.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@tsbb/jest", | ||
"version": "4.2.5", | ||
"version": "4.3.0", | ||
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.", | ||
"author": "kenny wang <[email protected]>", | ||
"homepage": "https://jaywcjlove.github.io/tsbb", | ||
|
@@ -27,8 +27,8 @@ | |
"node.js" | ||
], | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"node": ">=18" | ||
}, | ||
"dependencies": { | ||
"@babel/plugin-proposal-decorators": "^7.22.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "tsbb", | ||
"version": "4.2.5", | ||
"version": "4.3.0", | ||
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.", | ||
"author": "kenny wang <[email protected]>", | ||
"homepage": "https://jaywcjlove.github.io/tsbb", | ||
|
@@ -30,9 +30,9 @@ | |
"node.js" | ||
], | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"node": ">=18" | ||
}, | ||
"dependencies": { | ||
"@tsbb/core": "4.2.5" | ||
"@tsbb/core": "4.3.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@tsbb/typescript", | ||
"version": "4.2.5", | ||
"version": "4.3.0", | ||
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.", | ||
"author": "kenny wang <[email protected]>", | ||
"homepage": "https://jaywcjlove.github.io/tsbb", | ||
|
@@ -29,8 +29,8 @@ | |
"node.js" | ||
], | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"node": ">=18" | ||
}, | ||
"overrides": { | ||
"typescript": "^5.1.3" | ||
}, | ||
|