Skip to content

Commit

Permalink
Merge branch 'yeoman:main' into node20
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Oct 14, 2024
2 parents 2ae6429 + 78f9776 commit 186871d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yeoman-environment",
"version": "4.4.2",
"version": "4.4.3",
"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
"keywords": [
"development",
Expand Down Expand Up @@ -67,7 +67,7 @@
"commander": "^11.1.0",
"debug": "^4.3.4",
"execa": "^8.0.1",
"fly-import": "^0.4.0",
"fly-import": "^0.4.1",
"globby": "^14.0.0",
"grouped-queue": "^2.0.0",
"locate-path": "^7.2.0",
Expand Down Expand Up @@ -170,7 +170,8 @@
"mem-fs": "^4.0.0"
},
"acceptDependencies": {
"@yeoman/adapter": "^2.0.0"
"@yeoman/adapter": "^2.0.0",
"@yeoman/transform": "^2.1.0"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
Expand Down

0 comments on commit 186871d

Please sign in to comment.