Bump wireit from 0.9.4 to 0.9.5 (#4372)
Bumps [wireit](https://github.com/google/wireit) from 0.9.4 to 0.9.5. - [Release notes](https://github.com/google/wireit/releases) - [Changelog](https://github.com/google/wireit/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/wireit/compare/v0.9.4...v0.9.5) --- updated-dependencies: - dependency-name: wireit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
39c91d23a3
commit
f4155a68c6
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -31,7 +31,7 @@
|
|||
"lint-staged": "^13.1.1",
|
||||
"prettier": "^2.8.3",
|
||||
"typescript": "^4.9.5",
|
||||
"wireit": "^0.9.4"
|
||||
"wireit": "^0.9.5"
|
||||
}
|
||||
},
|
||||
"apps/account-ui": {
|
||||
|
@ -17719,9 +17719,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/wireit": {
|
||||
"version": "0.9.4",
|
||||
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.4.tgz",
|
||||
"integrity": "sha512-QGDxePp956+tBXFAKt/1+cBwfUdCQ23+AcGnjmdTN/9GfkNqiHwfq6n7HyoYEx08tmN6K/faEozkLcMIllhVVg==",
|
||||
"version": "0.9.5",
|
||||
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.5.tgz",
|
||||
"integrity": "sha512-dKKNAwLxQjbPPMrltPxMUFKvLy2z6hlVjvR/qitvPm8GEQyb/1QYBG7ObvOQLsi95uAXpkWLJXBYkCKeVcMVgA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"braces": "^3.0.2",
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"lint-staged": "^13.1.1",
|
||||
"prettier": "^2.8.3",
|
||||
"typescript": "^4.9.5",
|
||||
"wireit": "^0.9.4"
|
||||
"wireit": "^0.9.5"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
||||
|
|
Loading…
Reference in a new issue