@equinor/echo-components 0.2.4 → 0.3.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.2.4",
3
+ "version": "0.3.2",
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,80 +28,81 @@
24
28
  "author": "Echo Core",
25
29
  "license": "MIT",
26
30
  "peerDependencies": {
27
- "@equinor/echo-utils": "^0.2.2",
28
- "@equinor/eds-core-react": "^0.14.3",
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.1"
35
+ "styled-components": "^5.3.3"
32
36
  },
33
37
  "dependencies": {
34
- "@equinor/eds-icons": "^0.8.0",
35
- "react-datepicker": "^4.4.0",
38
+ "@equinor/eds-icons": "^0.10.0",
39
+ "react-datepicker": "^4.6.0",
36
40
  "react-sortablejs": "^6.0.0"
37
41
  },
38
42
  "devDependencies": {
39
- "@babel/core": "^7.16.5",
40
- "@babel/preset-env": "^7.16.5",
41
- "@babel/preset-react": "^7.16.5",
42
- "@babel/preset-typescript": "^7.16.5",
43
- "@equinor/echo-utils": "^0.2.3",
44
- "@equinor/eds-core-react": "^0.14.3",
45
- "@rollup/plugin-node-resolve": "^13.1.1",
43
+ "@babel/core": "^7.17.2",
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",
46
51
  "@rollup/plugin-typescript": "^8.3.0",
47
- "@rollup/plugin-url": "^6.0.0",
48
- "@storybook/addon-actions": "^6.4.9",
49
- "@storybook/addon-essentials": "^6.4.9",
50
- "@storybook/addon-links": "^6.4.9",
51
- "@storybook/addon-docs": "^6.4.9",
52
- "@storybook/react": "^6.4.9",
52
+ "@rollup/plugin-url": "^6.1.0",
53
+ "@storybook/addon-actions": "^6.4.18",
54
+ "@storybook/addon-docs": "^6.4.14",
55
+ "@storybook/addon-essentials": "^6.4.18",
56
+ "@storybook/addon-links": "^6.4.18",
57
+ "@storybook/react": "^6.4.18",
53
58
  "@svgr/rollup": "^5.5.0",
54
59
  "@svgr/webpack": "^5.5.0",
55
- "@testing-library/dom": "^8.11.1",
60
+ "@testing-library/dom": "^8.11.3",
56
61
  "@testing-library/react": "^12.1.2",
57
- "@types/jest": "^27.0.3",
58
- "@types/react": "^17.0.37",
59
- "@types/react-datepicker": "^4.3.2",
60
- "@types/react-test-renderer": "^17.0.0",
62
+ "@types/jest": "^27.4.0",
63
+ "@types/react": "^17.0.39",
64
+ "@types/react-datepicker": "^4.3.4",
65
+ "@types/react-test-renderer": "^17.0.1",
61
66
  "@types/react-window": "^1.8.5",
62
- "@types/sortablejs": "^1.10.6",
63
- "@typescript-eslint/eslint-plugin": "^5.7.0",
64
- "@typescript-eslint/parser": "^5.7.0",
67
+ "@types/sortablejs": "^1.10.7",
68
+ "@typescript-eslint/eslint-plugin": "^5.11.0",
69
+ "@typescript-eslint/parser": "^5.11.0",
65
70
  "babel-loader": "^8.2.3",
66
71
  "css-loader": "^5.2.7",
67
- "eslint": "^8.4.1",
72
+ "eslint": "^8.8.0",
68
73
  "eslint-config-prettier": "^8.3.0",
69
74
  "eslint-plugin-prettier": "^4.0.0",
70
- "eslint-plugin-react": "^7.27.1",
75
+ "eslint-plugin-react": "^7.28.0",
71
76
  "eslint-plugin-react-hooks": "^4.3.0",
72
77
  "identity-obj-proxy": "^3.0.0",
73
- "jest": "^27.4.5",
78
+ "jest": "^27.5.1",
74
79
  "jest-svg-transformer": "^1.0.0",
75
- "postcss": "^8.4.5",
80
+ "postcss": "^8.4.6",
76
81
  "postcss-loader": "^4.3.0",
77
82
  "prettier": "^2.5.1",
78
83
  "react": "^17.0.2",
79
- "react-datepicker": "^4.5.0",
84
+ "react-datepicker": "^4.6.0",
80
85
  "react-dom": "^17.0.2",
81
86
  "react-test-renderer": "^17.0.2",
82
87
  "react-window": "^1.8.6",
83
- "rollup": "^2.61.1",
88
+ "rollup": "^2.67.2",
84
89
  "rollup-plugin-babel": "^4.4.0",
85
90
  "rollup-plugin-commonjs": "^10.1.0",
86
91
  "rollup-plugin-delete": "^2.0.0",
87
- "rollup-plugin-dts": "^4.0.1",
92
+ "rollup-plugin-dts": "^4.1.0",
88
93
  "rollup-plugin-node-resolve": "^5.2.0",
89
94
  "rollup-plugin-postcss": "^4.0.2",
90
95
  "rollup-plugin-typescript": "^1.0.1",
91
- "rollup-plugin-typescript-paths": "^1.2.2",
92
- "rollup-plugin-typescript2": "^0.31.1",
93
- "rollup-plugin-web-worker-loader": "^1.6.0",
96
+ "rollup-plugin-typescript-paths": "^1.3.0",
97
+ "rollup-plugin-typescript2": "^0.31.2",
98
+ "rollup-plugin-web-worker-loader": "^1.6.1",
94
99
  "sortablejs": "^1.14.0",
95
- "storybook-css-modules-preset": "^1.0.5",
100
+ "storybook-css-modules-preset": "^1.1.1",
96
101
  "style-loader": "^2.0.0",
97
102
  "styled-components": "^5.3.3",
98
- "ts-jest": "^27.1.1",
99
- "typescript": "^4.5.4",
100
- "worker-loader": "^3.0.7"
103
+ "ts-jest": "^27.1.3",
104
+ "typescript": "^4.5.5",
105
+ "worker-loader": "^3.0.8"
101
106
  },
102
107
  "files": [
103
108
  "dist/"