Skip to content

Commit

Permalink
Version 2.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simlmx committed Jul 18, 2024
1 parent b28e8a8 commit 78ebcdd
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.5.0",
"version": "2.0.0-alpha.0",
"npmClient": "pnpm"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lefun/core",
"version": "1.5.0",
"version": "2.0.0-alpha.0",
"description": "Core library to make games for https://lefun.fun",
"author": "Simon Lemieux",
"repository": {
Expand Down
14 changes: 7 additions & 7 deletions packages/dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lefun/dev-server",
"version": "1.5.0",
"version": "2.0.0-alpha.0",
"description": "Development server to run games developed for https://lefun.com.",
"author": "Simon Lemieux",
"repository": {
Expand Down Expand Up @@ -35,6 +35,8 @@
"@lefun/core": "workspace:*",
"@lefun/game": "workspace:*",
"@lefun/ui": "workspace:*",
"@lingui/core": "^4.11.2",
"@lingui/react": "^4.11.2",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
Expand All @@ -55,18 +57,16 @@
"rollup-plugin-postcss": "^4.0.2",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3",
"vitest": "^1.6.0",
"@lingui/core": "^4.11.2",
"@lingui/react": "^4.11.2"
"vitest": "^1.6.0"
},
"peerDependencies": {
"@lefun/core": "workspace:*",
"@lefun/game": "workspace:*",
"@lefun/ui": "workspace:*",
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"@lingui/core": "^4.11.2",
"@lingui/react": "^4.11.2"
"@lingui/react": "^4.11.2",
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
},
"dependencies": {
"classnames": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/game/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lefun/game",
"version": "1.5.0",
"version": "2.0.0-alpha.0",
"description": "Main dependency for writing game logic at https://lefun.fun.",
"author": "Simon Lemieux",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lefun/ui-testing",
"version": "1.5.0",
"version": "2.0.0-alpha.0",
"description": "Utils for testing the UI of games at https://lefun.fun.",
"author": "Simon Lemieux",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lefun/ui",
"version": "1.5.0",
"version": "2.0.0-alpha.0",
"description": "Main dependency for writing the UI of games at https://lefun.com.",
"author": "Simon Lemieux",
"repository": {
Expand Down

0 comments on commit 78ebcdd

Please sign in to comment.