mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-29 06:36:47 +00:00
Update MWC to 0.26.1 (#234)
This commit is contained in:
parent
5f9a966b82
commit
90a415d669
1486
package-lock.json
generated
1486
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@ -21,15 +21,15 @@
|
|||||||
"typescript": "^4.3.2"
|
"typescript": "^4.3.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@material/mwc-button": "^0.25.3",
|
"@material/mwc-button": "^0.26.1",
|
||||||
"@material/mwc-checkbox": "^0.25.3",
|
"@material/mwc-checkbox": "^0.26.1",
|
||||||
"@material/mwc-circular-progress": "^0.25.3",
|
"@material/mwc-circular-progress": "^0.26.1",
|
||||||
"@material/mwc-dialog": "^0.25.3",
|
"@material/mwc-dialog": "^0.26.1",
|
||||||
"@material/mwc-formfield": "^0.25.3",
|
"@material/mwc-formfield": "^0.26.1",
|
||||||
"@material/mwc-icon-button": "^0.25.3",
|
"@material/mwc-icon-button": "^0.26.1",
|
||||||
"@material/mwc-textfield": "^0.25.3",
|
"@material/mwc-textfield": "^0.26.1",
|
||||||
"esp-web-flasher": "^5.1.1",
|
"esp-web-flasher": "^5.1.1",
|
||||||
"improv-wifi-serial-sdk": "^2.1.0",
|
"improv-wifi-serial-sdk": "^2.2.2",
|
||||||
"lit": "^2.0.0",
|
"lit": "^2.0.0",
|
||||||
"tslib": "^2.3.1"
|
"tslib": "^2.3.1"
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"suppressImplicitAnyIndexErrors": true,
|
"suppressImplicitAnyIndexErrors": true,
|
||||||
"skipLibCheck": true
|
"skipLibCheck": true,
|
||||||
|
"importHelpers": true
|
||||||
},
|
},
|
||||||
"include": ["src/*"]
|
"include": ["src/*"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user