Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @pankod/refine-simple-rest to v3.39.0 #2398

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 frontend/staff-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@pankod/refine-antd": "4.9.0",
"@pankod/refine-core": "3.103.0",
"@pankod/refine-react-router-v6": "3.40.0",
"@pankod/refine-simple-rest": "3.22.1",
"@pankod/refine-simple-rest": "3.39.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.0.1",
"@testing-library/user-event": "14.1.0",
Expand Down
43 changes: 26 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4345,7 +4345,7 @@ __metadata:
languageName: node
linkType: hard

"@pankod/refine-core@npm:3.103.0, @pankod/refine-core@npm:^3.103.0, @pankod/refine-core@npm:^3.22.1":
"@pankod/refine-core@npm:3.103.0, @pankod/refine-core@npm:^3.103.0":
version: 3.103.0
resolution: "@pankod/refine-core@npm:3.103.0"
dependencies:
Expand Down Expand Up @@ -4384,16 +4384,15 @@ __metadata:
languageName: node
linkType: hard

"@pankod/refine-simple-rest@npm:3.22.1":
version: 3.22.1
resolution: "@pankod/refine-simple-rest@npm:3.22.1"
"@pankod/refine-simple-rest@npm:3.39.0":
version: 3.39.0
resolution: "@pankod/refine-simple-rest@npm:3.39.0"
dependencies:
"@pankod/refine-core": ^3.22.1
axios: ^0.21.4
query-string: ^7.0.1
axios: ^0.26.1
query-string: ^7.1.1
peerDependencies:
"@pankod/refine-core": ^3.18.0
checksum: d2006389ca5d50953573c38e116884c196e9de692e9055531152fcfa26daa357eebc9721d46dd8800ec993ed7af00b3d8336c112cf175a8dc653fe5f1c4c0021
"@pankod/refine-core": ^3.23.2
checksum: 2a15d2369ced99f8bd20d0523d5dfc377fccc3734a7125dd37581f870394a19c079db2761ef8321f4b0d6e69a8d70d4b023b790f94eda75520567b381186055f
languageName: node
linkType: hard

Expand Down Expand Up @@ -7200,12 +7199,12 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^0.21.4":
version: 0.21.4
resolution: "axios@npm:0.21.4"
"axios@npm:^0.26.1":
version: 0.26.1
resolution: "axios@npm:0.26.1"
dependencies:
follow-redirects: ^1.14.0
checksum: 44245f24ac971e7458f3120c92f9d66d1fc695e8b97019139de5b0cc65d9b8104647db01e5f46917728edfc0cfd88eb30fc4c55e6053eef4ace76768ce95ff3c
follow-redirects: ^1.14.8
checksum: d9eb58ff4bc0b36a04783fc9ff760e9245c829a5a1052ee7ca6013410d427036b1d10d04e7380c02f3508c5eaf3485b1ae67bd2adbfec3683704745c8d7a6e1a
languageName: node
linkType: hard

Expand Down Expand Up @@ -11562,7 +11561,7 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.0.0, follow-redirects@npm:^1.14.0":
"follow-redirects@npm:^1.0.0":
version: 1.15.6
resolution: "follow-redirects@npm:1.15.6"
peerDependenciesMeta:
Expand All @@ -11572,6 +11571,16 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.14.8":
version: 1.15.9
resolution: "follow-redirects@npm:1.15.9"
peerDependenciesMeta:
debug:
optional: true
checksum: 859e2bacc7a54506f2bf9aacb10d165df78c8c1b0ceb8023f966621b233717dab56e8d08baadc3ad3b9db58af290413d585c999694b7c146aaf2616340c3d2a6
languageName: node
linkType: hard

"for-each@npm:^0.3.3":
version: 0.3.3
resolution: "for-each@npm:0.3.3"
Expand Down Expand Up @@ -16228,7 +16237,7 @@ __metadata:
"@pankod/refine-antd": 4.9.0
"@pankod/refine-core": 3.103.0
"@pankod/refine-react-router-v6": 3.40.0
"@pankod/refine-simple-rest": 3.22.1
"@pankod/refine-simple-rest": 3.39.0
"@testing-library/jest-dom": 5.16.4
"@testing-library/react": 13.0.1
"@testing-library/user-event": 14.1.0
Expand Down Expand Up @@ -18743,7 +18752,7 @@ __metadata:
languageName: node
linkType: hard

"query-string@npm:^7.0.1":
"query-string@npm:^7.1.1":
version: 7.1.3
resolution: "query-string@npm:7.1.3"
dependencies:
Expand Down
Loading