Update dependency node-watch to v0.6.2 (https://github.com/woocommerce/woocommerce-admin/pull/2104)
This commit is contained in:
parent
c17baa02cd
commit
1d8c5c1e0c
|
@ -13612,9 +13612,9 @@
|
|||
}
|
||||
},
|
||||
"node-watch": {
|
||||
"version": "0.6.1",
|
||||
"resolved": "https://registry.npmjs.org/node-watch/-/node-watch-0.6.1.tgz",
|
||||
"integrity": "sha512-gwQiR7weFRV8mAtT0x0kXkZ18dfRLB45xH7q0hCOVQMLfLb2f1ZaSvR57q4/b/Vj6B0RwMNJYbvb69e1yM7qEA==",
|
||||
"version": "0.6.2",
|
||||
"resolved": "https://registry.npmjs.org/node-watch/-/node-watch-0.6.2.tgz",
|
||||
"integrity": "sha512-qmb/2ehVk1DC4gZYox7JgWXNucKnVk7uQmcoSeRaC7kzXsT8VOPIe7mbrR9Vc2TpGggS2yGUcgC98A2fKE53AA==",
|
||||
"dev": true
|
||||
},
|
||||
"node-wp-i18n": {
|
||||
|
|
|
@ -149,7 +149,7 @@
|
|||
"locutus": "2.0.10",
|
||||
"mini-css-extract-plugin": "0.6.0",
|
||||
"node-sass": "4.11.0",
|
||||
"node-watch": "0.6.1",
|
||||
"node-watch": "0.6.2",
|
||||
"postcss-color-function": "4.1.0",
|
||||
"postcss-loader": "3.0.0",
|
||||
"prettier": "github:automattic/calypso-prettier#c56b4251",
|
||||
|
|
Loading…
Reference in New Issue