@j2inn/fin5-ui-utils 1.0.0-beta.1 → 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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +17 -16
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.1",
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
- "@hot-loader/react-dom": "^17.0.2",
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
  },
@@ -35,13 +34,13 @@
35
34
  "@j2inn/app": "^2.0.0-beta.1",
36
35
  "@j2inn/ui": "^6.0.0-beta.3",
37
36
  "@j2inn/utils": "^6.0.0-beta.1",
38
- "haystack-core": "^2.0.35",
39
- "haystack-nclient": "^3.0.24",
40
- "haystack-react": "^3.0.8",
41
- "haystack-units": "^1.0.18",
42
- "react": "^17.0.2",
43
- "react-dom": "^17.0.2",
44
- "react-jss": "^10.9.0"
37
+ "haystack-core": "^2.0.38",
38
+ "haystack-nclient": "^3.0.28",
39
+ "haystack-react": "^3.0.11",
40
+ "haystack-units": "^1.0.20",
41
+ "react": "^18.2.0",
42
+ "react-dom": "^18.2.0",
43
+ "react-jss": "^10.9.2"
45
44
  },
46
45
  "devDependencies": {
47
46
  "@babel/cli": "^7.18.10",
@@ -86,10 +85,10 @@
86
85
  "eslint-plugin-prettier": "^4.2.1",
87
86
  "eslint-plugin-react": "^7.31.8",
88
87
  "extract-css-chunks-webpack-plugin": "^4.9.0",
89
- "haystack-core": "^2.0.35",
90
- "haystack-nclient": "^3.0.24",
91
- "haystack-react": "^3.0.8",
92
- "haystack-units": "^1.0.18",
88
+ "haystack-core": "^2.0.38",
89
+ "haystack-nclient": "^3.0.28",
90
+ "haystack-react": "^3.0.11",
91
+ "haystack-units": "^1.0.20",
93
92
  "husky": "^8.0.1",
94
93
  "jest": "^29.0.3",
95
94
  "jest-chain": "^1.1.5",
@@ -107,7 +106,9 @@
107
106
  "prettier": "^2.6.1",
108
107
  "prettier-eslint": "^15.0.1",
109
108
  "prettier-eslint-cli": "^7.1.0",
110
- "react-hot-loader": "^4.13.0",
109
+ "react": "^18.2.0",
110
+ "react-dom": "^18.2.0",
111
+ "react-jss": "^10.9.2",
111
112
  "rimraf": "^3.0.2",
112
113
  "stylus-loader": "^7.0.0",
113
114
  "ts-jest": "^29.0.1",
@@ -120,4 +121,4 @@
120
121
  "eslint --fix"
121
122
  ]
122
123
  }
123
- }
124
+ }