Skip to content

Commit

Permalink
chore: upgrade to strapi.beta.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ly525 committed Jan 12, 2020
1 parent 131e802 commit 4353d3d
Show file tree
Hide file tree
Showing 7 changed files with 2,515 additions and 3,114 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"defaultConnection": "default",
"connections": {
"default": {
"connector": "strapi-hook-bookshelf",
"connector": "bookshelf",
"settings": {
"client": "sqlite",
"filename": ".tmp/data.db"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"defaultConnection": "default",
"connections": {
"default": {
"connector": "strapi-hook-bookshelf",
"connector": "bookshelf",
"settings": {
"client": "postgres",
"host": "${process.env.DATABASE_HOST}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"defaultConnection": "default",
"connections": {
"default": {
"connector": "strapi-hook-bookshelf",
"connector": "bookshelf",
"settings": {
"client": "mysql",
"host": "${process.env.DATABASE_HOST || 'localhost'}",
Expand Down
6 changes: 1 addition & 5 deletions back-end/h5-api/config/environments/production/security.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
},
"csp": {
"enabled": true,
"policy": [{
"img-src": "'self' http:"
},
"block-all-mixed-content"
]
"policy": ["block-all-mixed-content"]
},
"p3p": {
"enabled": true,
Expand Down
6 changes: 1 addition & 5 deletions back-end/h5-api/config/environments/staging/security.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
},
"csp": {
"enabled": true,
"policy": [{
"img-src": "'self' http:"
},
"block-all-mixed-content"
]
"policy": ["block-all-mixed-content"]
},
"p3p": {
"enabled": true,
Expand Down
21 changes: 10 additions & 11 deletions back-end/h5-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,17 @@
"mysql": "latest",
"psd": "^3.2.0",
"sqlite3": "latest",
"strapi": "3.0.0-beta.17.8",
"strapi-admin": "3.0.0-beta.17.8",
"strapi-hook-bookshelf": "3.0.0-beta.17.8",
"strapi-hook-ejs": "3.0.0-beta.17.8",
"strapi-hook-knex": "3.0.0-beta.17.8",
"strapi-plugin-content-manager": "3.0.0-beta.17.8",
"strapi-plugin-content-type-builder": "3.0.0-beta.17.8",
"strapi-plugin-documentation": "3.0.0-beta.17.8",
"strapi-plugin-email": "3.0.0-beta.17.8",
"strapi-plugin-upload": "3.0.0-beta.17.8",
"strapi-plugin-users-permissions": "3.0.0-beta.17.8",
"strapi-utils": "3.0.0-beta.17.8"
"strapi": "3.0.0-beta.18.4",
"strapi-admin": "3.0.0-beta.18.4",
"strapi-connector-bookshelf": "3.0.0-beta.18.4",
"strapi-plugin-content-manager": "3.0.0-beta.18.4",
"strapi-plugin-content-type-builder": "3.0.0-beta.18.4",
"strapi-plugin-email": "3.0.0-beta.18.4",
"strapi-plugin-graphql": "3.0.0-beta.18.4",
"strapi-plugin-upload": "3.0.0-beta.18.4",
"strapi-plugin-users-permissions": "3.0.0-beta.18.4",
"strapi-utils": "3.0.0-beta.18.4"
},
"author": {
"name": "A Strapi developer"
Expand Down
5,590 changes: 2,500 additions & 3,090 deletions back-end/h5-api/yarn.lock

Large diffs are not rendered by default.

0 comments on commit 4353d3d

Please sign in to comment.