Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed Apr 16, 2024
1 parent d3e4248 commit 7bd712f
Show file tree
Hide file tree
Showing 4 changed files with 1,014 additions and 557 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,3 @@ jobs:
yarn install
cd ../../..
yarn build
- name: Set up Node for website
uses: actions/setup-node@v1
with:
node-version: "20.x"
26 changes: 13 additions & 13 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
"strapi": "strapi"
},
"dependencies": {
"@_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",
"@_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",
"@webbio/strapi-plugin-scheduler": "^1.0.6",
"html-loader": "^5.0.0",
"jsdom": "^22.1.0",
"jsdom": "^24.0.0",
"markdown-loader": "^8.0.0",
"pg": "^8.11.1",
"puppeteer": "^22.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^5.2.0",
"pg": "^8.11.5",
"puppeteer": "^22.6.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"react-tagsinput": "^3.20.3",
"strapi-plugin-tagsinput": "^1.0.4",
"styled-components": "^5.2.1"
"styled-components": "^6.1.8"
},
"engines": {
"npm": ">=6.0.0"
Expand Down
3 changes: 1 addition & 2 deletions admin/public/emailTemplates/subscribe.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ <h1 style="font-size: x-large">

{{else}}
<img
src="
https://canopas-blogs.s3.ap-south-1.amazonaws.com/canopas_icon_ebedc25de3.png?updated_at=2023-05-18T10:11:39.483Z"
src="https://canopas-blogs.s3.ap-south-1.amazonaws.com/canopas_icon_ebedc25de3.png?updated_at=2023-05-18T10:11:39.483Z"
style="width: 45%; margin-bottom: 20px; margin-top: 10px"
/>
{{/if}}
Expand Down
Loading

0 comments on commit 7bd712f

Please sign in to comment.