@evergis/react 3.0.8 → 3.0.11

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -8,7 +8,7 @@ npm start # or yarn start
8
8
 
9
9
  This builds to `/dist` and runs the project in watch mode so any edits you save inside `src` causes a rebuild to `/dist`.
10
10
 
11
- Then run either example playground or storybook:
11
+ Then run either example playground or storybook.
12
12
 
13
13
  ### Storybook
14
14
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.0.8",
2
+ "version": "3.0.11",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -44,7 +44,7 @@
44
44
  "@babel/core": "^7.17.5",
45
45
  "@babel/plugin-transform-classes": "^7.16.7",
46
46
  "@babel/preset-env": "^7.16.11",
47
- "@evergis/api": "^4.0.7",
47
+ "@evergis/api": "^4.0.10",
48
48
  "@evergis/sgis": "0.5.0-alpha.68",
49
49
  "@storybook/addon-actions": "^6.4.18",
50
50
  "@storybook/addon-controls": "^6.4.18",
@@ -76,12 +76,12 @@
76
76
  },
77
77
  "dependencies": {
78
78
  "@evergis/color": "^1.0.0-alpha.1",
79
- "@evergis/condition": "^2.0.8",
80
- "@evergis/icons": "^2.0.7",
79
+ "@evergis/condition": "^2.0.11",
80
+ "@evergis/icons": "^2.0.10",
81
81
  "@svgdotjs/svg.js": "^3.1.2",
82
82
  "lodash": "^4.17.21",
83
83
  "punycode": "^2.1.1",
84
84
  "styled-components": "^5.3.5"
85
85
  },
86
- "gitHead": "a0f0d52e35a666cd69e879fabfbe82f1018c7ef9"
86
+ "gitHead": "b499244b6d2e790f396cca210e3de54e1780c357"
87
87
  }