main
Štěpán Škorpil 2022-09-14 21:47:09 +02:00
rodzic 59c1ee743d
commit 0336e2183c
3 zmienionych plików z 9 dodań i 9 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
FROM node:16-bullseye AS build
FROM node:18-bullseye AS build
ENV ELASTIC_URL='http://elastic:9200' \
ELASTIC_USER='elastic' \
ELASTIC_PASSWORD='' \

Wyświetl plik

@ -39,7 +39,7 @@
"@next/eslint-plugin-next": "^12.0.7",
"@types/jest": "^27.0.2",
"@types/micro-cors": "^0.1.2",
"@types/node": "^16.11.10",
"@types/node": "^18.7.18",
"@types/npmlog": "^4.1.3",
"@types/react": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.4.0",
@ -3666,9 +3666,9 @@
}
},
"node_modules/@types/node": {
"version": "16.11.58",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.58.tgz",
"integrity": "sha512-uMVxJ111wpHzkx/vshZFb6Qni3BOMnlWLq7q9jrwej7Yw/KvjsEbpxCCxw+hLKxexFMc8YmpG8J9tnEe/rKsIg==",
"version": "18.7.18",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.18.tgz",
"integrity": "sha512-m+6nTEOadJZuTPkKR/SYK3A2d7FZrgElol9UP1Kae90VVU4a6mxnPuLiIW1m4Cq4gZ/nWb9GrdVXJCoCazDAbg==",
"dev": true
},
"node_modules/@types/npmlog": {
@ -14814,9 +14814,9 @@
}
},
"@types/node": {
"version": "16.11.58",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.58.tgz",
"integrity": "sha512-uMVxJ111wpHzkx/vshZFb6Qni3BOMnlWLq7q9jrwej7Yw/KvjsEbpxCCxw+hLKxexFMc8YmpG8J9tnEe/rKsIg==",
"version": "18.7.18",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.18.tgz",
"integrity": "sha512-m+6nTEOadJZuTPkKR/SYK3A2d7FZrgElol9UP1Kae90VVU4a6mxnPuLiIW1m4Cq4gZ/nWb9GrdVXJCoCazDAbg==",
"dev": true
},
"@types/npmlog": {

Wyświetl plik

@ -43,7 +43,7 @@
"@next/eslint-plugin-next": "^12.0.7",
"@types/jest": "^27.0.2",
"@types/micro-cors": "^0.1.2",
"@types/node": "^16.11.10",
"@types/node": "^18.7.18",
"@types/npmlog": "^4.1.3",
"@types/react": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.4.0",