mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
Update dependencies
This commit is contained in:
parent
287b5e17f9
commit
e324e8b66d
@ -26,6 +26,7 @@
|
||||
"cheerio": "^1.0.0-rc.2",
|
||||
"fs-extra": "^0.30.0",
|
||||
"sanitize.css": "^4.1.0",
|
||||
"strapi-helper-plugin": "3.0.0-alpha.6",
|
||||
"strapi-utils": "3.0.0-alpha.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -46,7 +47,6 @@
|
||||
"plop": "^1.9.0",
|
||||
"prettier": "^1.7.4",
|
||||
"rimraf": "^2.6.2",
|
||||
"strapi-helper-plugin": "3.0.0-alpha.6",
|
||||
"webpack": "^3.7.1"
|
||||
},
|
||||
"author": {
|
||||
@ -66,4 +66,4 @@
|
||||
"npm": ">= 3.0.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
@ -45,7 +45,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"prop-types": "^15.5.10",
|
||||
"react-select": "^1.0.0-rc.5"
|
||||
"react-select": "^1.0.0-rc.5",
|
||||
"strapi-helper-plugin": "3.0.0-alpha.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^5.0.5",
|
||||
@ -62,7 +63,6 @@
|
||||
"plop": "^1.9.0",
|
||||
"prettier": "^1.7.4",
|
||||
"rimraf": "^2.6.2",
|
||||
"strapi-helper-plugin": "3.0.0-alpha.6",
|
||||
"webpack": "^3.7.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -33,7 +33,8 @@
|
||||
"react-transition-group": "^1.2.0",
|
||||
"reactstrap": "^4.8.0",
|
||||
"strapi-generate": "3.0.0-alpha.6",
|
||||
"strapi-generate-api": "3.0.0-alpha.6"
|
||||
"strapi-generate-api": "3.0.0-alpha.6",
|
||||
"strapi-helper-plugin": "3.0.0-alpha.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^5.0.5",
|
||||
@ -50,7 +51,6 @@
|
||||
"plop": "^1.9.0",
|
||||
"prettier": "^1.7.4",
|
||||
"rimraf": "^2.6.2",
|
||||
"strapi-helper-plugin": "3.0.0-alpha.6",
|
||||
"webpack": "^3.7.1"
|
||||
},
|
||||
"author": {
|
||||
@ -70,4 +70,4 @@
|
||||
"npm": ">= 3.0.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
@ -30,7 +30,8 @@
|
||||
"react-dom": "^15.6.1",
|
||||
"react-select": "^1.0.0-rc.5",
|
||||
"react-transition-group": "^1.2.0",
|
||||
"reactstrap": "^4.8.0"
|
||||
"reactstrap": "^4.8.0",
|
||||
"strapi-helper-plugin": "3.0.0-alpha.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^5.0.5",
|
||||
@ -47,7 +48,6 @@
|
||||
"plop": "^1.9.0",
|
||||
"prettier": "^1.7.4",
|
||||
"rimraf": "^2.6.2",
|
||||
"strapi-helper-plugin": "3.0.0-alpha.6",
|
||||
"webpack": "^3.7.1"
|
||||
},
|
||||
"author": {
|
||||
@ -67,4 +67,4 @@
|
||||
"npm": ">= 3.0.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user