@equinor/echo-framework 0.10.9 → 0.11.0-rc3
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/components/pageMenu/pageMenuDrawerItem.d.ts +1 -0
- package/dist/components/prepview/common/info/section/longText/LongTextSection.d.ts +2 -1
- package/dist/components/prepview/notification/details/Details.d.ts +1 -1
- package/dist/components/prepview/panels/attachments/Attachments.d.ts +1 -2
- package/dist/components/prepview/panels/risk/Risk.d.ts +1 -2
- package/dist/components/prepview/punch/details/Details.d.ts +1 -1
- package/dist/components/prepview/types/attachment.d.ts +1 -1
- package/dist/components/prepview/types/notification.d.ts +2 -0
- package/dist/components/prepview/types/workorder.d.ts +3 -0
- package/dist/components/prepview/utils/url.d.ts +1 -0
- package/dist/components/prepview/workorder/details/Details.d.ts +1 -1
- package/dist/components/prepview/workorder/header/Header.d.ts +8 -0
- package/dist/components/prepview/workorder/header/index.d.ts +1 -0
- package/dist/coreApplication/BarComponents/TopBarContent.d.ts +5 -0
- package/dist/coreApplication/EchoContent.d.ts +1 -0
- package/dist/coreApplication/EchoToolBar.d.ts +3 -0
- package/dist/coreApplication/EchoTopBar.d.ts +3 -0
- package/dist/coreApplication/EchoUserInterfaceContextProvider.d.ts +5 -1
- package/dist/coreApplication/index.d.ts +2 -0
- package/dist/index.js +11 -2
- package/package.json +30 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/echo-framework",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0-rc3",
|
|
4
4
|
"description": "Modules and components for EchoWeb, utilizing EchoCore",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -44,67 +44,67 @@
|
|
|
44
44
|
"@equinor/eds-core-react": "^0.25.0",
|
|
45
45
|
"react": "^17.0.2",
|
|
46
46
|
"react-dom": "^17.0.2",
|
|
47
|
-
"react-router-dom": "^5.3.
|
|
48
|
-
"styled-components": "^5.3.
|
|
47
|
+
"react-router-dom": "^5.3.4",
|
|
48
|
+
"styled-components": "^5.3.6"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@babel/core": "^7.
|
|
52
|
-
"@babel/preset-env": "^7.
|
|
51
|
+
"@babel/core": "^7.20.2",
|
|
52
|
+
"@babel/preset-env": "^7.20.2",
|
|
53
53
|
"@babel/preset-react": "^7.18.6",
|
|
54
54
|
"@equinor/echo-base": "^0.6.21",
|
|
55
|
-
"@equinor/echo-components": "^0.5.
|
|
55
|
+
"@equinor/echo-components": "^0.5.7",
|
|
56
56
|
"@equinor/echo-core": "^0.7.0",
|
|
57
57
|
"@equinor/echo-scripts": "^0.1.5",
|
|
58
58
|
"@equinor/echo-search": "^0.13.11",
|
|
59
59
|
"@equinor/echo-update": "^1.3.1",
|
|
60
60
|
"@equinor/echo-utils": "^0.2.12",
|
|
61
61
|
"@equinor/eds-core-react": "^0.25.0",
|
|
62
|
-
"@modular-css/rollup": "^28.
|
|
62
|
+
"@modular-css/rollup": "^28.3.1",
|
|
63
63
|
"@rollup/plugin-babel": "^5.3.1",
|
|
64
64
|
"@rollup/plugin-commonjs": "^22.0.2",
|
|
65
65
|
"@rollup/plugin-image": "^2.1.1",
|
|
66
66
|
"@rollup/plugin-json": "^4.1.0",
|
|
67
67
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
68
|
-
"@rollup/plugin-typescript": "^8.
|
|
68
|
+
"@rollup/plugin-typescript": "^8.5.0",
|
|
69
69
|
"@rollup/plugin-url": "^7.0.0",
|
|
70
|
-
"@svgr/rollup": "^6.
|
|
70
|
+
"@svgr/rollup": "^6.5.1",
|
|
71
71
|
"@testing-library/react-hooks": "^8.0.1",
|
|
72
|
-
"@types/jest": "^28.1.
|
|
73
|
-
"@types/node": "^18.
|
|
74
|
-
"@types/react": "^17.0.
|
|
75
|
-
"@types/react-dom": "^17.0.
|
|
72
|
+
"@types/jest": "^28.1.8",
|
|
73
|
+
"@types/node": "^18.11.9",
|
|
74
|
+
"@types/react": "^17.0.52",
|
|
75
|
+
"@types/react-dom": "^17.0.18",
|
|
76
76
|
"@types/react-router-dom": "^5.3.3",
|
|
77
77
|
"@types/styled-components": "5.1.26",
|
|
78
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
79
|
-
"@typescript-eslint/parser": "^5.
|
|
78
|
+
"@typescript-eslint/eslint-plugin": "^5.44.0",
|
|
79
|
+
"@typescript-eslint/parser": "^5.44.0",
|
|
80
80
|
"@wessberg/rollup-plugin-ts": "^2.0.4",
|
|
81
|
-
"autoprefixer": "^10.4.
|
|
81
|
+
"autoprefixer": "^10.4.13",
|
|
82
82
|
"babel-jest": "^28.1.3",
|
|
83
|
-
"eslint": "^8.
|
|
83
|
+
"eslint": "^8.28.0",
|
|
84
84
|
"eslint-config-prettier": "^8.5.0",
|
|
85
85
|
"eslint-plugin-prettier": "^4.2.1",
|
|
86
|
-
"eslint-plugin-react": "^7.
|
|
86
|
+
"eslint-plugin-react": "^7.31.11",
|
|
87
87
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
88
88
|
"jest": "^28.1.3",
|
|
89
|
-
"jest-environment-jsdom": "^29.
|
|
90
|
-
"jest-expo": "^46.0.
|
|
91
|
-
"postcss": "^8.4.
|
|
89
|
+
"jest-environment-jsdom": "^29.3.1",
|
|
90
|
+
"jest-expo": "^46.0.2",
|
|
91
|
+
"postcss": "^8.4.19",
|
|
92
92
|
"postcss-assets": "^6.0.0",
|
|
93
93
|
"postcss-modules": "^4.3.1",
|
|
94
|
-
"prettier": "^2.
|
|
94
|
+
"prettier": "^2.8.0",
|
|
95
95
|
"react": "^17.0.2",
|
|
96
96
|
"react-dom": "^17.0.2",
|
|
97
|
-
"react-router-dom": "^5.3.
|
|
98
|
-
"rollup": "^2.
|
|
97
|
+
"react-router-dom": "^5.3.4",
|
|
98
|
+
"rollup": "^2.79.1",
|
|
99
99
|
"rollup-plugin-delete": "^2.0.0",
|
|
100
100
|
"rollup-plugin-postcss": "^4.0.2",
|
|
101
101
|
"rollup-plugin-terser": "^7.0.2",
|
|
102
102
|
"rollup-plugin-tslib-resolve-id": "^0.0.0",
|
|
103
|
-
"rollup-plugin-typescript-paths": "^1.
|
|
104
|
-
"rollup-plugin-typescript2": "^0.
|
|
105
|
-
"styled-components": "^5.3.
|
|
106
|
-
"ts-jest": "^28.0.
|
|
107
|
-
"tslib": "^2.4.
|
|
103
|
+
"rollup-plugin-typescript-paths": "^1.4.0",
|
|
104
|
+
"rollup-plugin-typescript2": "^0.34.1",
|
|
105
|
+
"styled-components": "^5.3.6",
|
|
106
|
+
"ts-jest": "^28.0.8",
|
|
107
|
+
"tslib": "^2.4.1",
|
|
108
108
|
"typescript": "=4.7.4"
|
|
109
109
|
},
|
|
110
110
|
"compilerOptions": {
|
|
@@ -118,6 +118,6 @@
|
|
|
118
118
|
"npm": ">=7.0.0"
|
|
119
119
|
},
|
|
120
120
|
"dependencies": {
|
|
121
|
-
"@microsoft/signalr": "^6.0.
|
|
121
|
+
"@microsoft/signalr": "^6.0.11"
|
|
122
122
|
}
|
|
123
123
|
}
|