Skip to content

Commit

Permalink
released v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 22, 2023
1 parent 6116961 commit a973660
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions examples/babel-transform-ts/package.json
@@ -1,7 +1,7 @@
{
"name": "@template/babel-transform-ts",
"private": true,
"version": "4.2.0",
"version": "4.2.1",
"description": "Transform Typescript Example.",
"scripts": {
"watch": "tsbb watch \"src/**/*.ts\" --use-babel --no-esm",
Expand All @@ -17,6 +17,6 @@
"keywords": [],
"license": "MIT",
"devDependencies": {
"tsbb": "4.2.0"
"tsbb": "4.2.1"
}
}
4 changes: 2 additions & 2 deletions examples/basic/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/basic",
"version": "4.2.0",
"version": "4.2.1",
"description": "Basic Example.",
"license": "MIT",
"private": true,
Expand All @@ -17,6 +17,6 @@
},
"keywords": [],
"devDependencies": {
"tsbb": "4.2.0"
"tsbb": "4.2.1"
}
}
4 changes: 2 additions & 2 deletions examples/express/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/express",
"version": "4.2.0",
"version": "4.2.1",
"private": true,
"description": "Express Example.",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"@types/http-errors": "~2.0.1",
"nodemon": "~2.0.22",
"ts-node-dev": "~2.0.0",
"tsbb": "4.2.0"
"tsbb": "4.2.1"
},
"dependencies": {
"compression": "~1.7.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/hapi/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/hapi",
"version": "4.2.0",
"version": "4.2.1",
"private": true,
"description": "hapi Example.",
"main": "index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"nodemon": "~2.0.22",
"tsbb": "4.2.0"
"tsbb": "4.2.1"
},
"dependencies": {
"@hapi/hapi": "^21.3.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/koa/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/koa",
"version": "4.2.0",
"version": "4.2.1",
"private": true,
"description": "Koa Example",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@types/koa": "^2.13.5",
"nodemon": "~2.0.22",
"tsbb": "4.2.0"
"tsbb": "4.2.1"
},
"dependencies": {
"koa": "^2.14.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/react-component-tsx/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/react-component-tsx",
"version": "4.2.0",
"version": "4.2.1",
"description": "React Component Example for TypeScript.",
"private": true,
"main": "lib/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"prettier": "^2.8.6",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"tsbb": "4.2.0"
"tsbb": "4.2.1"
},
"overrides": {
"typescript": "^5.1.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/react-component/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/react-component",
"version": "4.2.0",
"version": "4.2.1",
"private": true,
"description": "React Component Example.",
"scripts": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"less": "~4.1.3",
"parcel": "^2.9.1",
"react-test-renderer": "~18.2.0",
"tsbb": "4.2.0"
"tsbb": "4.2.1"
},
"dependencies": {
"classnames": "~2.3.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/typenexus/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@template/typenexus",
"private": true,
"type": "module",
"version": "4.2.0",
"version": "4.2.1",
"description": "TypeNexus Example.",
"scripts": {
"start": "npm run build && node dist/main.js",
Expand Down Expand Up @@ -32,6 +32,6 @@
"supertest": "^6.3.3",
"supertest-session": "^4.1.0",
"ts-node": "^10.9.1",
"tsbb": "4.2.0"
"tsbb": "4.2.1"
}
}
4 changes: 2 additions & 2 deletions examples/umd/package.json
@@ -1,7 +1,7 @@
{
"name": "@template/umd",
"private": true,
"version": "4.2.0",
"version": "4.2.1",
"description": "UMD Example.",
"scripts": {
"watch": "tsbb watch",
Expand All @@ -16,6 +16,6 @@
"keywords": [],
"license": "MIT",
"devDependencies": {
"tsbb": "4.2.0"
"tsbb": "4.2.1"
}
}
4 changes: 2 additions & 2 deletions examples/vue/package.json
@@ -1,7 +1,7 @@
{
"name": "@template/vue",
"private": true,
"version": "4.2.0",
"version": "4.2.1",
"description": "",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand All @@ -15,6 +15,6 @@
"vue": "^3.0.0"
},
"devDependencies": {
"tsbb": "4.2.0"
"tsbb": "4.2.1"
}
}
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,4 +1,4 @@
{
"version": "4.2.0",
"version": "4.2.1",
"packages": ["examples/*", "packages/*"]
}
4 changes: 2 additions & 2 deletions packages/babel/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsbb/babel",
"version": "4.2.0",
"version": "4.2.1",
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.",
"author": "kenny wang <wowohoo@qq.com>",
"homepage": "https://jaywcjlove.github.io/tsbb",
Expand Down Expand Up @@ -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.0",
"@tsbb/typescript": "4.2.1",
"@types/babel__core": "^7.20.0",
"@types/semver": "~7.5.0",
"@vue/babel-plugin-jsx": "~1.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsbb/core",
"version": "4.2.0",
"version": "4.2.1",
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.",
"author": "kenny wang <wowohoo@qq.com>",
"homepage": "https://jaywcjlove.github.io/tsbb",
Expand Down Expand Up @@ -32,9 +32,9 @@
"node": ">=16.0.0"
},
"dependencies": {
"@tsbb/babel": "4.2.0",
"@tsbb/jest": "4.2.0",
"@tsbb/typescript": "4.2.0",
"@tsbb/babel": "4.2.1",
"@tsbb/jest": "4.2.1",
"@tsbb/typescript": "4.2.1",
"@types/fs-extra": "^11.0.1",
"chokidar": "~3.5.3",
"fs-extra": "^11.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-tsbb/package.json
@@ -1,6 +1,6 @@
{
"name": "create-tsbb",
"version": "4.2.0",
"version": "4.2.1",
"description": "Creates a TSBB application using the command line.",
"homepage": "https://jaywcjlove.github.io/tsbb",
"author": "Kenny Wong <wowohoo@qq.com> (https://github.com/jaywcjlove)",
Expand Down Expand Up @@ -55,6 +55,6 @@
},
"devDependencies": {
"cpy": "^10.0.0",
"tsbb": "4.2.0"
"tsbb": "4.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/jest/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsbb/jest",
"version": "4.2.0",
"version": "4.2.1",
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.",
"author": "kenny wang <wowohoo@qq.com>",
"homepage": "https://jaywcjlove.github.io/tsbb",
Expand Down
4 changes: 2 additions & 2 deletions packages/tsbb/package.json
@@ -1,6 +1,6 @@
{
"name": "tsbb",
"version": "4.2.0",
"version": "4.2.1",
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.",
"author": "kenny wang <wowohoo@qq.com>",
"homepage": "https://jaywcjlove.github.io/tsbb",
Expand Down Expand Up @@ -33,6 +33,6 @@
"node": ">=16.0.0"
},
"dependencies": {
"@tsbb/core": "4.2.0"
"@tsbb/core": "4.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsbb/typescript",
"version": "4.2.0",
"version": "4.2.1",
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.",
"author": "kenny wang <wowohoo@qq.com>",
"homepage": "https://jaywcjlove.github.io/tsbb",
Expand Down

0 comments on commit a973660

Please sign in to comment.