Skip to content

Commit

Permalink
version pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdanielamoitzi committed Jan 17, 2024
1 parent 6982a91 commit 8ffdcb2
Show file tree
Hide file tree
Showing 4 changed files with 19,865 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ node_modules/
package-lock.json
/dist/

!yarn.lock

# yarn
.pnp.*
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
},
"dependencies": {
"canvas-confetti": "^1.5.1",
"coral": "git+ssh://[email protected]/Caleydo/coral#develop",
"ordino": "git+ssh://[email protected]/Caleydo/ordino#develop",
"coral": "git+ssh://[email protected]/Caleydo/coral#semver:^5.0.0",
"ordino": "git+ssh://[email protected]/Caleydo/ordino#semver:^14.0.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-router-dom": "^5.2.0",
"visyn_scripts": "git+ssh://[email protected]/datavisyn/visyn_scripts.git#develop"
"visyn_scripts": "^4.1.0"
},
"resolutions": {
"@types/react": "~18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions src/phovea_registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import reg from './phovea';
* build a registry by registering all phovea modules
*/
// other modules
import 'visyn_core/phovea_registry';
import 'tdp_core/dist/phovea_registry';
import 'coral/phovea_registry';
import 'ordino/dist/phovea_registry';

// self
PluginRegistry.getInstance().register('coral_public', reg);
Loading

0 comments on commit 8ffdcb2

Please sign in to comment.