Skip to content

Commit 9b57dca

Browse files
committed
chore: bump meow for hoisting compatibility across packages
1 parent 00442c9 commit 9b57dca

File tree

2 files changed

+231
-9
lines changed

2 files changed

+231
-9
lines changed

packages/foo-api-ci-tools/package-lock.json

Lines changed: 227 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/foo-api-ci-tools/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@foo-software/foo-api-ci-tools",
3-
"version": "0.0.52",
3+
"version": "4.0.0",
44
"author": "Adam Henson <adamhenson1979@gmail.com> (https://github.com/adamhenson)",
55
"description": "CI helpers to aide in deploy, build, publish, release, etc. This package is not published.",
66
"main": "dist/index.js",
@@ -23,10 +23,11 @@
2323
"brotli": "^1.3.2",
2424
"glob": "^7.2.3",
2525
"lerna": "^3.18.2",
26-
"meow": "^7.0.1",
26+
"meow": "^7.1.0",
2727
"minimatch": "^3.0.8",
2828
"rimraf": "^3.0.2",
2929
"ts-node": "^10.9.1",
3030
"typescript": "^4.9.5"
31-
}
31+
},
32+
"gitHead": "00442c93e4630ab3537a67d07548299da3b2d521"
3233
}

0 commit comments

Comments
 (0)