|
1 | 1 | {
|
2 | 2 | "name":"@coderoad/cli",
|
3 |
| -"version":"0.8.0", |
| 3 | +"version":"0.9.0", |
4 | 4 | "description":"A CLI to build the configuration file for Coderoad Tutorials",
|
5 | 5 | "keywords": [
|
6 | 6 | "coderoad",
|
|
34 | 34 | "clean":"del-cli --force ./build",
|
35 | 35 | "compile":"tsc",
|
36 | 36 | "test":"jest",
|
37 |
| -"postpublish":"PACKAGE_VERSION=$(cat package.json | grep\\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags" |
| 37 | +"postpublish":"PACKAGE_VERSION=$(cat package.json | grep\\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags" |
38 | 38 | },
|
39 | 39 | "jest": {
|
40 | 40 | "collectCoverage":true,
|
|
52 | 52 | "ajv":"^6.12.5",
|
53 | 53 | "esm":"^3.2.25",
|
54 | 54 | "fs-extra":"9.1.0",
|
55 |
| -"js-yaml":"4.0.0", |
| 55 | +"js-yaml":"^4.1.0", |
56 | 56 | "kleur":"4.1.4",
|
57 | 57 | "lodash":"4.17.21",
|
58 | 58 | "ncp":"^2.0.0",
|
59 |
| -"simple-git":"2.37.0" |
| 59 | +"simple-git":"^2.47.0" |
60 | 60 | },
|
61 | 61 | "devDependencies": {
|
62 | 62 | "@babel/preset-typescript":"7.13.0",
|
63 | 63 | "@types/ajv":"^1.0.0",
|
64 |
| -"@types/fs-extra":"9.0.10", |
| 64 | +"@types/fs-extra":"^9.0.13", |
65 | 65 | "@types/inquirer":"^7.3.1",
|
66 | 66 | "@types/jest":"26.0.22",
|
67 |
| -"@types/js-yaml":"4.0.0", |
68 |
| -"@types/lodash":"4.14.168", |
69 |
| -"@types/ncp":"^2.0.4", |
| 67 | +"@types/js-yaml":"^4.0.4", |
| 68 | +"@types/lodash":"^4.14.177", |
| 69 | +"@types/ncp":"^2.0.5", |
70 | 70 | "del-cli":"^3.0.1",
|
71 | 71 | "jest":"26.6.3",
|
72 | 72 | "ts-jest":"26.5.4",
|
|