Skip to content

Commit

Permalink
chore: upgrades strapi to 4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmontgomery committed Jan 11, 2024
1 parent 5a1efaa commit c51a2ff
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "backend",
"private": true,
"version": "0.1.0",
"private": true,
"description": "A Strapi application",
"license": "MIT",
"author": {
"name": "A Strapi developer"
},
"scripts": {
"build": "strapi build",
"dev": "strapi develop",
"deploy": "cd ../ && git subtree push --prefix backend heroku main",
"dev": "strapi develop",
"start": "strapi start",
"strapi": "strapi",
"types:generate": "strapi ts:generate-types --verbose"
Expand All @@ -19,7 +23,7 @@
"@strapi/plugin-i18n": "4.17.0",
"@strapi/plugin-users-permissions": "4.17.0",
"@strapi/provider-upload-aws-s3": "4.17.0",
"@strapi/strapi": "4.12.1",
"@strapi/strapi": "4.17.0",
"pg": "^8.11.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -28,18 +32,14 @@
"strapi-plugin-rest-cache": "^4.2.8",
"strapi-provider-rest-cache-redis": "^4.2.8"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "a5b8123f-ea5a-4e0f-8d95-b283f3edad35"
},
"engines": {
"node": "18.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"overrides": {
"react-intl": "^6.2.0"
},
"strapi": {
"uuid": "a5b8123f-ea5a-4e0f-8d95-b283f3edad35"
}
}

0 comments on commit c51a2ff

Please sign in to comment.