Skip to content

Commit 99e107a

Browse files
build(deps): changed fixed dependency versions to version ranges
1 parent 7100033 commit 99e107a

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@
6262
"version": "oclif readme && git add README.md && run-s build"
6363
},
6464
"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",
6868
"@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"
7474
},
7575
"bundledDependencies": [
7676
"@inquirer/prompts",
@@ -86,15 +86,15 @@
8686
"devDependencies": {
8787
"@commitlint/cli": "^18.4.3",
8888
"@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",
9191
"@types/chai": "^4",
9292
"@types/fs-extra": "^11.0.4",
9393
"@types/mocha": "^10",
9494
"@types/node": "^18",
9595
"@types/yeoman-generator": "^5.2.14",
9696
"chai": "^4",
97-
"dotenv-cli": "7.4.2",
97+
"dotenv-cli": "^7.4.2",
9898
"eslint": "^8",
9999
"eslint-config-oclif": "^5",
100100
"eslint-config-oclif-typescript": "^3",
@@ -105,7 +105,7 @@
105105
"nodemon": "^3.0.3",
106106
"npm-run-all": "^4.1.5",
107107
"oclif": "4.11.3",
108-
"shx": "0.3.4",
108+
"shx": "^0.3.4",
109109
"ts-node": "^10.9.1",
110110
"typescript": "^5"
111111
}

templates/node-jet/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"concurrently": "^8.2.2",
2222
"extract-zip": "^1.7.0",
2323
"fs-extra": "^8.1.0",
24-
"glob": "7.2.0",
25-
"typescript": "5.3.2",
24+
"glob": "^7.2.0",
25+
"typescript": "^5.3.2",
2626
"underscore": "^1.10.2",
27-
"yargs-parser": "13.1.2"
27+
"yargs-parser": "^13.1.2"
2828
},
2929
"engines": {
3030
"node": ">=12.21.0"

0 commit comments

Comments
 (0)