Browse Source

[frontend] Bump the NPM version

Johan Åhlén 4 years ago
parent
commit
6d5fa77994
2 changed files with 188 additions and 617 deletions
  1. 186 616
      package-lock.json
  2. 2 1
      package.json

File diff suppressed because it is too large
+ 186 - 616
package-lock.json


+ 2 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "gethue",
-  "version": "4.9.7",
+  "version": "4.9.8",
   "description": "Hue is an Open source SQL Query Editor for Databases/Warehouses",
   "keywords": [
     "Query Editor",
@@ -161,6 +161,7 @@
     "webpack-npm": "webpack --config webpack.config.npm.js",
     "publish-gethue": "make sql-all-parsers && npm run webpack-npm && cd npm_dist && npm publish",
     "dev": "webpack --watch --config webpack.config.js -d",
+    "dev-login": "webpack --config webpack.config.login.js --watch -d",
     "dev-workers": "webpack --config webpack.config.workers.js --watch -d",
     "dev-webpack-npm": "webpack --config webpack.config.npm.js --watch -d",
     "less": "./node_modules/.bin/grunt less",

Some files were not shown because too many files changed in this diff