-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e466475
commit 375486d
Showing
7 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@myboothmanager/common", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"author": "somni <[email protected]>", | ||
"packageManager": "[email protected]", | ||
"private": true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@myboothmanager/common-ui", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"author": "somni <[email protected]>", | ||
"packageManager": "[email protected]", | ||
"private": true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@myboothmanager/dev-shared", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"author": "somni <[email protected]>", | ||
"packageManager": "[email protected]", | ||
"private": true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@myboothmanager/i18n", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"author": "somni <[email protected]>", | ||
"packageManager": "[email protected]", | ||
"private": true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@myboothmanager/admin", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"author": "somni <[email protected]>", | ||
"packageManager": "[email protected]", | ||
"private": true, | ||
|
@@ -13,7 +13,9 @@ | |
"lint": "eslint .", | ||
"lint:fix": "pnpm lint --fix" | ||
}, | ||
"files": [ "./dist" ], | ||
"files": [ | ||
"./dist" | ||
], | ||
"dependencies": { | ||
"@mdi/font": "^7.4.47", | ||
"@myboothmanager/common": "workspace:^", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@myboothmanager/backend", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"author": "somni <[email protected]>", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
|
@@ -21,7 +21,9 @@ | |
"test:watch": "pnpm test --watch", | ||
"test:cov": "pnpm test --coverage" | ||
}, | ||
"files": [ "./dist" ], | ||
"files": [ | ||
"./dist" | ||
], | ||
"dependencies": { | ||
"@esbuild-kit/esm-loader": "^2.6.5", | ||
"@fastify/cookie": "^9.3.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
{ | ||
"name": "@myboothmanager/public", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"author": "somni <[email protected]>", | ||
"packageManager": "[email protected]", | ||
"private": true, | ||
"type": "module", | ||
"files": [ "./.output" ], | ||
"files": [ | ||
"./.output" | ||
], | ||
"scripts": { | ||
"postinstall": "nuxt prepare", | ||
"build": "nuxt build", | ||
|