Skip to content

Commit

Permalink
Update akvo react form editor
Browse files Browse the repository at this point in the history
  • Loading branch information
dedenbangkit committed Dec 6, 2023
1 parent 54829b0 commit bc550ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 20 deletions.
15 changes: 4 additions & 11 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"akvo-react-form": "^2.2.5",
"akvo-react-form-editor": "^1.1.7",
"akvo-react-form": "^2.2.7",
"akvo-react-form-editor": "^1.1.8",
"axios": "^0.25.0",
"axios-mock-adapter": "^1.21.1",
"buffer": "^6.0.3",
Expand Down Expand Up @@ -52,17 +52,10 @@
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
"extends": ["react-app", "react-app/jest"]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"production": [">0.2%", "not dead", "not op_mini all"],
"development": [
"last 1 chrome version",
"last 1 firefox version",
Expand Down
18 changes: 9 additions & 9 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2774,23 +2774,23 @@ ajv@^8.0.0, ajv@^8.6.0, ajv@^8.9.0:
require-from-string "^2.0.2"
uri-js "^4.2.2"

akvo-react-form-editor@^1.1.7:
version "1.1.7"
resolved "https://registry.yarnpkg.com/akvo-react-form-editor/-/akvo-react-form-editor-1.1.7.tgz#c20ef10e36538fb12df4a7a0c21554c4d4ece66b"
integrity sha512-pYvmvtypv0rI2bdvdJ1DEXFlcSrgL9Vn5Sy6dLQN4Xad7QKzYRGGP+1y3UGjXU919oBDM4g+WXUvyZ+Tp2VPaQ==
akvo-react-form-editor@^1.1.8:
version "1.1.8"
resolved "https://registry.yarnpkg.com/akvo-react-form-editor/-/akvo-react-form-editor-1.1.8.tgz#d4a65f867134cf2e2ecf9dfa26f1fc8fca0f1925"
integrity sha512-byC2QbZlBaNsirbnOJpDcGKATRMc7H69lX2h8tXDy7Jm5vJf4zMnH+V5EHKM30ak4cSbUmzxztcJ0Nn8hhfIRg==
dependencies:
akvo-react-form "^2.2.5"
akvo-react-form "^2.2.7"
antd "^4.20.0"
locale-codes "^1.3.1"
lodash "^4.17.21"
pullstate "^1.24.0"
react-color "^2.19.3"
react-icons "^4.4.0"

akvo-react-form@^2.2.5:
version "2.2.5"
resolved "https://registry.yarnpkg.com/akvo-react-form/-/akvo-react-form-2.2.5.tgz#974b53a54bef111fb1b1b0dbe53c6c615eecd69b"
integrity sha512-U+vsU63/mu3W9o6joqs8f8dAuY1VCwKR5D6kSyXe7APV/MoDvYObO4cDDDCpWivT0W7l+UTjKbZPoUWLIGLS1g==
akvo-react-form@^2.2.7:
version "2.2.7"
resolved "https://registry.yarnpkg.com/akvo-react-form/-/akvo-react-form-2.2.7.tgz#542392cd0c076d88035b7927ddb1bab2322a99d4"
integrity sha512-2FJmS0LxH7LwmBjVArtoxBx5YmGR5cd9sGpUgu2IwpJfOhjQa2Irc0fAEi+qyFMUcvRoFyPta0VbjfILmkEM+g==
dependencies:
"@react-leaflet/core" ">=1.0.0 <1.1.0 || ^1.1.1"
antd "^4.20.0"
Expand Down

0 comments on commit bc550ac

Please sign in to comment.