Skip to content

Commit

Permalink
fix: Update dependencies versions for @cocreate libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 4, 2023
1 parent 02ab190 commit c70f49e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
"coc": "src/coc.js"
},
"dependencies": {
"@cocreate/docs": "^1.7.13",
"@cocreate/hosting": "^1.10.5",
"@cocreate/docs": "^1.7.15",
"@cocreate/hosting": "^1.10.8",
"colors": "latest",
"glob": "^7.1.7",
"prettier": "^2.3.2",
"prompt": "^1.2.0"
}
}
}
30 changes: 13 additions & 17 deletions repositories.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
module.exports = [

// {
// 'path': '../CoCreateJS',
// 'repo': 'github.com/CoCreate-app/CoCreateJS.git'
// },
{
'path': '../../CoCreateJS',
'repo': 'github.com/CoCreate-app/CoCreateJS.git'
},
{
'path': '../../CoCreateCSS',
'repo': 'github.com/CoCreate-app/CoCreateCSS.git'
},
// {
// 'path': '../../CoCreate-admin',
// 'repo': 'github.com/CoCreate-app/CoCreate-admin.git'
// },
{
'path': '../../CoCreate-admin',
'repo': 'github.com/CoCreate-app/CoCreate-admin.git'
},
{
'path': '../../CoCreate-website',
'repo': 'github.com/CoCreate-app/CoCreate-website.git'
},
// {
// 'path': '../CoCreate-website-template',
// 'path': '../../CoCreate-website-template',
// 'repo': 'github.com/CoCreate-app/CoCreate-website-template.git'
// },

Expand Down Expand Up @@ -455,14 +455,10 @@ module.exports = [
},

// Maybe depreciated
{
'path': '../CoCreate-keepalived',
'repo': 'github.com/CoCreate-app/CoCreate-keepalived.git'
},
{
'path': '../CoCreate-ide',
'repo': 'github.com/CoCreate-app/CoCreate-ide.git'
},
// {
// 'path': '../CoCreate-ide',
// 'repo': 'github.com/CoCreate-app/CoCreate-ide.git'
// },
// {
// 'path': '../CoCreateEmail',
// 'repo': 'github.com/CoCreate-app/CoCreateEmail.git'
Expand Down

0 comments on commit c70f49e

Please sign in to comment.