Skip to content

Commit

Permalink
chore: version pinning (#157)
Browse files Browse the repository at this point in the history
version pinning
  • Loading branch information
dvdanielamoitzi authored Feb 29, 2024
1 parent f54a370 commit 96da268
Show file tree
Hide file tree
Showing 4 changed files with 19,205 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ node_modules/
/cypress/screenshots/
package-lock.json
/dist/
/yarn.lock
!yarn.lock
# yarn
.pnp.*
.yarn/*
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,9 @@
"dist"
],
"dependencies": {
"ordino": "git+ssh://[email protected]:Caleydo/ordino#develop",
"ordino": "git+ssh://[email protected]:Caleydo/ordino#semver:^14.0.0",
"react-router-dom": "^5.2.0",
"tdp_core": "git+ssh://[email protected]:datavisyn/tdp_core#develop",
"visyn_scripts": "git+ssh://[email protected]/datavisyn/visyn_scripts#develop"
"visyn_scripts": "^7.0.1"
},
"devDependencies": {
"@types/react-router-dom": "^5.1.7"
Expand Down
2 changes: 0 additions & 2 deletions src/phovea_registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ 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 'ordino/dist/phovea_registry';
// self
PluginRegistry.getInstance().register('ordino_public', reg);
Loading

0 comments on commit 96da268

Please sign in to comment.