Skip to content

Commit

Permalink
upgrade devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Oct 30, 2019
1 parent db56efe commit 62993ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion front/package.json
Expand Up @@ -15,7 +15,7 @@
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@ontola/link-devtools": "^1.0.1",
"@ontola/link-devtools": "^1.1.0",
"@ontola/memoized-hash-factory": "^1.0.1",
"@ontologies/core": "=1.5.2-strict-15",
"@ontologies/schema": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion front/src/App.tsx
Expand Up @@ -26,6 +26,6 @@ export default App;
if (typeof window !== 'undefined') {
window.LRS = LRS;
if (typeof (window as any).__REACT_DEVTOOLS_GLOBAL_HOOK__ !== 'undefined') {
(window as any).dev = new LinkDevTools('');
(window as any).dev = new LinkDevTools('', 'dev', LRS);
}
}
8 changes: 4 additions & 4 deletions front/yarn.lock
Expand Up @@ -1207,10 +1207,10 @@
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==

"@ontola/link-devtools@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@ontola/link-devtools/-/link-devtools-1.0.1.tgz#b92a75c1240c91abb852f6fc7ca9ff23379b8761"
integrity sha512-bKrYHpcL/lJMg2UQ7BB7NMKrtgXMtkjSCgFcPVNXvdneRI2ZCGw5cyVO27oG+IOlact74SkeYKUuVJePW5TH1w==
"@ontola/link-devtools@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@ontola/link-devtools/-/link-devtools-1.1.0.tgz#700ac6e9173b9311723d3133e5da880fe0e856a2"
integrity sha512-i5A7cBvKw1zvJM0JLNQyHgqRx+KmgVbSw6jJPyba0DJkE9HdGHCmPb2Ky5Pca9ab3SrOzR1uKDNuAj7nw/ytsQ==
dependencies:
type-zoo ">=3.4.1"

Expand Down

0 comments on commit 62993ff

Please sign in to comment.