Skip to content

Commit

Permalink
chore(back): update strapi and deps (#1196)
Browse files Browse the repository at this point in the history
- removes vite from package overrides
  • Loading branch information
dgrebb committed Jan 29, 2024
1 parent 2ce3661 commit 0af50db
Show file tree
Hide file tree
Showing 6 changed files with 804 additions and 910 deletions.
1 change: 1 addition & 0 deletions back/config/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ module.exports = ({ env }) => {
excludedTypes: ["admin-role", "i18n-locale", "user-role"],
excludedConfig: [
"core-store.core_admin_auth",
"core-store.plugin_content_manager_configuration_content_types::plugin::content-releases",
"core-store.core_admin_project-settings",
"core-store.plugin_users-permissions_grant",
"core-store.plugin_i18n_default_locale",
Expand Down

This file was deleted.

This file was deleted.

20 changes: 6 additions & 14 deletions back/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-color-picker": "^4.17.1",
"@strapi/plugin-i18n": "4.17.1",
"@strapi/plugin-sentry": "4.17.1",
"@strapi/plugin-color-picker": "4.19.0",
"@strapi/plugin-i18n": "4.19.0",
"@strapi/plugin-sentry": "4.19.0",
"@strapi/plugin-seo": "^1.9.8",
"@strapi/plugin-users-permissions": "4.17.1",
"@strapi/provider-upload-aws-s3": "4.17.1",
"@strapi/strapi": "4.17.1",
"@strapi/plugin-users-permissions": "4.19.0",
"@strapi/provider-upload-aws-s3": "4.19.0",
"@strapi/strapi": "4.19.0",
"pg": "^8.11.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -34,14 +34,6 @@
"npm": ">=6.0.0",
"pnpm": ">= 8.14.1"
},
"overrides": {
"vite@<4.5.2": "4.5.2"
},
"pnpm": {
"overrides": {
"vite@<4.5.2": "4.5.2"
}
},
"strapi": {},
"devDependencies": {
"prop-types": "^15.8.1"
Expand Down
Loading

0 comments on commit 0af50db

Please sign in to comment.