Add crypto-js to required Modules
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 44s
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 44s
This commit is contained in:
@ -6,6 +6,10 @@
|
||||
"@redwoodjs/api": "8.3.0",
|
||||
"@redwoodjs/api-server": "8.3.0",
|
||||
"@redwoodjs/auth-dbauth-api": "8.3.0",
|
||||
"@redwoodjs/graphql-server": "8.3.0"
|
||||
"@redwoodjs/graphql-server": "8.3.0",
|
||||
"crypto-js": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/crypto-js": "^4"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user