diff options
Diffstat (limited to 'examples/todomvc/src/main/web/package.json')
-rw-r--r-- | examples/todomvc/src/main/web/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/todomvc/src/main/web/package.json b/examples/todomvc/src/main/web/package.json index e939a50f..67fbc7aa 100644 --- a/examples/todomvc/src/main/web/package.json +++ b/examples/todomvc/src/main/web/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "todomvc-app-css": "^2.0.0", - "todomvc-common": "^1.0.0" + "todomvc-app-css": "2.1.0", + "todomvc-common": "1.0.4" } } |