Skip to content

Commit a72c7b4

Browse files
committed
@lefun as peer and bump lingui
1 parent bead72e commit a72c7b4

File tree

3 files changed

+28
-24
lines changed

3 files changed

+28
-24
lines changed

game/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
"test": "pnpm vitest run src"
1919
},
2020
"dependencies": {
21-
"@lefun/core": "2.0.0",
22-
"@lefun/game": "2.0.0",
2321
"lodash-es": "^4.17.21"
2422
},
2523
"devDependencies": {
@@ -34,6 +32,12 @@
3432
"rollup-plugin-typescript2": "^0.31.1",
3533
"tslib": "^2.3.1",
3634
"typescript": "^5.4.5",
37-
"vitest": "^1.2.1"
35+
"vitest": "^1.2.1",
36+
"@lefun/core": "2.0.0",
37+
"@lefun/game": "2.0.0"
38+
},
39+
"peerDependencies": {
40+
"@lefun/core": "2.0.0",
41+
"@lefun/game": "2.0.0"
3842
}
3943
}

pnpm-lock.yaml

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@lingui/cli": "^4.11.1",
3535
"@lingui/conf": "^4.11.1",
3636
"@lingui/macro": "^4.11.1",
37-
"@lingui/react": "^4.11.1",
37+
"@lingui/react": "^4.11.2",
3838
"@lingui/vite-plugin": "^4.11.1",
3939
"@rollup/plugin-babel": "^6.0.4",
4040
"@rollup/plugin-commonjs": "^21.0.1",

0 commit comments

Comments
 (0)