Skip to content

Commit 8926d18

Browse files
authored
Merge pull request #157 from canopas/upgarde-dependencies
Downgrade all the dependencies
2 parents bba8e03 + 9275336 commit 8926d18

File tree

2 files changed

+325
-623
lines changed

2 files changed

+325
-623
lines changed

admin/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,29 @@
1414
"strapi": "strapi"
1515
},
1616
"dependencies": {
17-
"@_sh/strapi-plugin-ckeditor": "^2.1.1",
18-
"@strapi/plugin-i18n": "^4.23.0",
19-
"@strapi/plugin-users-permissions": "^4.23.0",
20-
"@strapi/provider-email-amazon-ses": "^4.23.0",
21-
"@strapi/provider-upload-aws-s3": "^4.23.0",
22-
"@strapi/strapi": "^4.23.0",
17+
"@_sh/strapi-plugin-ckeditor": "^1.1.3",
18+
"@strapi/plugin-i18n": "^4.11.5",
19+
"@strapi/plugin-users-permissions": "^4.11.5",
20+
"@strapi/provider-email-amazon-ses": "^4.11.5",
21+
"@strapi/provider-upload-aws-s3": "^4.11.5",
22+
"@strapi/strapi": "^4.14.3",
2323
"@webbio/strapi-plugin-scheduler": "^1.0.6",
2424
"html-loader": "^5.0.0",
25-
"jsdom": "^24.0.0",
25+
"jsdom": "^22.1.0",
2626
"markdown-loader": "^8.0.0",
27-
"pg": "^8.11.5",
28-
"puppeteer": "^22.6.5",
29-
"react": "^18.2.0",
30-
"react-dom": "^18.2.0",
27+
"pg": "^8.11.1",
28+
"puppeteer": "^22.0.0",
29+
"react": "^18.0.0",
30+
"react-dom": "^18.0.0",
3131
"react-router-dom": "^5.2.0",
3232
"react-tagsinput": "^3.20.3",
3333
"strapi-plugin-tagsinput": "^1.0.4",
34-
"styled-components": "^6.1.8"
34+
"styled-components": "^5.2.1"
3535
},
3636
"engines": {
3737
"npm": ">=6.0.0"
3838
},
3939
"strapi": {
4040
"uuid": "b6b5fb58-ed76-44ab-8910-3857abbf3b9f"
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)