Bump wireit from 0.7.1 to 0.7.2 (#3392)
Bumps [wireit](https://github.com/google/wireit) from 0.7.1 to 0.7.2. - [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.7.1...v0.7.2) --- updated-dependencies: - dependency-name: wireit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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
f5da0db291
commit
33e385e61c
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -24,7 +24,7 @@
|
|||
"lint-staged": "^13.0.3",
|
||||
"prettier": "^2.7.1",
|
||||
"typescript": "^4.8.3",
|
||||
"wireit": "^0.7.1"
|
||||
"wireit": "^0.7.2"
|
||||
}
|
||||
},
|
||||
"apps/admin-ui": {
|
||||
|
@ -15937,9 +15937,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/wireit": {
|
||||
"version": "0.7.1",
|
||||
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.7.1.tgz",
|
||||
"integrity": "sha512-TwuKae0aHk06DZ2omLW6YF4Y74YxCyuRCcsjZMm+cUPRXhvxAU2JhYyuCvD9wIALWK+cQUpB9GjeRFPRAbKsdw==",
|
||||
"version": "0.7.2",
|
||||
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.7.2.tgz",
|
||||
"integrity": "sha512-Zjq50QH5hguk64hXfJmJJpLGgi8TUy7780w0u2VXK325qWxJtw1fP6HhOYcdjTWeoYLWQDDkTytQ119y/UMseg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"braces": "^3.0.2",
|
||||
|
@ -28215,9 +28215,9 @@
|
|||
}
|
||||
},
|
||||
"wireit": {
|
||||
"version": "0.7.1",
|
||||
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.7.1.tgz",
|
||||
"integrity": "sha512-TwuKae0aHk06DZ2omLW6YF4Y74YxCyuRCcsjZMm+cUPRXhvxAU2JhYyuCvD9wIALWK+cQUpB9GjeRFPRAbKsdw==",
|
||||
"version": "0.7.2",
|
||||
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.7.2.tgz",
|
||||
"integrity": "sha512-Zjq50QH5hguk64hXfJmJJpLGgi8TUy7780w0u2VXK325qWxJtw1fP6HhOYcdjTWeoYLWQDDkTytQ119y/UMseg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"braces": "^3.0.2",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"lint-staged": "^13.0.3",
|
||||
"prettier": "^2.7.1",
|
||||
"typescript": "^4.8.3",
|
||||
"wireit": "^0.7.1"
|
||||
"wireit": "^0.7.2"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
||||
|
|
Loading…
Reference in a new issue