Skip to content

Commit

Permalink
version pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdanielamoitzi committed Jan 19, 2024
1 parent d0fac08 commit f335abf
Show file tree
Hide file tree
Showing 4 changed files with 24,133 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ node_modules/
/tests/**/*.map
*.css
/package-lock.json
/yarn.lock
!yarn.lock

# yarn
.pnp.*
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"select2": "~4.0.13",
"select2-bootstrap-theme": "0.1.0-beta.9",
"use-deep-compare-effect": "^1.8.0",
"visyn_core": "git+ssh://git@github.com/datavisyn/visyn_core#develop",
"visyn_scripts": "git+ssh://git@github.com/datavisyn/visyn_scripts#develop"
"visyn_core": "^7.0.2",
"visyn_scripts": "^7.0.1"
},
"devDependencies": {
"@babel/core": "^7.17.7",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ flask-swagger-ui==3.36.0
Pillow==9.3.0
pymongo~=3.11.1
python-memcached==1.59
visyn_core@git+https://github.com/datavisyn/visyn_core.git@develop#egg=visyn_core
visyn_core>=7.0.0,<8.0.0
yamlreader==3.0.4
Loading

0 comments on commit f335abf

Please sign in to comment.