Skip to content

Commit

Permalink
fix: update tcm cli
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Code-Monkey committed May 2, 2022
1 parent b800899 commit 3eb7450
Show file tree
Hide file tree
Showing 11 changed files with 762 additions and 722 deletions.
24 changes: 8 additions & 16 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"dependencies": {
"@aw-web-design/react-feather": "3.1.45",
"@aw-web-design/styled-system": "3.2.1",
"@aw-web-design/tcm-cli": "3.1.50",
"@aw-web-design/tcm-cli": "3.2.0",
"@aw-web-design/theme": "3.1.43",
"classnames": "2.3.1",
"csstype": "3.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/memoize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/alexreardon/memoize-one/issues"
},
"devDependencies": {
"@aw-web-design/tcm-cli": "3.1.52",
"@aw-web-design/tcm-cli": "3.2.0",
"lodash": "4.17.21",
"expect-type": "0.13.0",
"benchmark": "2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-feather/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"homepage": "https://github.com/The-Code-Monkey/TechStack#readme",
"devDependencies": {
"cross-env": "7.0.3",
"@aw-web-design/tcm-cli": "3.1.50"
"@aw-web-design/tcm-cli": "3.2.0"
},
"dependencies": {
"@aw-web-design/react-lazy-named": "1.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-lazy-named/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"rerender"
],
"devDependencies": {
"@aw-web-design/tcm-cli": "3.1.50",
"@aw-web-design/tcm-cli": "3.2.0",
"@testing-library/react": "13.1.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-textfit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/The-Code-Monkey/TechStack",
"devDependencies": {
"@aw-web-design/tcm-cli": "3.1.50",
"@aw-web-design/tcm-cli": "3.2.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript": "4.6.4"
},
"dependencies": {
"@aw-web-design/tcm-cli": "3.1.51",
"@aw-web-design/tcm-cli": "3.2.0",
"@aw-web-design/memoize": "1.0.0",
"@emotion/is-prop-valid": "1.1.2",
"csstype": "3.0.11"
Expand Down
31 changes: 15 additions & 16 deletions packages/tcm-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aw-web-design/tcm-cli",
"version": "3.1.52",
"version": "3.2.0",
"description": "Zero-config TypeScript package development",
"license": "MIT",
"repository": {
Expand All @@ -13,15 +13,15 @@
"rollup"
],
"bin": {
"tcm": "./dist/index.js"
"tcm": "dist/tcm-cli.esm.js"
},
"type": "module",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json && yarn post:build",
"lint": "yarn build && yarn lint:post-build",
"lint:post-build": "node dist/index.js lint ./",
"post:build": "node dist/index.js test",
"lint:post-build": "node dist/tcm-cli.esm.js lint ./",
"post:build": "node dist/tcm-cli.esm.js test && node dist/tcm-cli.esm.js build --format esm",
"start": "tsc -p tsconfig.json --watch",
"deduplicate": "yarn dedupe",
"deduplicate:check": "yarn dedupe -c",
Expand All @@ -36,12 +36,12 @@
"node": ">=14.0.0"
},
"dependencies": {
"@babel/core": "7.17.10",
"@babel/core": "7.17.9",
"@babel/helper-module-imports": "7.16.7",
"@babel/parser": "7.17.10",
"@babel/parser": "7.17.9",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/preset-env": "7.17.10",
"@babel/traverse": "7.17.10",
"@babel/preset-env": "7.16.11",
"@babel/traverse": "7.17.9",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "22.0.0",
"@rollup/plugin-json": "4.1.0",
Expand Down Expand Up @@ -75,18 +75,17 @@
"execa": "4.1.0",
"figlet": "1.5.2",
"fs-extra": "10.1.0",
"jest": "28.0.3",
"jest-environment-jsdom": "28.0.2",
"jest": "27.5.1",
"jest-watch-typeahead": "1.1.0",
"jpjs": "1.2.1",
"lodash.merge": "4.6.2",
"ora": "5.4.1",
"pascal-case": "3.1.2",
"postcss": "8.4.13",
"postcss": "8.4.12",
"prettier": "2.6.2",
"progress-estimator": "0.3.0",
"regenerator-runtime": "0.13.9",
"rollup": "2.71.1",
"rollup": "2.70.2",
"rollup-plugin-delete": "2.0.0",
"rollup-plugin-dts": "4.2.1",
"rollup-plugin-sourcemaps": "0.6.3",
Expand All @@ -95,13 +94,13 @@
"sade": "1.8.1",
"semver": "7.3.7",
"shelljs": "0.8.5",
"sort-package-json": "1.56.0",
"sort-package-json": "1.55.0",
"tiny-glob": "0.2.9",
"ts-jest": "28.0.0-next.3",
"ts-jest": "27.1.4",
"ts-node": "10.7.0",
"tslib": "2.4.0",
"type-fest": "2.12.2",
"typescript": "4.6.4"
"typescript": "4.6.3"
},
"devDependencies": {
"@commitlint/cli": "16.2.4",
Expand Down Expand Up @@ -147,4 +146,4 @@
]
},
"gitHead": "25f6ba2d98aa011acb349bb3f16320be8bccafc0"
}
}
4 changes: 2 additions & 2 deletions packages/tcm-cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ function writeCjsEntryFile(file: string, numEntries: number) {
'use strict'
if (process.env.NODE_ENV === 'production') {
${baseLine}.cjs.production.min.js')
${baseLine}.cjs.production.min.cjs')
} else {
${baseLine}.cjs.development.js')
${baseLine}.cjs.development.cjs')
}
`;
const filename = numEntries === 1 ? 'index.js' : `${file}.js`;
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"typescript": "4.6.4"
},
"dependencies": {
"@aw-web-design/tcm-cli": "3.1.50",
"@aw-web-design/tcm-cli": "3.2.0",
"fs-extra": "10.1.0",
"lodash": "4.17.21",
"lodash-es": "4.17.21",
Expand Down
Loading

0 comments on commit 3eb7450

Please sign in to comment.