aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/todomvc/gradle/wrapper/gradle-wrapper.properties4
-rw-r--r--examples/todomvc/src/main/web/node_modules/todomvc-app-css/package.json21
-rw-r--r--examples/todomvc/src/main/web/node_modules/todomvc-common/package.json21
-rw-r--r--examples/todomvc/src/main/web/package.json4
4 files changed, 28 insertions, 22 deletions
diff --git a/examples/todomvc/gradle/wrapper/gradle-wrapper.properties b/examples/todomvc/gradle/wrapper/gradle-wrapper.properties
index 9f53b3e5..6798e758 100644
--- a/examples/todomvc/gradle/wrapper/gradle-wrapper.properties
+++ b/examples/todomvc/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Mon Jan 22 09:38:31 CET 2018
+#Wed Jan 31 23:15:29 CET 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip
diff --git a/examples/todomvc/src/main/web/node_modules/todomvc-app-css/package.json b/examples/todomvc/src/main/web/node_modules/todomvc-app-css/package.json
index 72831e7b..da589f16 100644
--- a/examples/todomvc/src/main/web/node_modules/todomvc-app-css/package.json
+++ b/examples/todomvc/src/main/web/node_modules/todomvc-app-css/package.json
@@ -1,26 +1,31 @@
{
- "_from": "todomvc-app-css@^2.0.0",
+ "_args": [
+ [
+ "todomvc-app-css@2.1.0",
+ "/home/rjaros/git/kvision/examples/todomvc/src/main/web"
+ ]
+ ],
+ "_from": "todomvc-app-css@2.1.0",
"_id": "todomvc-app-css@2.1.0",
"_inBundle": false,
"_integrity": "sha1-tvJxbTOa+i5feZNH0qSLBTliQqU=",
"_location": "/todomvc-app-css",
"_phantomChildren": {},
"_requested": {
- "type": "range",
+ "type": "version",
"registry": true,
- "raw": "todomvc-app-css@^2.0.0",
+ "raw": "todomvc-app-css@2.1.0",
"name": "todomvc-app-css",
"escapedName": "todomvc-app-css",
- "rawSpec": "^2.0.0",
+ "rawSpec": "2.1.0",
"saveSpec": null,
- "fetchSpec": "^2.0.0"
+ "fetchSpec": "2.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/todomvc-app-css/-/todomvc-app-css-2.1.0.tgz",
- "_shasum": "b6f2716d339afa2e5f799347d2a48b05396242a5",
- "_spec": "todomvc-app-css@^2.0.0",
+ "_spec": "2.1.0",
"_where": "/home/rjaros/git/kvision/examples/todomvc/src/main/web",
"author": {
"name": "Sindre Sorhus",
@@ -30,8 +35,6 @@
"bugs": {
"url": "https://github.com/tastejs/todomvc-app-css/issues"
},
- "bundleDependencies": false,
- "deprecated": false,
"description": "CSS for TodoMVC apps",
"files": [
"index.css"
diff --git a/examples/todomvc/src/main/web/node_modules/todomvc-common/package.json b/examples/todomvc/src/main/web/node_modules/todomvc-common/package.json
index a267618e..59ffd142 100644
--- a/examples/todomvc/src/main/web/node_modules/todomvc-common/package.json
+++ b/examples/todomvc/src/main/web/node_modules/todomvc-common/package.json
@@ -1,26 +1,31 @@
{
- "_from": "todomvc-common@^1.0.0",
+ "_args": [
+ [
+ "todomvc-common@1.0.4",
+ "/home/rjaros/git/kvision/examples/todomvc/src/main/web"
+ ]
+ ],
+ "_from": "todomvc-common@1.0.4",
"_id": "todomvc-common@1.0.4",
"_inBundle": false,
"_integrity": "sha512-AA0Z4exovEqubhbZCrzzn9roVT4zvOncS319p2zIc4CsNe5B9TLL7Sei1NIV6d+WrgR5rOi+y0I9Y6GE7xgNOw==",
"_location": "/todomvc-common",
"_phantomChildren": {},
"_requested": {
- "type": "range",
+ "type": "version",
"registry": true,
- "raw": "todomvc-common@^1.0.0",
+ "raw": "todomvc-common@1.0.4",
"name": "todomvc-common",
"escapedName": "todomvc-common",
- "rawSpec": "^1.0.0",
+ "rawSpec": "1.0.4",
"saveSpec": null,
- "fetchSpec": "^1.0.0"
+ "fetchSpec": "1.0.4"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/todomvc-common/-/todomvc-common-1.0.4.tgz",
- "_shasum": "23099af886c2f0525bfd4537e078f12d0074309e",
- "_spec": "todomvc-common@^1.0.0",
+ "_spec": "1.0.4",
"_where": "/home/rjaros/git/kvision/examples/todomvc/src/main/web",
"author": {
"name": "TasteJS"
@@ -28,8 +33,6 @@
"bugs": {
"url": "https://github.com/tastejs/todomvc-common/issues"
},
- "bundleDependencies": false,
- "deprecated": false,
"description": "Common TodoMVC utilities used by our apps",
"files": [
"base.js",
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"
}
}