Skip to content

Commit

Permalink
fix: upgrade FE to fix user perm cache issue (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-moncel authored Jan 29, 2025
1 parent 9e1bdd5 commit afaa01a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18.20.1
- uses: actions/cache@v4
with:
path: '**/node_modules'
Expand Down Expand Up @@ -67,7 +69,7 @@ jobs:
persist-credentials: false # GITHUB_TOKEN must not be set for the semantic release
- uses: actions/setup-node@v4
with:
node-version: 12.13.0
node-version: 18.20.1
- uses: actions/cache@v4
with:
path: '**/node_modules'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/runtime": "7.15.4",
"bluebird": "2.9.25",
"core-js": "3.6.5",
"forest-express": "10.6.4",
"forest-express": "10.6.5",
"http-errors": "1.6.1",
"lodash": "4.17.21",
"moment": "2.29.4",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1791,10 +1791,10 @@
resolved "https://registry.yarnpkg.com/@forestadmin/context/-/context-1.42.11.tgz#50b7ad703ab8010d32dc30a6719d395890a2407a"
integrity sha512-y6lRxvjpjBjlCfJDCA4dd3RRtDKHT2RNvaMhB+MXLrvKSi/OEF403ADTcuCMku2M2X67cFkLWoWS+WHLOnlgvg==

"@forestadmin/[email protected].3":
version "1.36.3"
resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.36.3.tgz#1c0c87a0ee54ac6956ce3b1b6e0253ab16e8d50a"
integrity sha512-uwzkXy69NRWdPSwg5crStirgEQSCABh+uxRbEGi6YgYDGTM9pcgUIIvwDsh7eNoLOM4oxo6oU6WHWCl5RInokQ==
"@forestadmin/[email protected].6":
version "1.36.6"
resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.36.6.tgz#b424049214a4c1298da3ffc7dcadfecd9f5fc81d"
integrity sha512-oC1/ffJoY8tFK29xmmxe/elE9I270hdxE8USuPIxvNEPCbTG4dU3ybbJ/B0PRRzkw3GTUQlYGQND5Wt8kwmS7A==
dependencies:
eventsource "2.0.2"
json-api-serializer "^2.6.6"
Expand Down Expand Up @@ -5174,14 +5174,14 @@ for-each@^0.3.3:
dependencies:
is-callable "^1.1.3"

[email protected].4:
version "10.6.4"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.6.4.tgz#2e79e0610c2b35ed0db7b56d04fdf460f1800943"
integrity sha512-UFMTTemjZ9tDpkELagPdfnWf2mBtokCud5dxN22qDR43qniifRF9VIYGErG9rU30d2Gz2IyLqFNrAGx1FZFDcA==
[email protected].5:
version "10.6.5"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.6.5.tgz#6c940e8a2b11caf4e9fce8e0894d182da1fae5ed"
integrity sha512-gXXAPkc0rZiUaO0SQaybYWVkA3XU9haONBmmYFTRzXomfH9424/udBKRtckSuJ+mqj9QjQudaj4ozVC1SSs9zw==
dependencies:
"@babel/runtime" "7.19.0"
"@forestadmin/context" "1.42.11"
"@forestadmin/forestadmin-client" "1.36.3"
"@forestadmin/forestadmin-client" "1.36.6"
base32-encode "1.1.1"
bitwise-xor "0.0.0"
bluebird "3.7.1"
Expand Down

0 comments on commit afaa01a

Please sign in to comment.