Skip to content

Commit

Permalink
chore(deps): update multiple libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfran committed Aug 8, 2024
1 parent b65492a commit e1b5e17
Show file tree
Hide file tree
Showing 8 changed files with 19,437 additions and 13,988 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ testem.log
Thumbs.db

.nx/cache
.nx/workspace-data
.env

.angular
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
/coverage
/.nx/cache
.angular

/.nx/workspace-data
8 changes: 7 additions & 1 deletion libs/plugins-runtime/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"$schema": "../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "plugins-runtime/src",
"projectType": "library",
"targets": {},
"targets": {
"preview": {
"command": "vite preview",
"options": { "cwd": "libs/plugins-runtime" },
"_": "Delete this targets:preview when https://github.com/nrwl/nx/issues/26800 is fixed"
}
},
"tags": ["type:feature"]
}
2 changes: 1 addition & 1 deletion libs/plugins-runtime/src/lib/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export function createApi(
return context.currentUser;
},

get activeUsers(): PenpotActiveUser {
get activeUsers(): PenpotActiveUser[] {
checkPermission('user:read');
return context.activeUsers;
},
Expand Down
6 changes: 5 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
}
},
"release": {
"projects": ["libs/plugins-styles", "libs/plugin-types", "libs/plugins-runtime"]
"projects": [
"libs/plugins-styles",
"libs/plugin-types",
"libs/plugins-runtime"
]
},
"extends": "nx/presets/npm.json",
"$schema": "./node_modules/nx/schemas/nx-schema.json",
Expand Down
Loading

0 comments on commit e1b5e17

Please sign in to comment.