react-iframe-plugin 0.0.1 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-iframe-plugin",
3
3
  "private": false,
4
- "version": "0.0.1",
4
+ "version": "0.0.3",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -11,7 +11,8 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "react": "^18.3.1",
14
- "react-dom": "^18.3.1"
14
+ "react-dom": "^18.3.1",
15
+ "react-iframe-plugin": "^0.0.2"
15
16
  },
16
17
  "devDependencies": {
17
18
  "@eslint/js": "^9.13.0",
@@ -29,7 +30,8 @@
29
30
  "dist"
30
31
  ],
31
32
  "peerDependencies": {
32
- "react": "^17.0.0 || ^18.0.0"
33
+ "react": "^17.0.0 || ^18.0.0",
34
+ "react-dom": "^17.0.0 || ^18.0.0"
33
35
  },
34
36
  "main": "dist/iframe-plugin.cjs.js",
35
37
  "module": "dist/iframe-plugin.es.js",