@j2inn/fin5-ui-utils 0.0.8 → 1.0.0-beta.2
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 +5 -5
- package/package.json +60 -57
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.
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
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,87 +32,90 @@
|
|
|
32
32
|
"js-yaml": "^4.1.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@j2inn/app": "^
|
|
36
|
-
"@j2inn/ui": "^
|
|
37
|
-
"@j2inn/utils": "^
|
|
38
|
-
"haystack-core": "^2.0.
|
|
39
|
-
"haystack-nclient": "^3.0.
|
|
40
|
-
"haystack-react": "^3.0.
|
|
41
|
-
"haystack-units": "^1.0.
|
|
42
|
-
"react": "^
|
|
43
|
-
"react-dom": "^
|
|
44
|
-
"react-jss": "^10.9.
|
|
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
|
+
"haystack-core": "^2.0.38",
|
|
39
|
+
"haystack-nclient": "^3.0.28",
|
|
40
|
+
"haystack-react": "^3.0.11",
|
|
41
|
+
"haystack-units": "^1.0.20",
|
|
42
|
+
"react": "^18.2.0",
|
|
43
|
+
"react-dom": "^18.2.0",
|
|
44
|
+
"react-jss": "^10.9.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@babel/cli": "^7.
|
|
48
|
-
"@babel/core": "^7.
|
|
49
|
-
"@babel/eslint-parser": "^7.
|
|
50
|
-
"@babel/plugin-proposal-class-properties": "^7.
|
|
51
|
-
"@babel/plugin-proposal-decorators": "^7.
|
|
52
|
-
"@babel/plugin-proposal-export-default-from": "^7.
|
|
53
|
-
"@babel/plugin-proposal-function-bind": "^7.
|
|
54
|
-
"@babel/plugin-proposal-object-rest-spread": "^7.
|
|
55
|
-
"@babel/plugin-proposal-private-methods": "^7.
|
|
56
|
-
"@babel/plugin-proposal-private-property-in-object": "^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.
|
|
59
|
-
"@babel/plugin-transform-react-inline-elements": "^7.
|
|
60
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
61
|
-
"@babel/preset-typescript": "^7.
|
|
62
|
-
"@babel/runtime": "^7.
|
|
63
|
-
"@j2inn/app": "^
|
|
64
|
-
"@j2inn/ui": "^
|
|
65
|
-
"@j2inn/utils": "^
|
|
66
|
-
"@types/jest": "^
|
|
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": "^
|
|
69
|
-
"@types/react": "^
|
|
70
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
71
|
-
"@typescript-eslint/parser": "^5.
|
|
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.
|
|
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": "^
|
|
83
|
-
"eslint": "^
|
|
82
|
+
"cypress": "^10.8.0",
|
|
83
|
+
"eslint": "^8.23.1",
|
|
84
84
|
"eslint-config-prettier": "^8.3.0",
|
|
85
|
-
"eslint-plugin-jest": "^
|
|
86
|
-
"eslint-plugin-prettier": "^4.
|
|
87
|
-
"eslint-plugin-react": "^7.
|
|
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
|
-
"haystack-core": "^2.0.
|
|
90
|
-
"haystack-nclient": "^3.0.
|
|
91
|
-
"haystack-react": "^3.0.
|
|
92
|
-
"haystack-units": "^1.0.
|
|
93
|
-
"husky": "^
|
|
94
|
-
"jest": "^
|
|
89
|
+
"haystack-core": "^2.0.38",
|
|
90
|
+
"haystack-nclient": "^3.0.28",
|
|
91
|
+
"haystack-react": "^3.0.11",
|
|
92
|
+
"haystack-units": "^1.0.20",
|
|
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": "^
|
|
98
|
+
"jest-extended": "^3.1.0",
|
|
99
99
|
"less": "^4.1.2",
|
|
100
|
-
"less-loader": "^
|
|
101
|
-
"lint-staged": "^
|
|
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": "^
|
|
105
|
+
"monaco-editor-webpack-plugin": "^7.0.1",
|
|
106
106
|
"nib": "^1.1.2",
|
|
107
107
|
"prettier": "^2.6.1",
|
|
108
|
-
"prettier-eslint": "^
|
|
109
|
-
"prettier-eslint-cli": "^
|
|
108
|
+
"prettier-eslint": "^15.0.1",
|
|
109
|
+
"prettier-eslint-cli": "^7.1.0",
|
|
110
|
+
"react": "^18.2.0",
|
|
111
|
+
"react-dom": "^18.2.0",
|
|
110
112
|
"react-hot-loader": "^4.13.0",
|
|
113
|
+
"react-jss": "^10.9.2",
|
|
111
114
|
"rimraf": "^3.0.2",
|
|
112
|
-
"stylus-loader": "^
|
|
113
|
-
"ts-jest": "^
|
|
114
|
-
"typedoc": "^0.
|
|
115
|
-
"typescript": "^4.
|
|
115
|
+
"stylus-loader": "^7.0.0",
|
|
116
|
+
"ts-jest": "^29.0.1",
|
|
117
|
+
"typedoc": "^0.23.15",
|
|
118
|
+
"typescript": "^4.8.3"
|
|
116
119
|
},
|
|
117
120
|
"lint-staged": {
|
|
118
121
|
"**/*.[jt]s?(x)": [
|
|
@@ -120,4 +123,4 @@
|
|
|
120
123
|
"eslint --fix"
|
|
121
124
|
]
|
|
122
125
|
}
|
|
123
|
-
}
|
|
126
|
+
}
|