remove lodash, update packages

This commit is contained in:
Ben Phelps
2022-09-04 21:59:20 +03:00
parent 97bf174b78
commit 7f0345a56a
2 changed files with 106 additions and 108 deletions

View File

@@ -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",
@@ -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"
}
}