Skip to content

Commit 08469ab

Browse files
new parent image
1 parent 18ee0f6 commit 08469ab

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kernai/refinery-parent-images:v1.19.0-next
1+
FROM kernai/refinery-parent-images:v1.20.0-next
22

33
WORKDIR /app
44
COPY package*.json /app/

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kernai/refinery-parent-images:v1.19.0-next
1+
FROM kernai/refinery-parent-images:v1.20.0-next
22

33
WORKDIR /app
44

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/react": "^18.3.3",
2323
"@types/react-dom": "^18.3.0",
2424
"autoprefixer": "^10.4.19",
25-
"aws-sdk": "^2.1653.0",
25+
"aws-sdk": "^2.1691.0",
2626
"chart.js": "^4.4.3",
2727
"clsx": "^1.2.1",
2828
"d3": "^7.8.5",
@@ -42,7 +42,9 @@
4242
"react-router-dom": "^6.10.0",
4343
"rxjs": "^7.8.1",
4444
"tailwindcss": "^3.4.4",
45-
"typescript": "^5.1.3"
45+
"typescript": "^5.1.3",
46+
"i18next": "^23.11.5",
47+
"lodash": "^4.17.21"
4648
},
4749
"devDependencies": {
4850
"autoprefixer": "^10.4.15",

0 commit comments

Comments
 (0)