@gpa-gemstone/common-pages 0.0.114 → 0.0.116
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +9 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gpa-gemstone/common-pages",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.116",
|
4
4
|
"description": "Common UI pages for GPA products",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"types": "lib/index.d.ts",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"bugs": {"url": "https://github.com/GridProtectionAlliance/gpa-gemstone/issues"},
|
33
33
|
"homepage": "https://github.com/GridProtectionAlliance/gpa-gemstone#readme",
|
34
34
|
"devDependencies": {
|
35
|
-
"@types/crypto-js": "4.0
|
35
|
+
"@types/crypto-js": "^4.2.0",
|
36
36
|
"@types/jest": "^27.0.0",
|
37
37
|
"@types/jquery": "3.5.6",
|
38
38
|
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
@@ -44,14 +44,14 @@
|
|
44
44
|
"typescript": "5.5.3"
|
45
45
|
},
|
46
46
|
"dependencies": {
|
47
|
-
"@gpa-gemstone/application-typings": "0.0.
|
48
|
-
"@gpa-gemstone/gpa-symbols": "0.0.
|
49
|
-
"@gpa-gemstone/helper-functions": "0.0.
|
50
|
-
"@gpa-gemstone/react-forms": "1.1.
|
51
|
-
"@gpa-gemstone/react-interactive": "1.0.
|
52
|
-
"@gpa-gemstone/react-table": "1.2.
|
47
|
+
"@gpa-gemstone/application-typings": "0.0.76",
|
48
|
+
"@gpa-gemstone/gpa-symbols": "0.0.41",
|
49
|
+
"@gpa-gemstone/helper-functions": "0.0.34",
|
50
|
+
"@gpa-gemstone/react-forms": "1.1.71",
|
51
|
+
"@gpa-gemstone/react-interactive": "1.0.130",
|
52
|
+
"@gpa-gemstone/react-table": "1.2.52",
|
53
53
|
"@reduxjs/toolkit": "1.8.3",
|
54
|
-
"crypto-js": "4.
|
54
|
+
"crypto-js": "^4.2.0",
|
55
55
|
"moment": "^2.29.4",
|
56
56
|
"moment-timezone": "0.5.43",
|
57
57
|
"react": "^18.2.0",
|