@micromag/elements 0.3.98 → 0.3.105

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 (1) hide show
  1. package/package.json +30 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/elements",
3
- "version": "0.3.98",
3
+ "version": "0.3.105",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -51,39 +51,39 @@
51
51
  "prepare": "../../scripts/prepare-package.sh --scss"
52
52
  },
53
53
  "devDependencies": {
54
- "react": "^16.8.0 || ^17.0.0",
55
- "react-dom": "^16.8.0 || ^17.0.0"
54
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
55
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
56
56
  },
57
57
  "peerDependencies": {
58
- "react": "^16.8.0 || ^17.0.0",
59
- "react-dom": "^16.8.0 || ^17.0.0"
58
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
59
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
60
60
  },
61
61
  "dependencies": {
62
62
  "@babel/runtime": "^7.13.10",
63
- "@micromag/core": "^0.3.91",
64
- "@micromag/element-audio": "^0.3.91",
65
- "@micromag/element-background": "^0.3.91",
66
- "@micromag/element-button": "^0.3.91",
67
- "@micromag/element-call-to-action": "^0.3.98",
68
- "@micromag/element-checkbox": "^0.3.91",
69
- "@micromag/element-closed-captions": "^0.3.91",
70
- "@micromag/element-container": "^0.3.91",
71
- "@micromag/element-grid": "^0.3.91",
72
- "@micromag/element-heading": "^0.3.91",
73
- "@micromag/element-image": "^0.3.91",
74
- "@micromag/element-layout": "^0.3.91",
75
- "@micromag/element-link": "^0.3.91",
76
- "@micromag/element-map": "^0.3.91",
77
- "@micromag/element-media-controls": "^0.3.91",
78
- "@micromag/element-quote": "^0.3.91",
79
- "@micromag/element-scroll": "^0.3.91",
80
- "@micromag/element-stack": "^0.3.91",
81
- "@micromag/element-text": "^0.3.91",
82
- "@micromag/element-text-input": "^0.3.91",
83
- "@micromag/element-urbania-author": "^0.3.91",
84
- "@micromag/element-video": "^0.3.91",
85
- "@micromag/element-visual": "^0.3.91",
86
- "@micromag/element-webview": "^0.3.98",
63
+ "@micromag/core": "^0.3.105",
64
+ "@micromag/element-audio": "^0.3.105",
65
+ "@micromag/element-background": "^0.3.105",
66
+ "@micromag/element-button": "^0.3.105",
67
+ "@micromag/element-call-to-action": "^0.3.105",
68
+ "@micromag/element-checkbox": "^0.3.105",
69
+ "@micromag/element-closed-captions": "^0.3.105",
70
+ "@micromag/element-container": "^0.3.105",
71
+ "@micromag/element-grid": "^0.3.105",
72
+ "@micromag/element-heading": "^0.3.105",
73
+ "@micromag/element-image": "^0.3.105",
74
+ "@micromag/element-layout": "^0.3.105",
75
+ "@micromag/element-link": "^0.3.105",
76
+ "@micromag/element-map": "^0.3.105",
77
+ "@micromag/element-media-controls": "^0.3.105",
78
+ "@micromag/element-quote": "^0.3.105",
79
+ "@micromag/element-scroll": "^0.3.105",
80
+ "@micromag/element-stack": "^0.3.105",
81
+ "@micromag/element-text": "^0.3.105",
82
+ "@micromag/element-text-input": "^0.3.105",
83
+ "@micromag/element-urbania-author": "^0.3.105",
84
+ "@micromag/element-video": "^0.3.105",
85
+ "@micromag/element-visual": "^0.3.105",
86
+ "@micromag/element-webview": "^0.3.105",
87
87
  "classnames": "^2.2.6",
88
88
  "lodash": "^4.17.21",
89
89
  "prop-types": "^15.7.2"
@@ -91,5 +91,5 @@
91
91
  "publishConfig": {
92
92
  "access": "public"
93
93
  },
94
- "gitHead": "240a044625270e640a9df457eaf6c3b1edf3466e"
94
+ "gitHead": "fb6c28846c08f30c035ebbc162a4135b8b4d42a5"
95
95
  }