Skip to content

Commit

Permalink
Bump @lefun/* to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simlmx committed Aug 29, 2024
1 parent 5bad376 commit 52f2ae2
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 59 deletions.
8 changes: 4 additions & 4 deletions game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@lefun/core": "2.4.0-alpha.0",
"@lefun/game": "2.4.0-alpha.0",
"@lefun/core": "2.5.1",
"@lefun/game": "2.5.1",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@typescript-eslint/eslint-plugin": "^7.11.0",
Expand All @@ -37,7 +37,7 @@
"vitest": "^2.0.5"
},
"peerDependencies": {
"@lefun/core": "^2.3.0-alpha.0",
"@lefun/game": "^2.3.0-alpha.0"
"@lefun/core": ">=2.5.0",
"@lefun/game": ">=2.5.0"
}
}
2 changes: 2 additions & 0 deletions game/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@ test("its your turn", () => {

// The match is over!
checkItsTheirTurn([]);

expect(match.matchHasEnded).toBe(true);
});

test.each([[2], [3], [4]])("ranks for everyone %s", (numPlayers: number) => {
Expand Down
95 changes: 48 additions & 47 deletions pnpm-lock.yaml

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

16 changes: 8 additions & 8 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
},
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@lefun/core": "2.4.0-alpha.0",
"@lefun/dev-server": "2.4.0-alpha.0",
"@lefun/game": "2.4.0-alpha.0",
"@lefun/ui": "2.4.0-alpha.0",
"@lefun/ui-testing": "2.4.0-alpha.0",
"@lefun/core": "2.5.1",
"@lefun/dev-server": "2.5.1",
"@lefun/game": "2.5.1",
"@lefun/ui": "2.5.1",
"@lefun/ui-testing": "2.5.1",
"@lingui/cli": "^4.11.1",
"@lingui/conf": "^4.11.1",
"@lingui/macro": "^4.11.1",
Expand Down Expand Up @@ -74,9 +74,9 @@
"tippy.js": "^6.3.1"
},
"peerDependencies": {
"@lefun/core": "^2.3.0-alpha.0",
"@lefun/game": "^2.3.0-alpha.0",
"@lefun/ui": "^2.3.0-alpha.0",
"@lefun/core": ">=2.5.0",
"@lefun/game": ">=2.5.0",
"@lefun/ui": ">=2.5.0",
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
}
Expand Down

0 comments on commit 52f2ae2

Please sign in to comment.