Skip to content

Commit 742088c

Browse files
committed
examples dependencies
1 parent 0df246c commit 742088c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

examples/columns/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"build": "parcel build index.html"
1010
},
1111
"dependencies": {
12-
"@activewidgets/react": "0.0.10",
12+
"@activewidgets/examples": "*",
13+
"@activewidgets/react": "*",
1314
"react": "^16",
1415
"react-dom": "^16"
1516
},

examples/demo/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"build": "parcel build index.html"
1010
},
1111
"dependencies": {
12-
"@activewidgets/react": "0.0.10",
12+
"@activewidgets/examples": "*",
13+
"@activewidgets/options": "*",
14+
"@activewidgets/react": "*",
1315
"react": "^16",
1416
"react-dom": "^16"
1517
},

examples/events/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"build": "parcel build index.html"
1010
},
1111
"dependencies": {
12-
"@activewidgets/react": "0.0.10",
12+
"@activewidgets/examples": "*",
13+
"@activewidgets/react": "*",
1314
"react": "^16",
1415
"react-dom": "^16"
1516
},

examples/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "parcel build index.html"
1010
},
1111
"dependencies": {
12-
"@activewidgets/react": "0.0.10",
12+
"@activewidgets/react": "*",
1313
"react": "^16",
1414
"react-dom": "^16"
1515
},

0 commit comments

Comments
 (0)