@equinor/echo-components 0.2.2 → 0.3.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/CHANGELOG.md +4 -3
- package/dist/index.js +259 -38
- package/package.json +50 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/echo-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Package for creating echo related components.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -12,6 +12,10 @@
|
|
|
12
12
|
"echo-publish": "npm publish --access public",
|
|
13
13
|
"echo-publish-next": "npm publish --access public --tag next",
|
|
14
14
|
"echo-test": "jest",
|
|
15
|
+
"echo-update": "echo-update",
|
|
16
|
+
"echo-update-version": "echo-update -v",
|
|
17
|
+
"echo-update-next": "echo-update -c",
|
|
18
|
+
"echo-update-all": "echo-update -a",
|
|
15
19
|
"test": "jest --watchAll",
|
|
16
20
|
"test-coverage": "jest --coverage --watchAll",
|
|
17
21
|
"patch": "npm version patch",
|
|
@@ -24,78 +28,81 @@
|
|
|
24
28
|
"author": "Echo Core",
|
|
25
29
|
"license": "MIT",
|
|
26
30
|
"peerDependencies": {
|
|
27
|
-
"@equinor/echo-utils": "^0.2.
|
|
28
|
-
"@equinor/eds-core-react": "^0.
|
|
31
|
+
"@equinor/echo-utils": "^0.2.7",
|
|
32
|
+
"@equinor/eds-core-react": "^0.17.0",
|
|
29
33
|
"react": "^17.0.2",
|
|
30
34
|
"react-dom": "^17.0.2",
|
|
31
|
-
"styled-components": "^5.3.
|
|
35
|
+
"styled-components": "^5.3.3"
|
|
32
36
|
},
|
|
33
37
|
"dependencies": {
|
|
34
|
-
"@equinor/eds-icons": "^0.
|
|
38
|
+
"@equinor/eds-icons": "^0.10.0",
|
|
39
|
+
"react-datepicker": "^4.6.0",
|
|
35
40
|
"react-sortablejs": "^6.0.0"
|
|
36
41
|
},
|
|
37
42
|
"devDependencies": {
|
|
38
|
-
"@babel/core": "^7.16.
|
|
39
|
-
"@babel/preset-env": "^7.16.
|
|
40
|
-
"@babel/preset-react": "^7.16.
|
|
41
|
-
"@babel/preset-typescript": "^7.16.
|
|
42
|
-
"@equinor/echo-
|
|
43
|
-
"@equinor/
|
|
44
|
-
"@
|
|
43
|
+
"@babel/core": "^7.16.12",
|
|
44
|
+
"@babel/preset-env": "^7.16.11",
|
|
45
|
+
"@babel/preset-react": "^7.16.7",
|
|
46
|
+
"@babel/preset-typescript": "^7.16.7",
|
|
47
|
+
"@equinor/echo-update": "^1.3.0",
|
|
48
|
+
"@equinor/echo-utils": "^0.2.7",
|
|
49
|
+
"@equinor/eds-core-react": "^0.17.0",
|
|
50
|
+
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
45
51
|
"@rollup/plugin-typescript": "^8.3.0",
|
|
46
|
-
"@rollup/plugin-url": "^6.
|
|
47
|
-
"@storybook/addon-actions": "^6.
|
|
48
|
-
"@storybook/addon-
|
|
49
|
-
"@storybook/addon-
|
|
50
|
-
"@storybook/
|
|
52
|
+
"@rollup/plugin-url": "^6.1.0",
|
|
53
|
+
"@storybook/addon-actions": "^6.4.14",
|
|
54
|
+
"@storybook/addon-docs": "^6.4.14",
|
|
55
|
+
"@storybook/addon-essentials": "^6.4.14",
|
|
56
|
+
"@storybook/addon-links": "^6.4.14",
|
|
57
|
+
"@storybook/react": "^6.4.14",
|
|
51
58
|
"@svgr/rollup": "^5.5.0",
|
|
52
59
|
"@svgr/webpack": "^5.5.0",
|
|
53
|
-
"@testing-library/dom": "^8.11.
|
|
60
|
+
"@testing-library/dom": "^8.11.3",
|
|
54
61
|
"@testing-library/react": "^12.1.2",
|
|
55
|
-
"@types/jest": "^27.0
|
|
56
|
-
"@types/react": "^17.0.
|
|
57
|
-
"@types/react-datepicker": "^4.3.
|
|
58
|
-
"@types/react-test-renderer": "^17.0.
|
|
62
|
+
"@types/jest": "^27.4.0",
|
|
63
|
+
"@types/react": "^17.0.38",
|
|
64
|
+
"@types/react-datepicker": "^4.3.4",
|
|
65
|
+
"@types/react-test-renderer": "^17.0.1",
|
|
59
66
|
"@types/react-window": "^1.8.5",
|
|
60
|
-
"@types/sortablejs": "^1.10.
|
|
61
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
62
|
-
"@typescript-eslint/parser": "^5.
|
|
67
|
+
"@types/sortablejs": "^1.10.7",
|
|
68
|
+
"@typescript-eslint/eslint-plugin": "^5.10.1",
|
|
69
|
+
"@typescript-eslint/parser": "^5.10.1",
|
|
63
70
|
"babel-loader": "^8.2.3",
|
|
64
|
-
"css-loader": "^5.
|
|
65
|
-
"eslint": "^8.
|
|
71
|
+
"css-loader": "^5.2.7",
|
|
72
|
+
"eslint": "^8.7.0",
|
|
66
73
|
"eslint-config-prettier": "^8.3.0",
|
|
67
74
|
"eslint-plugin-prettier": "^4.0.0",
|
|
68
|
-
"eslint-plugin-react": "^7.
|
|
75
|
+
"eslint-plugin-react": "^7.28.0",
|
|
69
76
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
70
77
|
"identity-obj-proxy": "^3.0.0",
|
|
71
|
-
"jest": "^27.
|
|
78
|
+
"jest": "^27.4.7",
|
|
72
79
|
"jest-svg-transformer": "^1.0.0",
|
|
73
|
-
"postcss": "^8.
|
|
74
|
-
"postcss-loader": "^4.
|
|
75
|
-
"prettier": "^2.
|
|
80
|
+
"postcss": "^8.4.5",
|
|
81
|
+
"postcss-loader": "^4.3.0",
|
|
82
|
+
"prettier": "^2.5.1",
|
|
76
83
|
"react": "^17.0.2",
|
|
77
|
-
"react-datepicker": "^4.
|
|
84
|
+
"react-datepicker": "^4.6.0",
|
|
78
85
|
"react-dom": "^17.0.2",
|
|
79
86
|
"react-test-renderer": "^17.0.2",
|
|
80
87
|
"react-window": "^1.8.6",
|
|
81
|
-
"rollup": "^2.
|
|
88
|
+
"rollup": "^2.66.1",
|
|
82
89
|
"rollup-plugin-babel": "^4.4.0",
|
|
83
90
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
84
91
|
"rollup-plugin-delete": "^2.0.0",
|
|
85
|
-
"rollup-plugin-dts": "^4.0
|
|
92
|
+
"rollup-plugin-dts": "^4.1.0",
|
|
86
93
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
87
|
-
"rollup-plugin-postcss": "^4.0.
|
|
94
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
88
95
|
"rollup-plugin-typescript": "^1.0.1",
|
|
89
|
-
"rollup-plugin-typescript-paths": "^1.
|
|
90
|
-
"rollup-plugin-typescript2": "^0.31.
|
|
91
|
-
"rollup-plugin-web-worker-loader": "^1.6.
|
|
96
|
+
"rollup-plugin-typescript-paths": "^1.3.0",
|
|
97
|
+
"rollup-plugin-typescript2": "^0.31.1",
|
|
98
|
+
"rollup-plugin-web-worker-loader": "^1.6.1",
|
|
92
99
|
"sortablejs": "^1.14.0",
|
|
93
|
-
"storybook-css-modules-preset": "^1.
|
|
100
|
+
"storybook-css-modules-preset": "^1.1.1",
|
|
94
101
|
"style-loader": "^2.0.0",
|
|
95
102
|
"styled-components": "^5.3.3",
|
|
96
|
-
"ts-jest": "^27.
|
|
97
|
-
"typescript": "^4.5.
|
|
98
|
-
"worker-loader": "^3.0.
|
|
103
|
+
"ts-jest": "^27.1.3",
|
|
104
|
+
"typescript": "^4.5.5",
|
|
105
|
+
"worker-loader": "^3.0.8"
|
|
99
106
|
},
|
|
100
107
|
"files": [
|
|
101
108
|
"dist/"
|