@equinor/echo-framework 0.11.8 → 0.12.0
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/dist/index.js +6 -6
- package/package.json +25 -23
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/echo-framework",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"description": "Modules and components for EchoWeb, utilizing EchoCore",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"source": "src/index.ts",
|
|
8
8
|
"repository": "https://github.com/equinor/EchoFramework.git",
|
|
9
|
-
"author": "Echo
|
|
9
|
+
"author": "Echo Framework",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"private": false,
|
|
12
12
|
"scripts": {
|
|
@@ -36,14 +36,15 @@
|
|
|
36
36
|
"re-yalc": "npm run build && yalc push --sig"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@equinor/echo-base": ">=0.6.12 < 0.7.0",
|
|
40
|
-
"@equinor/echo-components": ">=0.
|
|
41
|
-
"@equinor/echo-core": ">=0.
|
|
42
|
-
"@equinor/echo-search": ">=0.
|
|
43
|
-
"@equinor/echo-utils": ">=0.
|
|
39
|
+
"@equinor/echo-base": ">= 0.6.12 < 0.7.0",
|
|
40
|
+
"@equinor/echo-components": ">= 0.6.0 < 0.7.0",
|
|
41
|
+
"@equinor/echo-core": ">= 0.8.0 < 0.9.0",
|
|
42
|
+
"@equinor/echo-search": ">= 0.14.0 < 0.15.0",
|
|
43
|
+
"@equinor/echo-utils": ">= 0.3.0 < 0.4.0",
|
|
44
44
|
"@equinor/eds-core-react": "^0.25.0",
|
|
45
|
-
"
|
|
46
|
-
"react
|
|
45
|
+
"@equinor/eds-icons": "^0.17.0",
|
|
46
|
+
"react": ">= 17.0.2",
|
|
47
|
+
"react-dom": ">= 17.0.2",
|
|
47
48
|
"react-router-dom": "^5.3.4",
|
|
48
49
|
"styled-components": "^5.3.6"
|
|
49
50
|
},
|
|
@@ -52,13 +53,14 @@
|
|
|
52
53
|
"@babel/preset-env": "^7.20.2",
|
|
53
54
|
"@babel/preset-react": "^7.18.6",
|
|
54
55
|
"@equinor/echo-base": "^0.6.22",
|
|
55
|
-
"@equinor/echo-components": "^0.
|
|
56
|
-
"@equinor/echo-core": "^0.
|
|
56
|
+
"@equinor/echo-components": "^0.6.0",
|
|
57
|
+
"@equinor/echo-core": "^0.8.0",
|
|
57
58
|
"@equinor/echo-scripts": "^0.1.5",
|
|
58
|
-
"@equinor/echo-search": "^0.
|
|
59
|
+
"@equinor/echo-search": "^0.14.0",
|
|
59
60
|
"@equinor/echo-update": "^1.3.1",
|
|
60
|
-
"@equinor/echo-utils": "^0.
|
|
61
|
+
"@equinor/echo-utils": "^0.3.0",
|
|
61
62
|
"@equinor/eds-core-react": "^0.25.0",
|
|
63
|
+
"@equinor/eds-icons": "^0.17.0",
|
|
62
64
|
"@modular-css/rollup": "^28.3.2",
|
|
63
65
|
"@rollup/plugin-babel": "^5.3.1",
|
|
64
66
|
"@rollup/plugin-commonjs": "^22.0.2",
|
|
@@ -68,11 +70,11 @@
|
|
|
68
70
|
"@rollup/plugin-typescript": "^8.5.0",
|
|
69
71
|
"@rollup/plugin-url": "^7.0.0",
|
|
70
72
|
"@svgr/rollup": "^6.5.1",
|
|
71
|
-
"@testing-library/react
|
|
73
|
+
"@testing-library/react": "^13.4.0",
|
|
72
74
|
"@types/jest": "^29.4.0",
|
|
73
75
|
"@types/node": "^18.11.18",
|
|
74
|
-
"@types/react": "^
|
|
75
|
-
"@types/react-dom": "^
|
|
76
|
+
"@types/react": "^18.0.27",
|
|
77
|
+
"@types/react-dom": "^18.0.10",
|
|
76
78
|
"@types/react-router-dom": "^5.3.3",
|
|
77
79
|
"@types/styled-components": "5.1.26",
|
|
78
80
|
"@typescript-eslint/eslint-plugin": "^5.49.0",
|
|
@@ -92,8 +94,8 @@
|
|
|
92
94
|
"postcss-assets": "^6.0.0",
|
|
93
95
|
"postcss-modules": "^4.3.1",
|
|
94
96
|
"prettier": "^2.8.3",
|
|
95
|
-
"react": "^
|
|
96
|
-
"react-dom": "^
|
|
97
|
+
"react": "^18.2.0",
|
|
98
|
+
"react-dom": "^18.2.0",
|
|
97
99
|
"react-router-dom": "^5.3.4",
|
|
98
100
|
"rollup": "^2.79.1",
|
|
99
101
|
"rollup-plugin-delete": "^2.0.0",
|
|
@@ -108,6 +110,11 @@
|
|
|
108
110
|
"typescript": "=4.9.4",
|
|
109
111
|
"user-agent-data-types": "^0.3.0"
|
|
110
112
|
},
|
|
113
|
+
"dependencies": {
|
|
114
|
+
"@microsoft/signalr": "^6.0.13",
|
|
115
|
+
"immer": "^9.0.19",
|
|
116
|
+
"zustand": "^4.3.2"
|
|
117
|
+
},
|
|
111
118
|
"compilerOptions": {
|
|
112
119
|
"declaration": true
|
|
113
120
|
},
|
|
@@ -117,10 +124,5 @@
|
|
|
117
124
|
"engines": {
|
|
118
125
|
"node": ">=16.8.0",
|
|
119
126
|
"npm": ">=7.0.0"
|
|
120
|
-
},
|
|
121
|
-
"dependencies": {
|
|
122
|
-
"@microsoft/signalr": "^6.0.13",
|
|
123
|
-
"immer": "^9.0.19",
|
|
124
|
-
"zustand": "^4.3.2"
|
|
125
127
|
}
|
|
126
128
|
}
|