-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
6 changed files
with
38 additions
and
4 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
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 |
---|---|---|
|
@@ -6,5 +6,5 @@ | |
], | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"version": "1.0.0-alpha.52" | ||
"version": "1.0.0-alpha.53" | ||
} |
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
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": "@mapomodule/uikit", | ||
"version": "1.0.0-alpha.52", | ||
"version": "1.0.0-alpha.53", | ||
"license": "MIT", | ||
"description": "This is part of Mapo nuxt module. Injects Mapo ui components in the nuxt component discovery system.", | ||
"author": "bnznamco <[email protected]>", | ||
|
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
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": "mapomodule", | ||
"version": "1.0.0-alpha.52", | ||
"version": "1.0.0-alpha.53", | ||
"description": "Mapo is a nuxt module that helps in the creation of Administration Panels.", | ||
"author": "bnznamco <[email protected]>", | ||
"keywords": [ | ||
|
@@ -17,7 +17,7 @@ | |
"@mapomodule/integrations": "^1.0.0-alpha.16", | ||
"@mapomodule/routemeta": "^1.0.0-alpha.8", | ||
"@mapomodule/store": "^1.0.0-alpha.49", | ||
"@mapomodule/uikit": "^1.0.0-alpha.52", | ||
"@mapomodule/uikit": "^1.0.0-alpha.53", | ||
"@nuxtjs/axios": "^5.13.6", | ||
"lodash.mergewith": "^4.6.2" | ||
}, | ||
|