Skip to content

Commit

Permalink
Merge pull request #157 from canopas/upgarde-dependencies
Browse files Browse the repository at this point in the history
Downgrade all the dependencies
  • Loading branch information
cp-dharti-r committed Apr 17, 2024
2 parents bba8e03 + 9275336 commit 8926d18
Show file tree
Hide file tree
Showing 2 changed files with 325 additions and 623 deletions.
26 changes: 13 additions & 13 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@
"strapi": "strapi"
},
"dependencies": {
"@_sh/strapi-plugin-ckeditor": "^2.1.1",
"@strapi/plugin-i18n": "^4.23.0",
"@strapi/plugin-users-permissions": "^4.23.0",
"@strapi/provider-email-amazon-ses": "^4.23.0",
"@strapi/provider-upload-aws-s3": "^4.23.0",
"@strapi/strapi": "^4.23.0",
"@_sh/strapi-plugin-ckeditor": "^1.1.3",
"@strapi/plugin-i18n": "^4.11.5",
"@strapi/plugin-users-permissions": "^4.11.5",
"@strapi/provider-email-amazon-ses": "^4.11.5",
"@strapi/provider-upload-aws-s3": "^4.11.5",
"@strapi/strapi": "^4.14.3",
"@webbio/strapi-plugin-scheduler": "^1.0.6",
"html-loader": "^5.0.0",
"jsdom": "^24.0.0",
"jsdom": "^22.1.0",
"markdown-loader": "^8.0.0",
"pg": "^8.11.5",
"puppeteer": "^22.6.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"pg": "^8.11.1",
"puppeteer": "^22.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^5.2.0",
"react-tagsinput": "^3.20.3",
"strapi-plugin-tagsinput": "^1.0.4",
"styled-components": "^6.1.8"
"styled-components": "^5.2.1"
},
"engines": {
"npm": ">=6.0.0"
},
"strapi": {
"uuid": "b6b5fb58-ed76-44ab-8910-3857abbf3b9f"
}
}
}
Loading

0 comments on commit 8926d18

Please sign in to comment.