This commit is contained in:
Paulus Schoutsen 2022-03-23 09:01:21 -07:00
parent e9a90e6082
commit 137cae89cb
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "esp-web-tools",
"version": "7.2.0",
"version": "7.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "esp-web-tools",
"version": "7.2.0",
"version": "7.3.0",
"license": "Apache-2.0",
"dependencies": {
"@material/mwc-button": "^0.25.3",
@ -16,7 +16,7 @@
"@material/mwc-formfield": "^0.25.3",
"@material/mwc-icon-button": "^0.25.3",
"@material/mwc-textfield": "^0.25.3",
"esp-web-flasher": "^5.0.0",
"esp-web-flasher": "^5.1.0",
"improv-wifi-serial-sdk": "^2.1.0",
"lit": "^2.0.0",
"tslib": "^2.3.1"
@ -1139,9 +1139,9 @@
}
},
"node_modules/esp-web-flasher": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/esp-web-flasher/-/esp-web-flasher-5.0.0.tgz",
"integrity": "sha512-WNwtj3m+KlWe4/tPZtY//UkXnU9BNnrbIwrTgZWh65kqXAyWyXfBT41z84qs7wIBS+AHQ5tMCY7b/1JIO3gGLA==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/esp-web-flasher/-/esp-web-flasher-5.1.0.tgz",
"integrity": "sha512-TBx30lctBocC8FxoCIOxvLC4DIKHkawhiBK9DoAkPNOTMZl51bvYiEUejcM3ZzTsOG/0XFW+urrmA3MDHG25tQ==",
"dependencies": {
"pako": "^2.0.3",
"tslib": "^2.2.0"
@ -3076,9 +3076,9 @@
"dev": true
},
"esp-web-flasher": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/esp-web-flasher/-/esp-web-flasher-5.0.0.tgz",
"integrity": "sha512-WNwtj3m+KlWe4/tPZtY//UkXnU9BNnrbIwrTgZWh65kqXAyWyXfBT41z84qs7wIBS+AHQ5tMCY7b/1JIO3gGLA==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/esp-web-flasher/-/esp-web-flasher-5.1.0.tgz",
"integrity": "sha512-TBx30lctBocC8FxoCIOxvLC4DIKHkawhiBK9DoAkPNOTMZl51bvYiEUejcM3ZzTsOG/0XFW+urrmA3MDHG25tQ==",
"requires": {
"pako": "^2.0.3",
"tslib": "^2.2.0"

View File

@ -1,6 +1,6 @@
{
"name": "esp-web-tools",
"version": "7.2.0",
"version": "7.3.0",
"description": "Web tools for ESP devices",
"main": "dist/install-button.js",
"repository": "https://github.com/esphome/esp-web-tools",