-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
a2fccb4
commit 4f14ba7
Showing
4 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -11,6 +11,6 @@ | |
} | ||
}, | ||
"npmClient": "yarn", | ||
"version": "1.5.17", | ||
"version": "1.5.18", | ||
"useWorkspaces": 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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "A Vue.js project", | ||
"private": true, | ||
"author": "John Leider <[email protected]>", | ||
"version": "1.5.17", | ||
"version": "1.5.18", | ||
"scripts": { | ||
"dev": "cross-env NODE_OPTIONS=--max_old_space_size=8192 node server", | ||
"start": "cross-env NODE_ENV=production node server", | ||
|
@@ -15,7 +15,7 @@ | |
"npm": ">=4.0" | ||
}, | ||
"dependencies": { | ||
"@vuetify/api-generator": "^1.5.17", | ||
"@vuetify/api-generator": "^1.5.18", | ||
"babel-polyfill": "^6.26.0", | ||
"chokidar": "^2.0.4", | ||
"compression": "^1.7.3", | ||
|
@@ -44,7 +44,7 @@ | |
"vue-router": "^3.0.2", | ||
"vue-server-renderer": "^2.6.6", | ||
"vuelidate": "^0.6.2", | ||
"vuetify": "^1.5.17", | ||
"vuetify": "^1.5.18", | ||
"vuex": "^3.1.0", | ||
"vuex-router-sync": "^5.0.0", | ||
"webfontloader": "^1.6.28" | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "vuetify", | ||
"description": "Vue.js Material Component Framework", | ||
"version": "1.5.17", | ||
"version": "1.5.18", | ||
"author": { | ||
"name": "John Leider", | ||
"email": "[email protected]" | ||
|