Skip to content

Commit

Permalink
version pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdanielamoitzi committed Jan 18, 2024
1 parent 10585f0 commit 2791b10
Show file tree
Hide file tree
Showing 5 changed files with 18,616 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ node_modules/
*.css
package-lock.json
/dist/
/yarn.lock
!yarn.lock
# yarn
.pnp.*
.yarn/*
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"docker_packages.txt"
],
"dependencies": {
"tdp_core": "git+ssh://[email protected]:datavisyn/tdp_core#develop",
"visyn_scripts": "git+ssh://[email protected]/datavisyn/visyn_scripts#develop"
"tdp_core": "^23.0.1",
"visyn_scripts": "^7.0.1"
},
"resolutions": {
"@types/react": "~18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pydng==1.1.2
tdp_core@git+https://github.com/datavisyn/tdp_core.git@develop#egg=tdp_core
tdp_core>=23.0.0,<24.0.0
1 change: 1 addition & 0 deletions src/phovea_registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import reg from './phovea';
* build a registry by registering all phovea modules
*/
// other modules
import 'tdp_core/dist/phovea_registry';

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

0 comments on commit 2791b10

Please sign in to comment.