Skip to content

Commit

Permalink
bump version on local dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paretoman committed Mar 31, 2024
1 parent 2bebd39 commit 9760acd
Show file tree
Hide file tree
Showing 16 changed files with 191 additions and 947 deletions.
1,054 changes: 149 additions & 905 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
},
"homepage": "https://paretoman.github.io/votekit",
"dependencies": {
"@paretoman/votekit-add-sandboxes": "^0.0.0"
"@paretoman/votekit-add-sandboxes": "^0.0.5"
},
"devDependencies": {
"@babel/core": "^7.17.8",
Expand Down
4 changes: 2 additions & 2 deletions src/addSandboxes/package.json
Expand Up @@ -30,8 +30,8 @@
},
"homepage": "https://github.com/paretoman/votekit#readme",
"dependencies": {
"@paretoman/votekit-view": "^0.0.0",
"@paretoman/votekit-sim": "^0.0.0"
"@paretoman/votekit-view": "^0.0.5",
"@paretoman/votekit-sim": "^0.0.5"
},
"devDependencies": {
"parcel": "^2.4.1"
Expand Down
12 changes: 6 additions & 6 deletions src/compute/compute/package.json
Expand Up @@ -53,11 +53,11 @@
"OLPR"
],
"dependencies": {
"@paretoman/votekit-election-sequence": "^0.0.0",
"@paretoman/votekit-make-geography": "^0.0.0",
"@paretoman/votekit-sample-election": "^0.0.0",
"@paretoman/votekit-social-choice-methods": "^0.0.0",
"@paretoman/votekit-utilities": "^0.0.0",
"@paretoman/votekit-vote-casters": "^0.0.0"
"@paretoman/votekit-election-sequence": "^0.0.5",
"@paretoman/votekit-make-geography": "^0.0.5",
"@paretoman/votekit-sample-election": "^0.0.5",
"@paretoman/votekit-social-choice-methods": "^0.0.5",
"@paretoman/votekit-utilities": "^0.0.5",
"@paretoman/votekit-vote-casters": "^0.0.5"
}
}
6 changes: 3 additions & 3 deletions src/compute/districtElection/package.json
Expand Up @@ -18,8 +18,8 @@
},
"homepage": "https://github.com/paretoman/votekit#readme",
"dependencies": {
"@paretoman/votekit-election": "^0.0.0",
"@paretoman/votekit-vote-casters": "^0.0.0",
"@paretoman/votekit-utilities": "^0.0.0"
"@paretoman/votekit-election": "^0.0.5",
"@paretoman/votekit-vote-casters": "^0.0.5",
"@paretoman/votekit-utilities": "^0.0.5"
}
}
4 changes: 2 additions & 2 deletions src/compute/election/package.json
Expand Up @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/paretoman/votekit#readme",
"dependencies": {
"@paretoman/votekit-social-choice-methods": "^0.0.0",
"@paretoman/votekit-vote-casters": "^0.0.0"
"@paretoman/votekit-social-choice-methods": "^0.0.5",
"@paretoman/votekit-vote-casters": "^0.0.5"
}
}
2 changes: 1 addition & 1 deletion src/compute/electionPhase/package.json
Expand Up @@ -18,6 +18,6 @@
},
"homepage": "https://github.com/paretoman/votekit#readme",
"dependencies": {
"@paretoman/votekit-election": "^0.0.0"
"@paretoman/votekit-election": "^0.0.5"
}
}
6 changes: 3 additions & 3 deletions src/compute/electionSequence/package.json
Expand Up @@ -18,12 +18,12 @@
},
"homepage": "https://github.com/paretoman/votekit#readme",
"dependencies": {
"@paretoman/votekit-utilities": "^0.0.0",
"@paretoman/votekit-election-phase": "^0.0.0"
"@paretoman/votekit-utilities": "^0.0.5",
"@paretoman/votekit-election-phase": "^0.0.5"
},
"devDependencies": {
"assert": "^2.1.0",
"mocha": "^10.2.0",
"@paretoman/votekit-make-geography": "^0.0.0"
"@paretoman/votekit-make-geography": "^0.0.5"
}
}
4 changes: 2 additions & 2 deletions src/compute/geoElection/package.json
Expand Up @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/paretoman/votekit#readme",
"dependencies": {
"@paretoman/votekit-election-sequence": "^0.0.0",
"@paretoman/votekit-utilities": "^0.0.0"
"@paretoman/votekit-election-sequence": "^0.0.5",
"@paretoman/votekit-utilities": "^0.0.5"
}
}
2 changes: 1 addition & 1 deletion src/compute/makeGeography/package.json
Expand Up @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/paretoman/votekit#readme",
"dependencies": {
"@paretoman/votekit-utilities": "^0.0.0",
"@paretoman/votekit-utilities": "^0.0.5",
"d3-delaunay": "^6.0.2",
"d3-polygon": "^3.0.1",
"simplex-noise": "^3.0.1"
Expand Down
6 changes: 3 additions & 3 deletions src/compute/sampleElection/package.json
Expand Up @@ -18,11 +18,11 @@
},
"homepage": "https://github.com/paretoman/votekit#readme",
"dependencies": {
"@paretoman/votekit-election-sequence": "^0.0.0",
"@paretoman/votekit-utilities": "^0.0.0"
"@paretoman/votekit-election-sequence": "^0.0.5",
"@paretoman/votekit-utilities": "^0.0.5"
},
"devDependencies": {
"@paretoman/votekit-make-geography": "^0.0.0",
"@paretoman/votekit-make-geography": "^0.0.5",
"mocha": "^10.2.0",
"seedrandom": "^3.0.5"
}
Expand Down
4 changes: 2 additions & 2 deletions src/compute/socialChoiceMethods/package.json
Expand Up @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/paretoman/votekit#readme",
"dependencies": {
"@paretoman/votekit-types": "^0.0.0",
"@paretoman/votekit-utilities": "^0.0.0"
"@paretoman/votekit-types": "^0.0.5",
"@paretoman/votekit-utilities": "^0.0.5"
}
}
4 changes: 2 additions & 2 deletions src/compute/voteCasters/package.json
Expand Up @@ -18,8 +18,8 @@
},
"homepage": "https://github.com/paretoman/votekit#readme",
"dependencies": {
"@paretoman/votekit-types": "^0.0.0",
"@paretoman/votekit-utilities": "^0.0.0",
"@paretoman/votekit-types": "^0.0.5",
"@paretoman/votekit-utilities": "^0.0.5",
"seedrandom": "^3.0.5",
"d3-polygon": "^3.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/demo/package.json
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/paretoman/votekit#readme",
"dependencies": {
"@paretoman/votekit-add-sandboxes": "^0.0.0"
"@paretoman/votekit-add-sandboxes": "^0.0.5"
},
"devDependencies": {
"parcel": "^2.12.0"
Expand Down
16 changes: 8 additions & 8 deletions src/sim/package.json
Expand Up @@ -18,14 +18,14 @@
},
"homepage": "https://github.com/paretoman/votekit#readme",
"dependencies": {
"@paretoman/votekit-district-election": "^0.0.0",
"@paretoman/votekit-geographic-election": "^0.0.0",
"@paretoman/votekit-election-sequence": "^0.0.0",
"@paretoman/votekit-graphics": "^0.0.0",
"@paretoman/votekit-make-geography": "^0.0.0",
"@paretoman/votekit-sample-election": "^0.0.0",
"@paretoman/votekit-social-choice-methods": "^0.0.0",
"@paretoman/votekit-utilities": "^0.0.0",
"@paretoman/votekit-district-election": "^0.0.5",
"@paretoman/votekit-geographic-election": "^0.0.5",
"@paretoman/votekit-election-sequence": "^0.0.5",
"@paretoman/votekit-graphics": "^0.0.5",
"@paretoman/votekit-make-geography": "^0.0.5",
"@paretoman/votekit-sample-election": "^0.0.5",
"@paretoman/votekit-social-choice-methods": "^0.0.5",
"@paretoman/votekit-utilities": "^0.0.5",
"seedrandom": "^3.0.5"
}
}
10 changes: 5 additions & 5 deletions src/view/package.json
Expand Up @@ -19,11 +19,11 @@
},
"homepage": "https://github.com/paretoman/votekit#readme",
"dependencies": {
"@paretoman/votekit-sim": "^0.0.0",
"@paretoman/votekit-utilities": "^0.0.0",
"@paretoman/votekit-graphics": "^0.0.0",
"@paretoman/votekit-social-choice-methods": "^0.0.0",
"@paretoman/votekit-vote-casters": "^0.0.0",
"@paretoman/votekit-sim": "^0.0.5",
"@paretoman/votekit-utilities": "^0.0.5",
"@paretoman/votekit-graphics": "^0.0.5",
"@paretoman/votekit-social-choice-methods": "^0.0.5",
"@paretoman/votekit-vote-casters": "^0.0.5",
"@tweenjs/tween.js": "^18.6.4",
"@mithrandirii/canvas2svg": "^1.0.24",
"d3-contour": "^3.0.1",
Expand Down

0 comments on commit 9760acd

Please sign in to comment.