Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
holi-app-volunteering
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
app
holi-app-volunteering
Commits
7f991407
Commit
7f991407
authored
1 year ago
by
Taha Cherfia
Browse files
Options
Downloads
Patches
Plain Diff
HOLI-5486: add turfjs dependency
parent
81b87198
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
app/deps.ts
+1
-0
1 addition, 0 deletions
app/deps.ts
deno.lock
+160
-1
160 additions, 1 deletion
deno.lock
lock.json
+149
-1
149 additions, 1 deletion
lock.json
with
310 additions
and
2 deletions
app/deps.ts
+
1
−
0
View file @
7f991407
...
...
@@ -4,3 +4,4 @@ export {
createYoga
,
}
from
"
https://cdn.skypack.dev/graphql-yoga@3.0.0-next.4
"
;
export
{
useResponseCache
}
from
"
https://cdn.skypack.dev/@graphql-yoga/plugin-response-cache@1.0.0-next.4
"
;
export
*
as
turf
from
"
https://esm.sh/@turf/turf@6.5.0
"
;
This diff is collapsed.
Click to expand it.
deno.lock
+
160
−
1
View file @
7f991407
This diff is collapsed.
Click to expand it.
lock.json
+
149
−
1
View file @
7f991407
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment