Skip to content

Commit

Permalink
(examples) Use file specs in dev branch [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
pshrmn committed Jan 31, 2019
1 parent 9393056 commit 6bb978e
Show file tree
Hide file tree
Showing 30 changed files with 69 additions and 68 deletions.
4 changes: 2 additions & 2 deletions examples/misc/code-splitting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/react-dom": "1.2.0",
"@curi/router": "1.1.0",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^1.0.0",
"react": "^16.5.0",
"react-dom": "^16.5.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/misc/server-rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"license": "MIT",
"dependencies": {
"@babel/register": "^7.0.0",
"@curi/react-dom": "1.2.0",
"@curi/router": "1.1.0",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^1.0.0",
"@hickory/in-memory": "^1.0.0",
"express": "^4.16.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/misc/side-effect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/react-dom": "1.2.0",
"@curi/router": "1.1.0",
"@curi/side-effect-title": "1.0.1",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@curi/side-effect-title": "file:../../../packages/side-effects/side-effect-title",
"@hickory/browser": "^1.0.0",
"react": "^16.5.0",
"react-dom": "^16.5.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/misc/updating-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/react-dom": "1.2.0",
"@curi/router": "1.1.0",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^1.0.0",
"react": "^16.5.0",
"react-dom": "^16.5.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/accessibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/react-dom": "1.2.0",
"@curi/router": "1.1.0",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^1.0.0",
"react": "^16.5.0",
"react-dom": "^16.5.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/react/active-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/react-dom": "1.2.0",
"@curi/route-active": "1.1.0",
"@curi/router": "1.1.0",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/route-active": "file:../../../packages/interactions/route-active",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^1.0.0",
"react": "^16.5.0",
"react-dom": "^16.5.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/react/async-nav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/react-dom": "1.2.0",
"@curi/route-prefetch": "1.1.0",
"@curi/router": "1.1.0",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/route-prefetch": "file:../../../packages/interactions/route-prefetch",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^1.0.0",
"react": "^16.5.0",
"react-dom": "^16.5.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/react-dom": "1.2.0",
"@curi/router": "1.1.0",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^1.0.0",
"react": "^16.5.0",
"react-dom": "^16.5.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/blocking-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/react-dom": "1.2.0",
"@curi/router": "1.1.0",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^1.0.0",
"react": "^16.5.0",
"react-dom": "^16.5.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/react/breadcrumbs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/react-dom": "1.2.0",
"@curi/route-ancestors": "1.1.0",
"@curi/router": "1.1.0",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/route-ancestors": "file:../../../packages/interactions/route-ancestors",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^1.0.0",
"react": "^16.5.0",
"react-dom": "^16.5.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/react/data-loading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/react-dom": "1.2.0",
"@curi/route-prefetch": "1.1.0",
"@curi/router": "1.1.0",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/route-prefetch": "file:../../../packages/interactions/route-prefetch",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^1.0.0",
"react": "^16.5.0",
"react-dom": "^16.5.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/react-dom": "1.2.0",
"@curi/router": "1.1.0",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^1.0.0",
"prop-types": "^15.6.0",
"react": "^16.5.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/multi-body/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/react-dom": "1.2.0",
"@curi/router": "1.1.0",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^1.0.0",
"prop-types": "^15.6.0",
"react": "^16.5.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/redirects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/react-dom": "1.2.0",
"@curi/router": "1.1.0",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^1.0.0",
"qs": "^6.4.0",
"react": "^16.5.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/transitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/react-dom": "1.2.0",
"@curi/router": "1.1.0",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^1.0.0",
"react": "^16.5.0",
"react-dom": "^16.5.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/svelte/active-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/route-active": "1.1.0",
"@curi/router": "1.1.0",
"@curi/svelte": "1.0.0-beta.12",
"@curi/route-active": "file:../../../packages/interactions/route-active",
"@curi/router": "file:../../../packages/router",
"@curi/svelte": "file:../../../packages/svelte",
"@hickory/browser": "^1.0.0"
}
}
6 changes: 3 additions & 3 deletions examples/svelte/async-nav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/route-prefetch": "1.1.0",
"@curi/router": "1.1.0",
"@curi/svelte": "1.0.0-beta.12",
"@curi/route-prefetch": "file:../../../packages/interactions/route-prefetch",
"@curi/router": "file:../../../packages/router",
"@curi/svelte": "file:../../../packages/svelte",
"@hickory/browser": "^1.0.0",
"svelte-spinner": "^1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/router": "1.1.0",
"@curi/svelte": "1.0.0-beta.12",
"@curi/router": "file:../../../packages/router",
"@curi/svelte": "file:../../../packages/svelte",
"@hickory/browser": "^1.0.0"
}
}
6 changes: 3 additions & 3 deletions examples/svelte/breadcrumbs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/route-ancestors": "1.1.0",
"@curi/router": "1.1.0",
"@curi/svelte": "1.0.0-beta.12",
"@curi/route-ancestors": "file:../../../packages/interactions/route-ancestors",
"@curi/router": "file:../../../packages/router",
"@curi/svelte": "file:../../../packages/svelte",
"@hickory/browser": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions examples/svelte/redirects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/router": "1.1.0",
"@curi/svelte": "1.0.0-beta.12",
"@curi/router": "file:../../../packages/router",
"@curi/svelte": "file:../../../packages/svelte",
"@hickory/browser": "^1.0.0",
"qs": "^6.4.0"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/accessibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/router": "1.1.0",
"@curi/vue": "1.0.0-beta.25",
"@curi/router": "file:../../../packages/router",
"@curi/vue": "file:../../../packages/vue",
"@hickory/browser": "^1.0.0",
"vue": "^2.5.22"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/vue/active-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/route-active": "1.1.0",
"@curi/router": "1.1.0",
"@curi/vue": "1.0.0-beta.25",
"@curi/route-active": "file:../../../packages/interactions/route-active",
"@curi/router": "file:../../../packages/router",
"@curi/vue": "file:../../../packages/vue",
"@hickory/browser": "^1.0.0",
"vue": "^2.5.22"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/async-nav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/router": "1.1.0",
"@curi/vue": "1.0.0-beta.25",
"@curi/router": "file:../../../packages/router",
"@curi/vue": "file:../../../packages/vue",
"@hickory/browser": "^1.0.0",
"epic-spinners": "^1.0.3",
"vue": "^2.5.22"
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/router": "1.1.0",
"@curi/vue": "1.0.0-beta.25",
"@curi/router": "file:../../../packages/router",
"@curi/vue": "file:../../../packages/vue",
"@hickory/browser": "^1.0.0",
"vue": "^2.5.22"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/blocking-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/router": "1.1.0",
"@curi/vue": "1.0.0-beta.25",
"@curi/router": "file:../../../packages/router",
"@curi/vue": "file:../../../packages/vue",
"@hickory/browser": "^1.0.0",
"vue": "^2.5.22"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/vue/breadcrumbs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/route-ancestors": "1.1.0",
"@curi/router": "1.1.0",
"@curi/vue": "1.0.0-beta.25",
"@curi/route-ancestors": "file:../../../packages/interactions/route-ancestors",
"@curi/router": "file:../../../packages/router",
"@curi/vue": "file:../../../packages/vue",
"@hickory/browser": "^1.0.0",
"vue": "^2.5.22"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/router": "1.1.0",
"@curi/vue": "1.0.0-beta.25",
"@curi/router": "file:../../../packages/router",
"@curi/vue": "file:../../../packages/vue",
"@hickory/browser": "^1.0.0",
"vue": "^2.5.22"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/redirects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/router": "1.1.0",
"@curi/vue": "1.0.0-beta.25",
"@curi/router": "file:../../../packages/router",
"@curi/vue": "file:../../../packages/vue",
"@hickory/browser": "^1.0.0",
"qs": "^6.4.0",
"vue": "^2.5.22",
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/transitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/router": "1.1.0",
"@curi/vue": "1.0.0-beta.25",
"@curi/router": "file:../../../packages/router",
"@curi/vue": "file:../../../packages/vue",
"@hickory/browser": "^1.0.0",
"vue": "^2.5.22"
}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@curi/route-active": "file:../interactions/route-active",
"@hickory/in-memory": "^1.0.2",
"@types/fs-extra": "^5.0.4",
"@types/jest": "^23.3.13",
Expand Down

0 comments on commit 6bb978e

Please sign in to comment.