@gpa-gemstone/common-pages 0.0.70 → 0.0.72

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
- import { Column } from "@gpa-gemstone/react-table";
2
1
  import React = require("react");
3
2
  import { GenericSlice, Search } from "@gpa-gemstone/react-interactive";
4
3
  import { Application, OpenXDA, SystemCenter } from "@gpa-gemstone/application-typings";
4
+ import { Column } from "@gpa-gemstone/react-table";
5
5
  interface U {
6
6
  ID: number | string;
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpa-gemstone/common-pages",
3
- "version": "0.0.70",
3
+ "version": "0.0.72",
4
4
  "description": "Common UI pages for GPA products",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -9,7 +9,7 @@
9
9
  "test": "jest --config jestconfig.json",
10
10
  "build": "tsc",
11
11
  "format": "prettier --write \"src/**/*.tsx\"",
12
- "lint": "tslint -p tsconfig.json",
12
+ "lint": "eslint . --ext .ts,.tsx",
13
13
  "prepare": "npm run build",
14
14
  "prepublishOnly": "npm test && npm run lint",
15
15
  "preversion": "npm run lint",
@@ -35,20 +35,21 @@
35
35
  "@types/crypto-js": "4.0.2",
36
36
  "@types/jest": "^27.0.0",
37
37
  "@types/jquery": "3.5.6",
38
+ "@typescript-eslint/eslint-plugin": "^5.60.0",
39
+ "@typescript-eslint/parser": "^5.60.0",
40
+ "eslint": "^8.43.0",
38
41
  "jest": "^27.0.6",
39
42
  "prettier": "^2.3.2",
40
43
  "ts-jest": "^27.0.4",
41
- "tslint": "^6.1.3",
42
- "tslint-config-prettier": "^1.18.0",
43
44
  "typescript": "4.4.4"
44
45
  },
45
46
  "dependencies": {
46
- "@gpa-gemstone/application-typings": "0.0.58",
47
- "@gpa-gemstone/gpa-symbols": "0.0.26",
48
- "@gpa-gemstone/helper-functions": "0.0.20",
49
- "@gpa-gemstone/react-forms": "1.1.39",
50
- "@gpa-gemstone/react-interactive": "1.0.85",
51
- "@gpa-gemstone/react-table": "1.2.25",
47
+ "@gpa-gemstone/application-typings": "0.0.60",
48
+ "@gpa-gemstone/gpa-symbols": "0.0.27",
49
+ "@gpa-gemstone/helper-functions": "0.0.21",
50
+ "@gpa-gemstone/react-forms": "1.1.40",
51
+ "@gpa-gemstone/react-interactive": "1.0.87",
52
+ "@gpa-gemstone/react-table": "1.2.26",
52
53
  "@reduxjs/toolkit": "1.8.3",
53
54
  "crypto-js": "4.0.0",
54
55
  "moment": "^2.29.4",