Skip to content

Commit afaa01a

Browse files
fix: upgrade FE to fix user perm cache issue (#1135)
1 parent 9e1bdd5 commit afaa01a

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
- uses: actions/setup-node@v4
25+
with:
26+
node-version: 18.20.1
2527
- uses: actions/cache@v4
2628
with:
2729
path: '**/node_modules'
@@ -67,7 +69,7 @@ jobs:
6769
persist-credentials: false # GITHUB_TOKEN must not be set for the semantic release
6870
- uses: actions/setup-node@v4
6971
with:
70-
node-version: 12.13.0
72+
node-version: 18.20.1
7173
- uses: actions/cache@v4
7274
with:
7375
path: '**/node_modules'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/runtime": "7.15.4",
2929
"bluebird": "2.9.25",
3030
"core-js": "3.6.5",
31-
"forest-express": "10.6.4",
31+
"forest-express": "10.6.5",
3232
"http-errors": "1.6.1",
3333
"lodash": "4.17.21",
3434
"moment": "2.29.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,10 +1791,10 @@
17911791
resolved "https://registry.yarnpkg.com/@forestadmin/context/-/context-1.42.11.tgz#50b7ad703ab8010d32dc30a6719d395890a2407a"
17921792
integrity sha512-y6lRxvjpjBjlCfJDCA4dd3RRtDKHT2RNvaMhB+MXLrvKSi/OEF403ADTcuCMku2M2X67cFkLWoWS+WHLOnlgvg==
17931793

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

5177-
5178-
version "10.6.4"
5179-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.6.4.tgz#2e79e0610c2b35ed0db7b56d04fdf460f1800943"
5180-
integrity sha512-UFMTTemjZ9tDpkELagPdfnWf2mBtokCud5dxN22qDR43qniifRF9VIYGErG9rU30d2Gz2IyLqFNrAGx1FZFDcA==
5177+
5178+
version "10.6.5"
5179+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.6.5.tgz#6c940e8a2b11caf4e9fce8e0894d182da1fae5ed"
5180+
integrity sha512-gXXAPkc0rZiUaO0SQaybYWVkA3XU9haONBmmYFTRzXomfH9424/udBKRtckSuJ+mqj9QjQudaj4ozVC1SSs9zw==
51815181
dependencies:
51825182
"@babel/runtime" "7.19.0"
51835183
"@forestadmin/context" "1.42.11"
5184-
"@forestadmin/forestadmin-client" "1.36.3"
5184+
"@forestadmin/forestadmin-client" "1.36.6"
51855185
base32-encode "1.1.1"
51865186
bitwise-xor "0.0.0"
51875187
bluebird "3.7.1"

0 commit comments

Comments
 (0)