Skip to content

Commit

Permalink
Lerna link convert
Browse files Browse the repository at this point in the history
  • Loading branch information
pshrmn committed Mar 8, 2019
1 parent 350819c commit a093a5e
Show file tree
Hide file tree
Showing 27 changed files with 64 additions and 64 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": "2.0.0-alpha.2",
"@curi/router": "2.0.0-beta.1",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^2.0.0-beta.1",
"react": "^16.8.0-alpha.1",
"react-dom": "^16.8.0-alpha.1"
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": "2.0.0-alpha.2",
"@curi/router": "2.0.0-beta.1",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^2.0.0-beta.1",
"@hickory/in-memory": "2.0.0-beta.1",
"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": "2.0.0-alpha.2",
"@curi/router": "2.0.0-beta.1",
"@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": "^2.0.0-beta.1",
"react": "^16.8.0-alpha.1",
"react-dom": "^16.8.0-alpha.1"
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": "2.0.0-alpha.2",
"@curi/router": "2.0.0-beta.1",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^2.0.0-beta.1",
"react": "^16.8.0-alpha.1",
"react-dom": "^16.8.0-alpha.1"
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": "2.0.0-alpha.2",
"@curi/router": "2.0.0-beta.1",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^2.0.0-beta.1",
"react": "^16.8.0-alpha.1",
"react-dom": "^16.8.0-alpha.1"
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": "2.0.0-alpha.2",
"@curi/route-active": "2.0.0-alpha.1",
"@curi/router": "2.0.0-beta.1",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/route-active": "file:../../../packages/interactions/route-active",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^2.0.0-beta.1",
"react": "^16.8.0-alpha.1",
"react-dom": "^16.8.0-alpha.1"
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": "2.0.0-alpha.2",
"@curi/route-prefetch": "2.0.0-alpha.0",
"@curi/router": "2.0.0-beta.1",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/route-prefetch": "file:../../../packages/interactions/route-prefetch",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^2.0.0-beta.1",
"react": "^16.8.0-alpha.1",
"react-dom": "^16.8.0-alpha.1",
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": "2.0.0-alpha.2",
"@curi/router": "2.0.0-beta.1",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^2.0.0-beta.1",
"react": "^16.8.0-alpha.1",
"react-dom": "^16.8.0-alpha.1"
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": "2.0.0-alpha.2",
"@curi/route-ancestors": "1.1.0",
"@curi/router": "2.0.0-beta.1",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/route-ancestors": "file:../../../packages/interactions/route-ancestors",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^2.0.0-beta.1",
"react": "^16.8.0-alpha.1",
"react-dom": "^16.8.0-alpha.1"
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": "2.0.0-alpha.2",
"@curi/route-prefetch": "2.0.0-alpha.0",
"@curi/router": "2.0.0-beta.1",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/route-prefetch": "file:../../../packages/interactions/route-prefetch",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^2.0.0-beta.1",
"react": "^16.8.0-alpha.1",
"react-dom": "^16.8.0-alpha.1"
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": "2.0.0-alpha.2",
"@curi/router": "2.0.0-beta.1",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^2.0.0-beta.1",
"react": "^16.8.0-alpha.1",
"react-dom": "^16.8.0-alpha.1"
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": "2.0.0-alpha.2",
"@curi/router": "2.0.0-beta.1",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^2.0.0-beta.1",
"prop-types": "^15.6.0",
"react": "^16.8.0-alpha.1",
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": "2.0.0-alpha.2",
"@curi/router": "2.0.0-beta.1",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^2.0.0-beta.1",
"qs": "^6.4.0",
"react": "^16.8.0-alpha.1",
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": "2.0.0-alpha.2",
"@curi/router": "2.0.0-beta.1",
"@curi/react-dom": "file:../../../packages/react-dom",
"@curi/router": "file:../../../packages/router",
"@hickory/browser": "^2.0.0-beta.1",
"react": "^16.8.0-alpha.1",
"react-dom": "^16.8.0-alpha.1",
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": "2.0.0-alpha.1",
"@curi/router": "2.0.0-beta.1",
"@curi/svelte": "1.0.0-beta.13",
"@curi/route-active": "file:../../../packages/interactions/route-active",
"@curi/router": "file:../../../packages/router",
"@curi/svelte": "file:../../../packages/svelte",
"@hickory/browser": "^2.0.0-alpha.1"
}
}
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": "2.0.0-alpha.0",
"@curi/router": "2.0.0-beta.1",
"@curi/svelte": "1.0.0-beta.13",
"@curi/route-prefetch": "file:../../../packages/interactions/route-prefetch",
"@curi/router": "file:../../../packages/router",
"@curi/svelte": "file:../../../packages/svelte",
"@hickory/browser": "^2.0.0-beta.1",
"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": "2.0.0-beta.1",
"@curi/svelte": "1.0.0-beta.13",
"@curi/router": "file:../../../packages/router",
"@curi/svelte": "file:../../../packages/svelte",
"@hickory/browser": "^2.0.0-alpha.1"
}
}
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": "2.0.0-beta.1",
"@curi/svelte": "1.0.0-beta.13",
"@curi/route-ancestors": "file:../../../packages/interactions/route-ancestors",
"@curi/router": "file:../../../packages/router",
"@curi/svelte": "file:../../../packages/svelte",
"@hickory/browser": "^2.0.0-alpha.1"
}
}
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": "2.0.0-beta.1",
"@curi/svelte": "1.0.0-beta.13",
"@curi/router": "file:../../../packages/router",
"@curi/svelte": "file:../../../packages/svelte",
"@hickory/browser": "^2.0.0-beta.1",
"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": "2.0.0-beta.1",
"@curi/vue": "1.0.0-beta.26",
"@curi/router": "file:../../../packages/router",
"@curi/vue": "file:../../../packages/vue",
"@hickory/browser": "^2.0.0-beta.1",
"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": "2.0.0-alpha.1",
"@curi/router": "2.0.0-beta.1",
"@curi/vue": "1.0.0-beta.26",
"@curi/route-active": "file:../../../packages/interactions/route-active",
"@curi/router": "file:../../../packages/router",
"@curi/vue": "file:../../../packages/vue",
"@hickory/browser": "^2.0.0-beta.1",
"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": "2.0.0-beta.1",
"@curi/vue": "1.0.0-beta.26",
"@curi/router": "file:../../../packages/router",
"@curi/vue": "file:../../../packages/vue",
"@hickory/browser": "^2.0.0-beta.1",
"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": "2.0.0-beta.1",
"@curi/vue": "1.0.0-beta.26",
"@curi/router": "file:../../../packages/router",
"@curi/vue": "file:../../../packages/vue",
"@hickory/browser": "^2.0.0-beta.1",
"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": "2.0.0-beta.1",
"@curi/vue": "1.0.0-beta.26",
"@curi/route-ancestors": "file:../../../packages/interactions/route-ancestors",
"@curi/router": "file:../../../packages/router",
"@curi/vue": "file:../../../packages/vue",
"@hickory/browser": "^2.0.0-beta.1",
"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": "2.0.0-beta.1",
"@curi/vue": "1.0.0-beta.26",
"@curi/router": "file:../../../packages/router",
"@curi/vue": "file:../../../packages/vue",
"@hickory/browser": "^2.0.0-beta.1",
"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": "2.0.0-beta.1",
"@curi/vue": "1.0.0-beta.26",
"@curi/router": "file:../../../packages/router",
"@curi/vue": "file:../../../packages/vue",
"@hickory/browser": "^2.0.0-beta.1",
"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": "2.0.0-beta.1",
"@curi/vue": "1.0.0-beta.26",
"@curi/router": "file:../../../packages/router",
"@curi/vue": "file:../../../packages/vue",
"@hickory/browser": "^2.0.0-beta.1",
"vue": "^2.5.22"
}
Expand Down

0 comments on commit a093a5e

Please sign in to comment.