Skip to content

Commit

Permalink
Bump dependancies -> 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
redondi88 committed Dec 30, 2024
1 parent 729d787 commit 07364fd
Show file tree
Hide file tree
Showing 3 changed files with 833 additions and 1,065 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ You will need to set the following environment variables:
This component relies on extending the `user-permissions` types. Extend it by adding the following to `./src/extensions/user-permissions/content-types/user/schema.json`

```javascript
{
// .. rest of code
// .. rest of schema
attributes:{
// .. rest of attributes
"refresh_tokens": {
"type": "relation",
"relation": "oneToMany",
Expand All @@ -44,6 +45,7 @@ This component relies on extending the `user-permissions` types. Extend it by ad
"configurable": false
}
}
// rest of code
```

Modify your plugins file `config/plugin.ts` to have the following:
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"directory": "."
},
"version": "0.1.1",
"version": "0.1.2",
"keywords": [],
"type": "commonjs",
"exports": {
Expand Down Expand Up @@ -41,8 +41,6 @@
"test:ts:back": "run -T tsc -p server/tsconfig.json"
},
"dependencies": {
"@strapi/design-system": "^2.0.0-rc.14",
"@strapi/icons": "^2.0.0-rc.14",
"react-intl": "^7.0.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 07364fd

Please sign in to comment.