Skip to content

Commit

Permalink
fix: add peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Feb 21, 2024
1 parent fef3245 commit b56bccb
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@graasp/map",
"version": "1.3.2",
"private": false,
"license": "AGPL-3.0-only",
"repository": "[email protected]:graasp/graasp-map.git",
"author": "Graasp",
Expand Down Expand Up @@ -95,5 +94,19 @@
"vite": "^4.5.1",
"vite-plugin-dts": "3.7.3"
},
"peerDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@graasp/query-client": "*",
"@graasp/sdk": "*",
"@graasp/translations": "*",
"@graasp/ui": "*",
"@mui/icons-material": "^5.15.10",
"@mui/lab": "^5.0.0-alpha.165",
"@mui/material": "^5.15.10",
"react": "*",
"react-dom": "*",
"react-i18next": "^14.0.0"
},
"packageManager": "[email protected]"
}
13 changes: 13 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -973,6 +973,19 @@ __metadata:
typescript: "npm:^5.3.3"
vite: "npm:^4.5.1"
vite-plugin-dts: "npm:3.7.3"
peerDependencies:
"@emotion/react": ^11.11.1
"@emotion/styled": ^11.11.0
"@graasp/query-client": "*"
"@graasp/sdk": "*"
"@graasp/translations": "*"
"@graasp/ui": "*"
"@mui/icons-material": ^5.15.10
"@mui/lab": ^5.0.0-alpha.165
"@mui/material": ^5.15.10
react: "*"
react-dom: "*"
react-i18next: ^14.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit b56bccb

Please sign in to comment.