mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-04-19 13:17:20 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
* Bump typescript from 4.9.5 to 5.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.1.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * remove deprecated option --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "esp-web-tools",
|
|
"version": "9.2.1",
|
|
"description": "Web tools for ESP devices",
|
|
"main": "dist/install-button.js",
|
|
"repository": "https://github.com/esphome/esp-web-tools",
|
|
"author": "ESPHome maintainers",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"prepublishOnly": "script/build"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@rollup/plugin-babel": "^6.0.3",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
"@rollup/plugin-typescript": "^11.0.0",
|
|
"@rollup/plugin-terser": "^0.4.0",
|
|
"@types/w3c-web-serial": "^1.0.3",
|
|
"prettier": "^2.8.1",
|
|
"rollup": "^3.9.1",
|
|
"serve": "^14.1.2",
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"dependencies": {
|
|
"@material/mwc-button": "^0.27.0",
|
|
"@material/mwc-checkbox": "^0.27.0",
|
|
"@material/mwc-circular-progress": "^0.27.0",
|
|
"@material/mwc-dialog": "^0.27.0",
|
|
"@material/mwc-formfield": "^0.27.0",
|
|
"@material/mwc-icon-button": "^0.27.0",
|
|
"@material/mwc-textfield": "^0.27.0",
|
|
"esptool-js": "^0.2.1",
|
|
"improv-wifi-serial-sdk": "^2.4.0",
|
|
"lit": "^2.5.0",
|
|
"pako": "^2.1.0",
|
|
"tslib": "^2.4.1"
|
|
}
|
|
}
|