Skip to content

Commit

Permalink
ta-json now as proper forked NPM package, see readium/r2-testapp-js#10
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Oct 2, 2018
1 parent 7d9bae3 commit 9c3fade
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 82 deletions.
125 changes: 56 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,18 @@
"ping": "github:danielzzz/node-ping#1601458126cc1dd0c31db8150f2e6b2a40570a7f",
"portfinder": "^1.0.17",
"pouchdb-core": "6.*.*",
"r2-lcp-js": "^1.0.0-alpha.4",
"r2-navigator-js": "^1.0.0-alpha.5",
"r2-opds-js": "^1.0.0-alpha.4",
"r2-shared-js": "^1.0.0-alpha.4",
"r2-streamer-js": "^1.0.0-alpha.4",
"r2-utils-js": "^1.0.0-alpha.4",
"r2-lcp-js": "^1.0.0-alpha.6",
"r2-navigator-js": "^1.0.0-alpha.6",
"r2-opds-js": "^1.0.0-alpha.5",
"r2-shared-js": "^1.0.0-alpha.5",
"r2-streamer-js": "^1.0.0-alpha.5",
"r2-utils-js": "^1.0.0-alpha.6",
"react": "^16.5.2",
"react-card-flip": "^0.2.1",
"react-dom": "^16.5.2",
"react-dropdown": "^1.6.2",
"react-dropzone": "4.2.11",
"react-focus-lock": "^1.13.2",
"react-focus-lock": "^1.14.0",
"react-redux": "^5.0.7",
"react-tap-event-plugin": "^3.0.3",
"redux": "3.*.*",
Expand All @@ -153,7 +153,7 @@
"reflect-metadata": "^0.1.12",
"request": "^2.88.0",
"svg-sprite-loader": "^3.9.2",
"ta-json": "github:danielweck/ta-json#dist",
"ta-json-x": "^2.5.0",
"tmp": "^0.0.33",
"uuid": "^3.3.2",
"yauzl": "^2.10.0",
Expand All @@ -168,13 +168,13 @@
"@types/node": "8.*.*",
"@types/pouchdb-core": "^6.4.2",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.7",
"@types/react-dom": "^16.0.8",
"@types/react-dropzone": "^4.2.2",
"@types/react-redux": "5.*.*",
"@types/redux": "^3.6.31",
"@types/request": "^2.47.1",
"@types/tmp": "^0.0.33",
"@types/uuid": "^3.4.3",
"@types/uuid": "^3.4.4",
"awesome-typescript-loader": "3.*.*",
"concurrently": "^4.0.1",
"copy-webpack-plugin": "^4.5.2",
Expand All @@ -191,7 +191,7 @@
"html-webpack-plugin": "2.*.*",
"ncp": "^2.0.0",
"node-loader": "^0.6.0",
"postcss": "^7.0.2",
"postcss": "^7.0.5",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.0",
"postcss-loader": "^3.0.0",
Expand All @@ -200,7 +200,7 @@
"redux-devtools-extension": "^2.13.5",
"style-loader": "^0.22.1",
"tslint": "^5.11.0",
"typescript": "^3.0.3",
"typescript": "^3.1.1",
"webpack": "3.*.*",
"webpack-dev-server": "2.*.*",
"webpack-node-externals": "^1.7.2"
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/ReaderApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ import {
setReadiumCssJsonGetter,
} from "@r2-navigator-js/electron/renderer/index";
import { ipcRenderer } from "electron";
import { JSON as TAJSON } from "ta-json";
import { JSON as TAJSON } from "ta-json-x";

import { webFrame } from "electron";

Expand Down

0 comments on commit 9c3fade

Please sign in to comment.