Bump wireit from 0.9.0 to 0.9.2 (#3996)
Bumps [wireit](https://github.com/google/wireit) from 0.9.0 to 0.9.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/commits) --- 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
e52ada163c
commit
d83a8f99d7
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -30,7 +30,7 @@
|
|||
"lint-staged": "^13.1.0",
|
||||
"prettier": "^2.8.0",
|
||||
"typescript": "^4.9.3",
|
||||
"wireit": "^0.9.0"
|
||||
"wireit": "^0.9.2"
|
||||
}
|
||||
},
|
||||
"apps/account-ui": {
|
||||
|
@ -15533,9 +15533,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/wireit": {
|
||||
"version": "0.9.0",
|
||||
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.0.tgz",
|
||||
"integrity": "sha512-O3DpiOUM7RSMHW4mehXUqcunPCX3djHchnCKMLhQsykdO8LoLvx3jCJQKVbC0XtPZI2ovIkAJok9iKbvvZ7AeQ==",
|
||||
"version": "0.9.2",
|
||||
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.2.tgz",
|
||||
"integrity": "sha512-TtXR80HRHmkZeoZTt+8rM0GuR2ZvzKSpoXMFL2SIWXiYgUSkFS50LOHnYw285T9rFCmb/xaLobyQs2I2cacZCw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"braces": "^3.0.2",
|
||||
|
@ -26278,9 +26278,9 @@
|
|||
}
|
||||
},
|
||||
"wireit": {
|
||||
"version": "0.9.0",
|
||||
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.0.tgz",
|
||||
"integrity": "sha512-O3DpiOUM7RSMHW4mehXUqcunPCX3djHchnCKMLhQsykdO8LoLvx3jCJQKVbC0XtPZI2ovIkAJok9iKbvvZ7AeQ==",
|
||||
"version": "0.9.2",
|
||||
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.2.tgz",
|
||||
"integrity": "sha512-TtXR80HRHmkZeoZTt+8rM0GuR2ZvzKSpoXMFL2SIWXiYgUSkFS50LOHnYw285T9rFCmb/xaLobyQs2I2cacZCw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"braces": "^3.0.2",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"lint-staged": "^13.1.0",
|
||||
"prettier": "^2.8.0",
|
||||
"typescript": "^4.9.3",
|
||||
"wireit": "^0.9.0"
|
||||
"wireit": "^0.9.2"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
||||
|
|
Loading…
Reference in a new issue