@j2inn/fin5-ui-utils 1.0.0-beta.2 → 1.0.0-beta.3
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 +3 -5
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": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.3",
|
|
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",
|
|
@@ -26,8 +26,7 @@
|
|
|
26
26
|
"dist_es/**/*"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@
|
|
30
|
-
"@j2inn/react-config": "^4.0.16",
|
|
29
|
+
"@j2inn/react-config": "^5.0.0-beta.1",
|
|
31
30
|
"classnames": "^2.3.1",
|
|
32
31
|
"js-yaml": "^4.1.0"
|
|
33
32
|
},
|
|
@@ -109,7 +108,6 @@
|
|
|
109
108
|
"prettier-eslint-cli": "^7.1.0",
|
|
110
109
|
"react": "^18.2.0",
|
|
111
110
|
"react-dom": "^18.2.0",
|
|
112
|
-
"react-hot-loader": "^4.13.0",
|
|
113
111
|
"react-jss": "^10.9.2",
|
|
114
112
|
"rimraf": "^3.0.2",
|
|
115
113
|
"stylus-loader": "^7.0.0",
|
|
@@ -123,4 +121,4 @@
|
|
|
123
121
|
"eslint --fix"
|
|
124
122
|
]
|
|
125
123
|
}
|
|
126
|
-
}
|
|
124
|
+
}
|