react-covideo-embed 1.0.32-test.0 → 1.0.33

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.
@@ -613,9 +613,9 @@ and limitations under the License.
613
613
 
614
614
  /**
615
615
  * @license React
616
- * react-is.production.js
616
+ * react-is.production.min.js
617
617
  *
618
- * Copyright (c) Meta Platforms, Inc. and affiliates.
618
+ * Copyright (c) Facebook, Inc. and its affiliates.
619
619
  *
620
620
  * This source code is licensed under the MIT license found in the
621
621
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-covideo-embed",
3
- "version": "1.0.32-test.0",
3
+ "version": "1.0.33",
4
4
  "private": false,
5
5
  "description": "Covideo platform as an embeddable React component.",
6
6
  "main": "./build/index.js",
@@ -12,6 +12,10 @@
12
12
  "build-storybook": "storybook build"
13
13
  },
14
14
  "author": "Covideo",
15
+ "peerDependencies": {
16
+ "react": "^16.0.0 || ^17.0.0",
17
+ "react-dom": "^16.0.0 || ^17.0.0"
18
+ },
15
19
  "devDependencies": {
16
20
  "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
17
21
  "@chromatic-com/storybook": "^1.2.23",