Skip to content

Commit

Permalink
Update cms dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
barbara-chaves committed Nov 30, 2023
1 parent 3ae79b4 commit fcb8122
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 295 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esa/client",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 3 additions & 4 deletions cms/src/plugins/map-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,25 @@
},
"dependencies": {
"@strapi/design-system": "^1.9.0",
"@strapi/helper-plugin": "^4.6.0",
"@strapi/helper-plugin": "4.11.2",
"@strapi/icons": "^1.6.3",
"mapbox-gl": "2.15.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-map-gl": "^7.1.5"
},
"devDependencies": {
"@strapi/typescript-utils": "^4.6.0",
"@strapi/typescript-utils": "4.11.2",
"@types/react": "^17.0.53",
"@types/react-dom": "^18.0.28",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.6",
"typescript": "5.0.4"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.6"
Expand Down
Loading

0 comments on commit fcb8122

Please sign in to comment.