Skip to content

Commit

Permalink
Provenance (fix) (#125)
Browse files Browse the repository at this point in the history
* Provenance

* Update versions

* datafit

* smath

* t6

* viridis
  • Loading branch information
nicfv authored Dec 2, 2024
1 parent a2d10ea commit dddf7ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/datafit/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"clean": "rm -rf node_modules package-lock.json"
},
"dependencies": {
"datafit": "file:datafit-1.4.6.tgz"
"datafit": "file:datafit-1.4.7.tgz"
}
}
2 changes: 1 addition & 1 deletion packages/smath/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"clean": "rm -rf node_modules package-lock.json"
},
"dependencies": {
"smath": "file:smath-1.9.0.tgz"
"smath": "file:smath-1.9.1.tgz"
}
}
2 changes: 1 addition & 1 deletion packages/t6/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"clean": "rm -rf node_modules package-lock.json"
},
"dependencies": {
"t6": "file:t6-1.1.5.tgz"
"t6": "file:t6-1.1.6.tgz"
}
}
2 changes: 1 addition & 1 deletion packages/viridis/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"clean": "rm -rf node_modules package-lock.json"
},
"dependencies": {
"viridis": "file:viridis-1.1.5.tgz"
"viridis": "file:viridis-1.1.6.tgz"
}
}

0 comments on commit dddf7ed

Please sign in to comment.