Skip to content

Commit

Permalink
remove lodash, update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
benphelps committed Sep 4, 2022
1 parent 97bf174 commit 7f0345a
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 108 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@tailwindcss/forms": "^0.5.2",
"dockerode": "^3.3.3",
"@tailwindcss/forms": "^0.5.3",
"dockerode": "^3.3.4",
"js-yaml": "^4.1.0",
"json-rpc-2.0": "^1.3.0",
"lodash": "^4.17.21",
"json-rpc-2.0": "^1.4.1",
"memory-cache": "^0.2.0",
"next": "12.2.5",
"node-os-utils": "^1.3.7",
Expand All @@ -31,6 +30,6 @@
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.7.4"
"typescript": "^4.8.2"
}
}
Loading

0 comments on commit 7f0345a

Please sign in to comment.