Bump wireit from 0.7.2 to 0.7.3 (#3799)
Bumps [wireit](https://github.com/google/wireit) from 0.7.2 to 0.7.3. - [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.2...v0.7.3) --- 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
7257614c23
commit
d0cdd8cad7
2 changed files with 8 additions and 9 deletions
15
package-lock.json
generated
15
package-lock.json
generated
|
@ -28,7 +28,7 @@
|
||||||
"lint-staged": "^13.0.3",
|
"lint-staged": "^13.0.3",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"typescript": "^4.8.4",
|
"typescript": "^4.8.4",
|
||||||
"wireit": "^0.7.2"
|
"wireit": "^0.7.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"apps/account-ui": {
|
"apps/account-ui": {
|
||||||
|
@ -15143,13 +15143,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/wireit": {
|
"node_modules/wireit": {
|
||||||
"version": "0.7.2",
|
"version": "0.7.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.7.3.tgz",
|
||||||
|
"integrity": "sha512-aWGzt12iQew3s9BakINSVDXn9Q57UiQiI0i3t6jTjXB1FxPYnjP1HKnDZUYbzxv0+C6PVS042BailmPmccDpPw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "Apache-2.0",
|
|
||||||
"workspaces": [
|
|
||||||
"vscode-extension",
|
|
||||||
"website"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"braces": "^3.0.2",
|
"braces": "^3.0.2",
|
||||||
"chokidar": "^3.5.3",
|
"chokidar": "^3.5.3",
|
||||||
|
@ -25554,7 +25551,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"wireit": {
|
"wireit": {
|
||||||
"version": "0.7.2",
|
"version": "0.7.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.7.3.tgz",
|
||||||
|
"integrity": "sha512-aWGzt12iQew3s9BakINSVDXn9Q57UiQiI0i3t6jTjXB1FxPYnjP1HKnDZUYbzxv0+C6PVS042BailmPmccDpPw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"braces": "^3.0.2",
|
"braces": "^3.0.2",
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
"lint-staged": "^13.0.3",
|
"lint-staged": "^13.0.3",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"typescript": "^4.8.4",
|
"typescript": "^4.8.4",
|
||||||
"wireit": "^0.7.2"
|
"wireit": "^0.7.3"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
||||||
|
|
Loading…
Reference in a new issue