zigbee2mqtt-frontend
Advanced tools
Comparing version 0.1.45 to 0.1.46
@@ -10,3 +10,3 @@ { | ||
"name": "zigbee2mqtt-frontend", | ||
"version": "0.1.45", | ||
"version": "0.1.46", | ||
"license": "MIT", | ||
@@ -16,7 +16,9 @@ "scripts": { | ||
"dev": "npm run clean && webpack --config ./webpack.config.js --mode development", | ||
"start": "webpack-dev-server --config ./webpack.config.js --mode development", | ||
"start": "concurrently 'npm run start:ws' 'npm run start:dev'", | ||
"start:dev": "webpack-dev-server --config ./webpack.config.js --mode development", | ||
"start:ws": "node ws.js", | ||
"clean": "rimraf ./dist", | ||
"release": "release-it", | ||
"postversion": "git push && git push --tags" | ||
"postversion": "git push && git push --tags", | ||
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md" | ||
}, | ||
@@ -28,2 +30,4 @@ "eslintIgnore": [ | ||
"devDependencies": { | ||
"@commitlint/cli": "^9.1.2", | ||
"@commitlint/config-conventional": "^9.1.2", | ||
"@fortawesome/fontawesome-free": "^5.13.0", | ||
@@ -46,2 +50,4 @@ "@teamsupercell/typings-for-css-modules-loader": "^2.2.0", | ||
"classnames": "^2.2.6", | ||
"concurrently": "^5.3.0", | ||
"conventional-changelog-cli": "^2.1.0", | ||
"css-loader": "^3.5.3", | ||
@@ -56,14 +62,15 @@ "d3": "^5.16.0", | ||
"html-webpack-plugin": "^4.3.0", | ||
"lodash": "^4.17.19", | ||
"husky": "^4.2.5", | ||
"lodash": "^4.17.20", | ||
"mini-css-extract-plugin": "^0.9.0", | ||
"notyf": "^3.7.0", | ||
"notyf": "^3.9.0", | ||
"popper.js": "^1.16.1", | ||
"preact": "^10.4.4", | ||
"preact": "^10.4.8", | ||
"preact-router": "^3.2.1", | ||
"reconnecting-websocket": "^4.4.0", | ||
"release-it": "^13.7.0", | ||
"release-it": "^13.7.1", | ||
"rimraf": "^3.0.2", | ||
"ts-loader": "^7.0.5", | ||
"typescript": "^3.9.5", | ||
"unistore": "^3.5.1", | ||
"unistore": "^3.5.2", | ||
"webpack": "^4.43.0", | ||
@@ -73,3 +80,3 @@ "webpack-bundle-analyzer": "^3.8.0", | ||
"webpack-dev-server": "3.11.0", | ||
"ws": "^7.3.0", | ||
"ws": "^7.3.1", | ||
"zip-webpack-plugin": "^3.0.0" | ||
@@ -81,3 +88,8 @@ }, | ||
"dist/**/*" | ||
] | ||
], | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2188098
17
49
2176
1