Skip to content

Commit 227d892

Browse files
committed
chore: upgrade packages and readme templates
1 parent 7fc58bb commit 227d892

File tree

3 files changed

+24
-13
lines changed

3 files changed

+24
-13
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ Keep you away from boring procedures for new JavaScript/TypeScript project
88
[![License](https://img.shields.io/npm/l/create-javascript-project.svg)](https://github.com/hckhanh/create-javascript-project/blob/master/package.json)
99
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
1010

11-
<!-- toc -->
12-
13-
- [Description](#description)
14-
- [Usage](#usage)
15-
- [Commands](#commands)
16-
<!-- tocstop -->
11+
<!-- toc --><!-- tocstop -->
1712

1813
## Description
1914

@@ -34,6 +29,8 @@ The following step which are executed:
3429
1. Add necessary dependencies
3530
1. Add scripts to `package.json` (optional)
3631

32+
<!-- usage --><!-- usagestop -->
33+
3734
## Commands
3835

3936
You can run by these commands:
@@ -51,3 +48,5 @@ yarn dlx create-javascript-project
5148

5249
> Technically, this tool is used for existing project.
5350
> It must be run in a project directory with `package.json` file.
51+
52+
<!-- commands --><!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/inquirer": "^7",
2424
"@types/js-yaml": "^4",
2525
"@types/node": "^14",
26-
"eslint": "^7.21.0",
26+
"eslint": "^7.22.0",
2727
"eslint-config-oclif": "^3.1",
2828
"eslint-config-oclif-typescript": "^0.2.0",
2929
"eslint-config-prettier": "^8.1.0",

yarn.lock

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -778,10 +778,10 @@ eslint-visitor-keys@^2.0.0:
778778
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
779779
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
780780

781-
eslint@^7.21.0:
782-
version "7.21.0"
783-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83"
784-
integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==
781+
eslint@^7.22.0:
782+
version "7.22.0"
783+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.22.0.tgz#07ecc61052fec63661a2cab6bd507127c07adc6f"
784+
integrity sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==
785785
dependencies:
786786
"@babel/code-frame" "7.12.11"
787787
"@eslint/eslintrc" "^0.4.0"
@@ -800,15 +800,15 @@ eslint@^7.21.0:
800800
file-entry-cache "^6.0.1"
801801
functional-red-black-tree "^1.0.1"
802802
glob-parent "^5.0.0"
803-
globals "^12.1.0"
803+
globals "^13.6.0"
804804
ignore "^4.0.6"
805805
import-fresh "^3.0.0"
806806
imurmurhash "^0.1.4"
807807
is-glob "^4.0.0"
808808
js-yaml "^3.13.1"
809809
json-stable-stringify-without-jsonify "^1.0.1"
810810
levn "^0.4.1"
811-
lodash "^4.17.20"
811+
lodash "^4.17.21"
812812
minimatch "^3.0.4"
813813
natural-compare "^1.4.0"
814814
optionator "^0.9.1"
@@ -1062,6 +1062,13 @@ globals@^12.1.0:
10621062
dependencies:
10631063
type-fest "^0.8.1"
10641064

1065+
globals@^13.6.0:
1066+
version "13.6.0"
1067+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.6.0.tgz#d77138e53738567bb96a3916ff6f6b487af20ef7"
1068+
integrity sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ==
1069+
dependencies:
1070+
type-fest "^0.20.2"
1071+
10651072
globby@^10.0.1:
10661073
version "10.0.2"
10671074
resolved "https://registry.yarnpkg.com/globby/-/globby-10.0.2.tgz#277593e745acaa4646c3ab411289ec47a0392543"
@@ -2127,6 +2134,11 @@ type-fest@^0.11.0:
21272134
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1"
21282135
integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==
21292136

2137+
type-fest@^0.20.2:
2138+
version "0.20.2"
2139+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
2140+
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
2141+
21302142
type-fest@^0.6.0:
21312143
version "0.6.0"
21322144
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"

0 commit comments

Comments
 (0)