Skip to content

Commit

Permalink
Revert all the upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed Apr 17, 2024
1 parent 20dd4e7 commit 05d198f
Show file tree
Hide file tree
Showing 2 changed files with 303 additions and 141 deletions.
24 changes: 12 additions & 12 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@
},
"dependencies": {
"@_sh/strapi-plugin-ckeditor": "^1.1.3",
"@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",
"@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 05d198f

Please sign in to comment.