Skip to content

Commit

Permalink
v0.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
liujinxing committed Mar 24, 2021
1 parent 5820a75 commit 69fd4b9
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 25 deletions.
10 changes: 5 additions & 5 deletions e2e/jest-css-transform-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "jest-css-transform-demo",
"version": "0.1.0",
"version": "0.13.11",
"dependencies": {
"@types/draft-js": "^0.11.0",
"@types/jest": "^26.0.21",
"draft-js": "^0.11.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"ts-lib-tools": "^0.13.10",
"draft-js": "^0.11.7",
"@types/jest": "^26.0.21",
"@types/draft-js": "^0.11.0"
"ts-lib-tools": "^0.13.11"
},
"scripts": {
"test": "ts-lib-tools test"
Expand Down
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ts-lib-scripts-example",
"version": "0.13.10",
"version": "0.13.11",
"private": true,
"dependencies": {
"@babel/cli": "^7.7.7",
"rc-pagination": "^1.20.11",
"ts-lib-tools": "^0.13.10"
"ts-lib-tools": "^0.13.11"
},
"scripts": {
"test": "ts-lib-tools test",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "0.13.10"
"version": "0.13.11"
}
2 changes: 1 addition & 1 deletion packages/babel-preset-ts-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-ts-lib",
"version": "0.13.5",
"version": "0.13.11",
"description": "ts-lib-scripts创建的ts库项目使用的Babel配置",
"license": "MIT",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-ts-lib-fast/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-ts-lib-fast",
"description": "ts-lib-scripts创建的ts库项目使用的ESLint配置(快速版)",
"version": "0.13.10",
"version": "0.13.11",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/sinoui/ts-lib-scripts",
Expand All @@ -16,6 +16,6 @@
"index.js"
],
"dependencies": {
"eslint-config-ts-lib": "^0.13.10"
"eslint-config-ts-lib": "^0.13.11"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-ts-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-ts-lib",
"description": "ts-lib-scripts创建的ts库项目使用的ESLint配置",
"version": "0.13.10",
"version": "0.13.11",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/sinoui/ts-lib-scripts",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-resolver-tsconfig-paths/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-resolver-tsconfig-paths",
"version": "0.13.0",
"version": "0.13.11",
"description": "支持tsconfig paths的jest模块解析器",
"license": "MIT",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-lib-jsdom-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-lib-jsdom-polyfill",
"description": "ts库的 jsdom polyfill",
"version": "0.13.3",
"version": "0.13.11",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/sinoui/ts-lib-scripts",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-lib-scripts-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-lib-scripts-utils",
"version": "0.13.0",
"version": "0.13.11",
"description": "ts-lib-scripts公用方法",
"license": "MIT",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-lib-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-lib-scripts",
"version": "0.13.3",
"version": "0.13.11",
"description": "一个以 🚀 速度创建零配置 TypeScript 库项目的命令行工具",
"license": "MIT",
"homepage": "https://github.com/sinoui/ts-lib-scripts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"execa": "^2.0.4",
"fs-extra": "^8.0.1",
"ora": "^3.4.0",
"ts-lib-scripts-utils": "^0.13.0",
"ts-lib-scripts-utils": "^0.13.11",
"tslib": "^2.0.1",
"validate-npm-package-name": "^3.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/ts-lib-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-lib-tools",
"version": "0.13.10",
"version": "0.13.11",
"description": "ts-lib-scripts创建的ts项目使用的开箱即用命令和配置。",
"license": "MIT",
"homepage": "https://github.com/sinoui/ts-lib-scripts",
Expand Down Expand Up @@ -39,16 +39,16 @@
"@typescript-eslint/parser": "^4.2.0",
"async": "^3.1.1",
"babel-jest": "^26.1.0",
"babel-preset-ts-lib": "^0.13.5",
"babel-preset-ts-lib": "^0.13.11",
"camelcase": "^5.3.1",
"chalk": "^2.4.2",
"commander": "^3.0.0",
"cross-env": "^5.2.0",
"eslint": "7.10.0",
"eslint-config-airbnb-typescript": "^11.0.0",
"eslint-config-prettier": "^6.12.0",
"eslint-config-ts-lib": "^0.13.10",
"eslint-config-ts-lib-fast": "^0.13.10",
"eslint-config-ts-lib": "^0.13.11",
"eslint-config-ts-lib-fast": "^0.13.11",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-cypress": "^2.11.1",
"eslint-plugin-import": "^2.22.0",
Expand All @@ -61,7 +61,7 @@
"globby": "^11.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-resolver-tsconfig-paths": "^0.13.0",
"jest-resolver-tsconfig-paths": "^0.13.11",
"jest-watch-typeahead": "^0.6.1",
"md5": "^2.2.1",
"ora": "^3.4.0",
Expand All @@ -73,8 +73,8 @@
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-sourcemaps": "^0.5.0",
"rollup-plugin-terser": "^5.2.0",
"ts-lib-jsdom-polyfill": "^0.13.3",
"ts-lib-scripts-utils": "^0.13.0",
"ts-lib-jsdom-polyfill": "^0.13.11",
"ts-lib-scripts-utils": "^0.13.11",
"tsconfig-paths": "^3.9.0",
"tslib": "^2.0.1",
"typescript": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-docz-ghpages-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-docz-ghpages-plugin",
"version": "0.13.0",
"version": "0.13.11",
"description": "将docz文档发布到github pages时需要使用的webpack插件。",
"license": "MIT",
"homepage": "https://github.com/sinoui/ts-lib-scripts",
Expand Down

0 comments on commit 69fd4b9

Please sign in to comment.