@signalk/server-admin-ui 2.12.2 → 2.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,10 +6,10 @@ This is its own package so when its installed the javascript asset files come co
6
6
 
7
7
  ## Development
8
8
 
9
- * Install dev packages with `npm i`.
10
- * Edit files with `/src`.
11
- * Run `npm run prepublishOnly`
12
- * `npm link`
13
- * `cd ../../`
14
- * `npm link @signalk/server-admin-ui`
15
- * Restart signalk `npm start`
9
+ - Install dev packages with `npm i`.
10
+ - Edit files with `/src`.
11
+ - Run `npm run prepublishOnly`
12
+ - `npm link`
13
+ - `cd ../../`
14
+ - `npm link @signalk/server-admin-ui`
15
+ - Restart signalk `npm start`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalk/server-admin-ui",
3
- "version": "2.12.2",
3
+ "version": "2.14.0",
4
4
  "description": "Signal K server admin webapp",
5
5
  "author": "Scott Bender, Teppo Kurki",
6
6
  "contributors": [
@@ -27,8 +27,6 @@
27
27
  "buffer": "^6.0.3",
28
28
  "copy-webpack-plugin": "^11.0.0",
29
29
  "css-loader": "^5.0.0",
30
- "eslint": "^8.57.0",
31
- "eslint-plugin-react": "^7.34.1",
32
30
  "file-loader": "^6.1.1",
33
31
  "font-awesome": "^4.7.0",
34
32
  "html-webpack-plugin": "^5.0.0-alpha.6",
@@ -38,12 +36,11 @@
38
36
  "lodash.set": "^4.3.2",
39
37
  "lodash.uniq": "^4.5.0",
40
38
  "moment": "^2.29.1",
41
- "prettier": "^2.3.2",
42
39
  "react": "^16.13.1",
43
40
  "react-copy-to-clipboard": "^5.0.3",
44
41
  "react-dom": "^16.13.1",
45
42
  "react-html-parser": "^2.0.2",
46
- "react-json-tree": "^0.13.0",
43
+ "react-json-tree": "^0.20.0",
47
44
  "react-jsonschema-form-bs4": "^1.7.1",
48
45
  "react-redux": "^5.1.2",
49
46
  "react-router-dom": "^4.3.1",
@@ -65,8 +62,7 @@
65
62
  "watch": "webpack --watch --mode development",
66
63
  "build": "webpack --mode=production",
67
64
  "format": "prettier --write src/",
68
- "eslint": "eslint src/",
69
- "ci": "prettier --check src/ && npm run eslint",
65
+ "lint": "eslint --fix",
70
66
  "clean": "rimraf ./public",
71
67
  "bundle-analyzer": "webpack-bundle-analyzer --port 4200 public/stats.json"
72
68
  }