Skip to content

Commit

Permalink
fix: add missing package references
Browse files Browse the repository at this point in the history
  • Loading branch information
edenstrom committed Oct 6, 2021
1 parent d1de447 commit d41e2e3
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion apps/skolplattformen-sthlm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,25 @@
"i18n-js": "*",
"deepmerge": "*",
"buffer": "*",
"fast-fuzzy": "*"
"fast-fuzzy": "*",
"luxon": "*",
"node-fetch": "*",
"tough-cookie": "*",
"fetch-cookie": "*",
"https-proxy-agent": "*",
"@react-native-cookies/cookies": "*",
"events": "*",
"he": "*",
"node-html-parser": "*",
"change-case": "*",
"node-blob": "*",
"camelcase-keys": "*",
"h2m": "*",
"js-htmlencode": "*",
"regenerator-runtime": "*",
"react-redux": "*",
"redux": "*",
"@testing-library/react": "*"
},
"devDependencies": {},
"private": true
Expand Down

0 comments on commit d41e2e3

Please sign in to comment.