2
0

fix(docker): 🐛 Docker build 'qs' missing

This commit is contained in:
Baptiste Arnaud
2022-04-06 09:54:43 +02:00
parent 15868f99fc
commit 366f93fd50
2 changed files with 6 additions and 3 deletions

View File

@ -39,7 +39,8 @@
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"tslib": "^2.3.1"
"tslib": "^2.3.1",
"@types/qs": "^6.9.7"
},
"peerDependencies": {
"react": "^17.0.2"