Skip to content

Commit 34a512f

Browse files
author
brucou
committed
fix(examples): updated NestedRoutingDemo to @rxcc
1 parent 08d03f8 commit 34a512f

File tree

11 files changed

+341
-107
lines changed

11 files changed

+341
-107
lines changed

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.6",
79+
"@rxcc/components": "^0.3.9",
8080
"@rxcc/contracts": "^0.1.10",
8181
"@rxcc/drivers": "~0.1.8",
8282
"@rxcc/testing": "^0.1.2",
83-
"@rxcc/utils": "^0.1.4"
83+
"@rxcc/utils": "^0.1.5"
8484
}
8585
}

examples/ForEachListDemo/package-lock.json

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

examples/ForEachListDemo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
"localforage": "^1.5.0",
6464
"snabbdom": "0.6.7",
6565
"pretty-format": "^22.1.0",
66-
"@rxcc/components": "^0.3.6",
66+
"@rxcc/components": "^0.3.9",
6767
"@rxcc/contracts": "^0.1.10",
6868
"@rxcc/drivers": "~0.1.8",
6969
"@rxcc/testing": "^0.1.2",
70-
"@rxcc/utils": "^0.1.4"
70+
"@rxcc/utils": "^0.1.5"
7171
}
7272
}

0 commit comments

Comments
 (0)