Skip to content

Commit

Permalink
chore(deps): update dependency meow to ^12.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 31, 2023
1 parent 71935d3 commit 95862fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
"ejs": "^3.1.9",
"fs-extra": "^11.1.1",
"glob": "^10.3.3",
"meow": "12.1.0"
"meow": "^12.1.1"
},
"engines": {
"node": ">=16"
},
"devDependencies": {
"@types/ejs": "^3.1.2",
Expand Down
4 changes: 2 additions & 2 deletions core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"compilerOptions": {
"module": "node16",
"moduleResolution": "node16",
"target": "esnext",
"module": "esnext",
"outDir": "./lib",
"strict": true,
"declaration": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"skipLibCheck": true
},
"include": ["src"],
Expand Down

0 comments on commit 95862fb

Please sign in to comment.