Skip to content

Commit

Permalink
chore: version pinning (#231)
Browse files Browse the repository at this point in the history
* version pinning

* fix tdp_core version

* add tdp_core to package.json

* add tdp_core to phovea_registry

* add dist files

* align versions to ordino

* add dist files

* align tdp_core version of be with fe

* change import ordino in phovea_registry

* use dist version

* fix(registry): typo

* deps: update visyn_scripts

* fix: pyton build error

```
ERROR tdp_publicdb/tests/test_main_app.py::test_health - ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/werkzeug/urls.py)
```

---------

Co-authored-by: Holger Stitz <[email protected]>
  • Loading branch information
dvdanielamoitzi and thinkh authored Feb 29, 2024
1 parent 71953f8 commit 0e62adf
Show file tree
Hide file tree
Showing 12 changed files with 19,368 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ __pycache__/
*.pot
*.pyc
*.swp
.venv
*.lock
# due to using tox and pytest
.tox
Expand All @@ -26,7 +27,7 @@ node_modules/
/tests/**/*.map
*.css
package-lock.json
/yarn.lock
!yarn.lock
# yarn
.pnp.*
.yarn/*
Expand Down
2 changes: 1 addition & 1 deletion dist/common/config.d.ts.map

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

10 changes: 6 additions & 4 deletions dist/common/config.js

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

Loading

0 comments on commit 0e62adf

Please sign in to comment.