Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@strapi/plugin-cloud": "5.42.1",
"@strapi/plugin-users-permissions": "5.42.1",
"@strapi/plugin-users-permissions": "5.45.0",
"@strapi/strapi": "5.42.1",
"better-sqlite3": "11.3.0",
"react": "^18.0.0",
Expand Down
34 changes: 26 additions & 8 deletions playground/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3967,16 +3967,16 @@ __metadata:
languageName: node
linkType: hard

"@strapi/plugin-users-permissions@npm:5.42.1":
version: 5.42.1
resolution: "@strapi/plugin-users-permissions@npm:5.42.1"
"@strapi/plugin-users-permissions@npm:5.45.0":
version: 5.45.0
resolution: "@strapi/plugin-users-permissions@npm:5.45.0"
dependencies:
"@strapi/design-system": "npm:2.2.0"
"@strapi/icons": "npm:2.2.0"
"@strapi/utils": "npm:5.42.1"
"@strapi/utils": "npm:5.45.0"
bcryptjs: "npm:2.4.3"
formik: "npm:2.4.5"
grant: "npm:^5.4.8"
grant: "npm:5.4.24"
immer: "npm:9.0.21"
jsonwebtoken: "npm:9.0.0"
jwk-to-pem: "npm:2.0.7"
Expand All @@ -3997,7 +3997,7 @@ __metadata:
react-dom: ^17.0.0 || ^18.0.0
react-router-dom: ^6.30.3
styled-components: ^6.0.0
checksum: 10c0/c107fa42869f6c9ea0c0e8342bbd165e50868ca111c5da2cf25044fd73b0b637952629c31706e5e6ae380860adc4e5943cc636fbf45f2a89537ce807707fc14c
checksum: 10c0/46f98681a3d87f85c30f44ca4b89adc85901f4a863c854a1e0e5326e5ca3e697e6fa79c2e881994d971bed526e9c1a8e3344be47a8a78c611aa54a7d256a4175
languageName: node
linkType: hard

Expand Down Expand Up @@ -4256,6 +4256,24 @@ __metadata:
languageName: node
linkType: hard

"@strapi/utils@npm:5.45.0":
version: 5.45.0
resolution: "@strapi/utils@npm:5.45.0"
dependencies:
"@sindresorhus/slugify": "npm:1.1.0"
date-fns: "npm:2.30.0"
execa: "npm:5.1.1"
http-errors: "npm:2.0.0"
lodash: "npm:4.18.1"
node-machine-id: "npm:1.1.12"
p-map: "npm:4.0.0"
preferred-pm: "npm:3.1.3"
yup: "npm:0.32.9"
zod: "npm:3.25.67"
checksum: 10c0/c052d00443bf2c5c7db804dc4e0161bcbff47a6dfba8b1da3515bc3e2a2b72d17c01d9e1bafb74915be2ebd57d34d2c61a1537209ffea3600f63a67759dc97a9
languageName: node
linkType: hard

"@swc/core-darwin-arm64@npm:1.15.30":
version: 1.15.30
resolution: "@swc/core-darwin-arm64@npm:1.15.30"
Expand Down Expand Up @@ -8496,7 +8514,7 @@ __metadata:
languageName: node
linkType: hard

"grant@npm:^5.4.8":
"grant@npm:5.4.24":
version: 5.4.24
resolution: "grant@npm:5.4.24"
dependencies:
Expand Down Expand Up @@ -12015,7 +12033,7 @@ __metadata:
resolution: "playground-5@workspace:."
dependencies:
"@strapi/plugin-cloud": "npm:5.42.1"
"@strapi/plugin-users-permissions": "npm:5.42.1"
"@strapi/plugin-users-permissions": "npm:5.45.0"
"@strapi/strapi": "npm:5.42.1"
"@types/node": "npm:^20"
"@types/pg": "npm:^8"
Expand Down
Loading