Add deepmerge dependency

This commit is contained in:
tobias 2024-06-23 22:33:25 +02:00
parent 5d191e1e28
commit 9fa279b962
2 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,7 @@
"@payloadcms/ui": "3.0.0-beta.40",
"babel-plugin-react-compiler": "^0.0.0-experimental-592953e-20240517",
"cross-env": "^7.0.3",
"deepmerge": "^4.3.1",
"graphql": "^16.8.1",
"next": "15.0.0-rc.0",
"payload": "3.0.0-beta.40",

View File

@ -33,6 +33,9 @@ importers:
cross-env:
specifier: ^7.0.3
version: 7.0.3
deepmerge:
specifier: ^4.3.1
version: 4.3.1
graphql:
specifier: ^16.8.1
version: 16.8.1