|
62 | 62 | "version": "oclif readme && git add README.md && run-s build"
|
63 | 63 | },
|
64 | 64 | "dependencies": {
|
65 |
| - "@inquirer/prompts": "3.3.2", |
66 |
| - "@oclif/core": "3.27.0", |
67 |
| - "@oclif/plugin-help": "5.2.20", |
| 65 | + "@inquirer/prompts": "^3.3.2", |
| 66 | + "@oclif/core": "^3.27.0", |
| 67 | + "@oclif/plugin-help": "^5.2.20", |
68 | 68 | "@oclif/plugin-plugins": "^5.3.7",
|
69 |
| - "extract-zip": "2.0.1", |
70 |
| - "inquirer": "9.3.6", |
71 |
| - "untildify": "5.0.0", |
72 |
| - "yeoman-environment": "3.19.3", |
73 |
| - "yeoman-generator": "5.10.0" |
| 69 | + "extract-zip": "^2.0.1", |
| 70 | + "inquirer": "^9.3.6", |
| 71 | + "untildify": "^5.0.0", |
| 72 | + "yeoman-environment": "^3.19.3", |
| 73 | + "yeoman-generator": "^5.10.0" |
74 | 74 | },
|
75 | 75 | "bundledDependencies": [
|
76 | 76 | "@inquirer/prompts",
|
|
86 | 86 | "devDependencies": {
|
87 | 87 | "@commitlint/cli": "^18.4.3",
|
88 | 88 | "@commitlint/config-conventional": "^18.4.3",
|
89 |
| - "@oclif/prettier-config": "0.2.1", |
90 |
| - "@oclif/test": "3.2.15", |
| 89 | + "@oclif/prettier-config": "^0.2.1", |
| 90 | + "@oclif/test": "^3.2.15", |
91 | 91 | "@types/chai": "^4",
|
92 | 92 | "@types/fs-extra": "^11.0.4",
|
93 | 93 | "@types/mocha": "^10",
|
94 | 94 | "@types/node": "^18",
|
95 | 95 | "@types/yeoman-generator": "^5.2.14",
|
96 | 96 | "chai": "^4",
|
97 |
| - "dotenv-cli": "7.4.2", |
| 97 | + "dotenv-cli": "^7.4.2", |
98 | 98 | "eslint": "^8",
|
99 | 99 | "eslint-config-oclif": "^5",
|
100 | 100 | "eslint-config-oclif-typescript": "^3",
|
|
105 | 105 | "nodemon": "^3.0.3",
|
106 | 106 | "npm-run-all": "^4.1.5",
|
107 | 107 | "oclif": "4.11.3",
|
108 |
| - "shx": "0.3.4", |
| 108 | + "shx": "^0.3.4", |
109 | 109 | "ts-node": "^10.9.1",
|
110 | 110 | "typescript": "^5"
|
111 | 111 | }
|
|
0 commit comments