Skip to content

Commit

Permalink
use latest arena-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
SteRiccio committed Oct 7, 2024
1 parent 4da3cf5 commit 3a44e69
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@mui/x-data-grid": "^7.14.0",
"@mui/x-date-pickers": "^7.14.0",
"@mui/x-tree-view": "^7.7.1",
"@openforis/arena-core": "../arena-core",
"@openforis/arena-core": "^0.0.207",
"@openforis/arena-server": "^0.1.35",
"@reduxjs/toolkit": "^2.2.5",
"@sendgrid/mail": "^8.1.3",
Expand Down
20 changes: 19 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2761,8 +2761,26 @@
mkdirp "^1.0.4"
rimraf "^3.0.2"

"@openforis/arena-core@../arena-core", "@openforis/arena-core@^0.0.205":
"@openforis/arena-core@^0.0.205":
version "0.0.205"
resolved "https://npm.pkg.github.com/download/@openforis/arena-core/0.0.205/7a4a1074ac76b00880789904fc5fd5dc7d1d6382#7a4a1074ac76b00880789904fc5fd5dc7d1d6382"
integrity sha512-JISauhuzUbN/UReULxRRe50P7IhCcowkayt6pXAy8gF4m8VypKU1AfJgXLXZ3eSGnvXwyuk2TXzwrxIJ7epw/Q==
dependencies:
"@jsep-plugin/regex" "^1.0.3"
bignumber.js "^9.1.2"
jsep "^1.3.8"
lodash.differencewith "^4.5.0"
lodash.frompairs "^4.0.1"
lodash.isequal "^4.5.0"
lodash.topairs "^4.3.0"
moment "^2.30.1"
proj4 "^2.11.0"
uuid "^10.0.0"

"@openforis/arena-core@^0.0.207":
version "0.0.207"
resolved "https://npm.pkg.github.com/download/@openforis/arena-core/0.0.207/100b9e6f016691884008082b89ee8ffc55827ef4#100b9e6f016691884008082b89ee8ffc55827ef4"
integrity sha512-EKn+e5YB71eF480hZmeGtk1+TFH2w3r52/eVir803aSktHI36hk8UHBZmd4qi6KVrZ1aCqjc3mYo+OGypW9vLQ==
dependencies:
"@jsep-plugin/regex" "^1.0.3"
bignumber.js "^9.1.2"
Expand Down

0 comments on commit 3a44e69

Please sign in to comment.