@j2inn/fin5-ui-utils 0.0.8 → 1.0.0-beta.1

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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +46 -46
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # What is fin5-ui-utils? #
2
- A set of useful client-side utilities useful for creating UI applications on top of the FIN 5 framework.
3
-
4
- ### How do I get set up? ###
5
- To install this package run `npm i @j2inn/fin5-ui-utils`
1
+ # What is fin5-ui-utils? #
2
+ A set of useful client-side utilities useful for creating UI applications on top of the FIN 5 framework.
3
+
4
+ ### How do I get set up? ###
5
+ To install this package run `npm i @j2inn/fin5-ui-utils`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@j2inn/fin5-ui-utils",
3
- "version": "0.0.8",
3
+ "version": "1.0.0-beta.1",
4
4
  "description": "A set of useful client-side utilities useful for creating UI applications on top of FIN 5",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -32,9 +32,9 @@
32
32
  "js-yaml": "^4.1.0"
33
33
  },
34
34
  "peerDependencies": {
35
- "@j2inn/app": "^1.0.17",
36
- "@j2inn/ui": "^5.0.0-beta.17",
37
- "@j2inn/utils": "^5.0.8",
35
+ "@j2inn/app": "^2.0.0-beta.1",
36
+ "@j2inn/ui": "^6.0.0-beta.3",
37
+ "@j2inn/utils": "^6.0.0-beta.1",
38
38
  "haystack-core": "^2.0.35",
39
39
  "haystack-nclient": "^3.0.24",
40
40
  "haystack-react": "^3.0.8",
@@ -44,75 +44,75 @@
44
44
  "react-jss": "^10.9.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@babel/cli": "^7.14.3",
48
- "@babel/core": "^7.14.3",
49
- "@babel/eslint-parser": "^7.14.4",
50
- "@babel/plugin-proposal-class-properties": "^7.16.7",
51
- "@babel/plugin-proposal-decorators": "^7.17.8",
52
- "@babel/plugin-proposal-export-default-from": "^7.16.7",
53
- "@babel/plugin-proposal-function-bind": "^7.16.7",
54
- "@babel/plugin-proposal-object-rest-spread": "^7.17.3",
55
- "@babel/plugin-proposal-private-methods": "^7.16.11",
56
- "@babel/plugin-proposal-private-property-in-object": "^7.16.7",
47
+ "@babel/cli": "^7.18.10",
48
+ "@babel/core": "^7.19.1",
49
+ "@babel/eslint-parser": "^7.19.1",
50
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
51
+ "@babel/plugin-proposal-decorators": "^7.19.1",
52
+ "@babel/plugin-proposal-export-default-from": "^7.18.10",
53
+ "@babel/plugin-proposal-function-bind": "^7.18.9",
54
+ "@babel/plugin-proposal-object-rest-spread": "^7.18.9",
55
+ "@babel/plugin-proposal-private-methods": "^7.18.6",
56
+ "@babel/plugin-proposal-private-property-in-object": "^7.18.6",
57
57
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
58
- "@babel/plugin-transform-modules-commonjs": "^7.17.7",
59
- "@babel/plugin-transform-react-inline-elements": "^7.16.7",
60
- "@babel/plugin-transform-runtime": "^7.17.0",
61
- "@babel/preset-typescript": "^7.16.7",
62
- "@babel/runtime": "^7.17.8",
63
- "@j2inn/app": "^1.0.17",
64
- "@j2inn/ui": "^5.0.0-beta.17",
65
- "@j2inn/utils": "^5.0.8",
66
- "@types/jest": "^27.4.0",
58
+ "@babel/plugin-transform-modules-commonjs": "^7.18.6",
59
+ "@babel/plugin-transform-react-inline-elements": "^7.18.6",
60
+ "@babel/plugin-transform-runtime": "^7.19.1",
61
+ "@babel/preset-typescript": "^7.18.6",
62
+ "@babel/runtime": "^7.19.0",
63
+ "@j2inn/app": "^2.0.0-beta.1",
64
+ "@j2inn/ui": "^6.0.0-beta.3",
65
+ "@j2inn/utils": "^6.0.0-beta.1",
66
+ "@types/jest": "^29.0.3",
67
67
  "@types/js-yaml": "^4.0.5",
68
- "@types/node": "^15.0.2",
69
- "@types/react": "^17.0.8",
70
- "@typescript-eslint/eslint-plugin": "^5.28.0",
71
- "@typescript-eslint/parser": "^5.28.0",
68
+ "@types/node": "^18.7.18",
69
+ "@types/react": "^18.0.20",
70
+ "@typescript-eslint/eslint-plugin": "^5.37.0",
71
+ "@typescript-eslint/parser": "^5.37.0",
72
72
  "babel-eslint": "^10.1.0",
73
73
  "babel-loader": "^8.2.2",
74
74
  "babel-plugin-react-html-attrs": "^3.0.5",
75
75
  "babel-preset-react-app": "^10.0.1",
76
76
  "bundle-loader": "^0.5.6",
77
77
  "cpy": "^9.0.1",
78
- "cpy-cli": "^4.1.0",
78
+ "cpy-cli": "^4.2.0",
79
79
  "cross-env": "^7.0.3",
80
80
  "css-loader": "^6.7.1",
81
81
  "css-modules-typescript-loader": "^4.0.1",
82
- "cypress": "^9.5.2",
83
- "eslint": "^7.32.0",
82
+ "cypress": "^10.8.0",
83
+ "eslint": "^8.23.1",
84
84
  "eslint-config-prettier": "^8.3.0",
85
- "eslint-plugin-jest": "^26.1.3",
86
- "eslint-plugin-prettier": "^4.0.0",
87
- "eslint-plugin-react": "^7.29.4",
85
+ "eslint-plugin-jest": "^27.0.4",
86
+ "eslint-plugin-prettier": "^4.2.1",
87
+ "eslint-plugin-react": "^7.31.8",
88
88
  "extract-css-chunks-webpack-plugin": "^4.9.0",
89
89
  "haystack-core": "^2.0.35",
90
90
  "haystack-nclient": "^3.0.24",
91
91
  "haystack-react": "^3.0.8",
92
92
  "haystack-units": "^1.0.18",
93
- "husky": "^7.0.4",
94
- "jest": "^27.0.3",
93
+ "husky": "^8.0.1",
94
+ "jest": "^29.0.3",
95
95
  "jest-chain": "^1.1.5",
96
96
  "jest-css-modules": "^2.1.0",
97
97
  "jest-css-modules-transform": "^4.2.1",
98
- "jest-extended": "^0.11.5",
98
+ "jest-extended": "^3.1.0",
99
99
  "less": "^4.1.2",
100
- "less-loader": "^10.2.0",
101
- "lint-staged": "^12.3.7",
100
+ "less-loader": "^11.0.0",
101
+ "lint-staged": "^13.0.3",
102
102
  "lodash-webpack-plugin": "^0.11.6",
103
103
  "mini-css-extract-plugin": "^2.6.0",
104
104
  "moment-locales-webpack-plugin": "^1.2.0",
105
- "monaco-editor-webpack-plugin": "^3.1.0",
105
+ "monaco-editor-webpack-plugin": "^7.0.1",
106
106
  "nib": "^1.1.2",
107
107
  "prettier": "^2.6.1",
108
- "prettier-eslint": "^13.0.0",
109
- "prettier-eslint-cli": "^5.0.1",
108
+ "prettier-eslint": "^15.0.1",
109
+ "prettier-eslint-cli": "^7.1.0",
110
110
  "react-hot-loader": "^4.13.0",
111
111
  "rimraf": "^3.0.2",
112
- "stylus-loader": "^6.2.0",
113
- "ts-jest": "^27.1.3",
114
- "typedoc": "^0.22.5",
115
- "typescript": "^4.6.3"
112
+ "stylus-loader": "^7.0.0",
113
+ "ts-jest": "^29.0.1",
114
+ "typedoc": "^0.23.15",
115
+ "typescript": "^4.8.3"
116
116
  },
117
117
  "lint-staged": {
118
118
  "**/*.[jt]s?(x)": [
@@ -120,4 +120,4 @@
120
120
  "eslint --fix"
121
121
  ]
122
122
  }
123
- }
123
+ }