Skip to content

Commit

Permalink
adjusts for mem-fs@4
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Oct 11, 2023
1 parent 416c083 commit f67b91c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
11 changes: 8 additions & 3 deletions package-lock.json

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

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"@yeoman/adapter": "^1.4.0",
"inquirer": "^9.2.2",
"lodash-es": "^4.17.21",
"mem-fs": "^3.0.0",
"mem-fs-editor": "^10.0.2",
"sinon": "^16.0.0",
"temp-dir": "^3.0.0",
Expand All @@ -66,8 +65,14 @@
},
"peerDependencies": {
"@yeoman/types": "^1.1.0",
"yeoman-environment": "^3.18.3 || ^4.0.0-alpha.6",
"yeoman-generator": "^5.9.0 || ^6.0.0"
"mem-fs": "^3.0.0",
"yeoman-environment": "^3.18.3",
"yeoman-generator": "^5.9.0 || >=6.0.0"
},
"acceptDependencies": {
"mem-fs": ">=3.0.0",
"yeoman-environment": ">=4.0.0-alpha.6",
"yeoman-generator": ">=6.0.0"
},
"peerDependenciesMeta": {
"yeoman-environment": {
Expand Down

0 comments on commit f67b91c

Please sign in to comment.