@equinor/echo-components 0.1.17 → 0.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/echo-components",
3
- "version": "0.1.17",
3
+ "version": "0.2.2",
4
4
  "description": "Package for creating echo related components.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -24,74 +24,77 @@
24
24
  "author": "Echo Core",
25
25
  "license": "MIT",
26
26
  "peerDependencies": {
27
- "@equinor/echo-utils": "^0.2.1",
28
- "@equinor/eds-core-react": "^0.13.1",
27
+ "@equinor/echo-utils": "^0.2.2",
28
+ "@equinor/eds-core-react": "^0.14.3",
29
29
  "react": "^17.0.2",
30
30
  "react-dom": "^17.0.2",
31
31
  "styled-components": "^5.3.1"
32
32
  },
33
33
  "dependencies": {
34
+ "@equinor/eds-icons": "^0.8.0",
34
35
  "react-sortablejs": "^6.0.0"
35
36
  },
36
37
  "devDependencies": {
37
- "@babel/core": "^7.12.10",
38
- "@babel/preset-env": "^7.12.11",
39
- "@babel/preset-react": "^7.12.10",
40
- "@babel/preset-typescript": "^7.12.7",
41
- "@equinor/echo-utils": "^0.2.1",
42
- "@equinor/eds-core-react": "^0.13.1",
43
- "@rollup/plugin-node-resolve": "^11.1.0",
44
- "@rollup/plugin-typescript": "^8.0.0",
38
+ "@babel/core": "^7.16.0",
39
+ "@babel/preset-env": "^7.16.4",
40
+ "@babel/preset-react": "^7.16.0",
41
+ "@babel/preset-typescript": "^7.16.0",
42
+ "@equinor/echo-utils": "^0.2.2",
43
+ "@equinor/eds-core-react": "^0.14.3",
44
+ "@rollup/plugin-node-resolve": "^13.0.6",
45
+ "@rollup/plugin-typescript": "^8.3.0",
45
46
  "@rollup/plugin-url": "^6.0.0",
46
- "@storybook/addon-actions": "^6.1.14",
47
- "@storybook/addon-essentials": "^6.1.14",
48
- "@storybook/addon-links": "^6.1.14",
49
- "@storybook/react": "^6.1.14",
47
+ "@storybook/addon-actions": "^6.3.8",
48
+ "@storybook/addon-essentials": "^6.3.8",
49
+ "@storybook/addon-links": "^6.3.12",
50
+ "@storybook/react": "^6.3.8",
50
51
  "@svgr/rollup": "^5.5.0",
51
52
  "@svgr/webpack": "^5.5.0",
52
- "@testing-library/dom": "^7.29.4",
53
- "@testing-library/react": "^11.2.3",
54
- "@types/jest": "^26.0.20",
55
- "@types/react": "^17.0.0",
53
+ "@testing-library/dom": "^8.11.1",
54
+ "@testing-library/react": "^12.1.2",
55
+ "@types/jest": "^27.0.2",
56
+ "@types/react": "^17.0.35",
57
+ "@types/react-datepicker": "^4.3.2",
56
58
  "@types/react-test-renderer": "^17.0.0",
57
59
  "@types/react-window": "^1.8.5",
58
60
  "@types/sortablejs": "^1.10.6",
59
- "@typescript-eslint/eslint-plugin": "^2.34.0",
60
- "@typescript-eslint/parser": "^2.34.0",
61
- "babel-loader": "^8.2.2",
61
+ "@typescript-eslint/eslint-plugin": "^5.4.0",
62
+ "@typescript-eslint/parser": "^5.4.0",
63
+ "babel-loader": "^8.2.3",
62
64
  "css-loader": "^5.0.1",
63
- "eslint": "^6.6.0",
64
- "eslint-config-prettier": "^6.11.0",
65
- "eslint-plugin-prettier": "^3.1.4",
66
- "eslint-plugin-react": "^7.21.2",
67
- "eslint-plugin-react-hooks": "0.0.0-7f28234f8",
65
+ "eslint": "^8.2.0",
66
+ "eslint-config-prettier": "^8.3.0",
67
+ "eslint-plugin-prettier": "^4.0.0",
68
+ "eslint-plugin-react": "^7.27.0",
69
+ "eslint-plugin-react-hooks": "^4.3.0",
68
70
  "identity-obj-proxy": "^3.0.0",
69
- "jest": "^26.6.3",
71
+ "jest": "^27.3.1",
70
72
  "jest-svg-transformer": "^1.0.0",
71
- "postcss": "^8.2.4",
73
+ "postcss": "^8.3.11",
72
74
  "postcss-loader": "^4.1.0",
73
75
  "prettier": "^2.0.5",
74
76
  "react": "^17.0.2",
77
+ "react-datepicker": "^4.3.0",
75
78
  "react-dom": "^17.0.2",
76
79
  "react-test-renderer": "^17.0.2",
77
80
  "react-window": "^1.8.6",
78
- "rollup": "^2.34.1",
81
+ "rollup": "^2.60.0",
79
82
  "rollup-plugin-babel": "^4.4.0",
80
83
  "rollup-plugin-commonjs": "^10.1.0",
81
84
  "rollup-plugin-delete": "^2.0.0",
82
- "rollup-plugin-dts": "^2.0.0",
85
+ "rollup-plugin-dts": "^4.0.1",
83
86
  "rollup-plugin-node-resolve": "^5.2.0",
84
87
  "rollup-plugin-postcss": "^4.0.0",
85
88
  "rollup-plugin-typescript": "^1.0.1",
86
89
  "rollup-plugin-typescript-paths": "^1.2.2",
87
- "rollup-plugin-typescript2": "^0.29.0",
90
+ "rollup-plugin-typescript2": "^0.31.0",
88
91
  "rollup-plugin-web-worker-loader": "^1.6.0",
89
- "sortablejs": "^1.10.0",
92
+ "sortablejs": "^1.14.0",
90
93
  "storybook-css-modules-preset": "^1.0.5",
91
94
  "style-loader": "^2.0.0",
92
- "styled-components": "^5.2.1",
93
- "ts-jest": "^26.4.4",
94
- "typescript": "^4.1.2",
95
+ "styled-components": "^5.3.3",
96
+ "ts-jest": "^27.0.7",
97
+ "typescript": "^4.5.2",
95
98
  "worker-loader": "^3.0.7"
96
99
  },
97
100
  "files": [