Skip to content

Commit eebe3ca

Browse files
author
brucou
committed
fix(build): AllInDemo pass build
1 parent b047fc6 commit eebe3ca

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

drivers/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

drivers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rxcc/drivers",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "drivers for component combinators library",
55
"repository": {
66
"type": "git",

examples/AllInDemo/package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/AllInDemo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@
7676
"snabbdom": "0.6.7",
7777
"snabbdom-to-html": "^3.1.1",
7878
"standard-error": "^1.1.0",
79-
"@rxcc/components": "^0.3.5",
79+
"@rxcc/components": "^0.3.6",
8080
"@rxcc/debug": "^0.1.7",
8181
"@rxcc/contracts": "^0.1.9",
82-
"@rxcc/drivers": "0.1.5",
82+
"@rxcc/drivers": "~0.1.6",
8383
"@rxcc/helpers": "^0.1.3",
8484
"@rxcc/testing": "^0.1.2",
8585
"@rxcc/utils": "^0.1.2"

0 commit comments

Comments
 (0)