feat: upgrade nextjs and add dockerfile
Showing
.nx-container/fe-news/digest
0 → 100644
apps/fe-news/.env
0 → 100644
apps/fe-news/Dockerfile
0 → 100644
... | ... | @@ -13,7 +13,7 @@ |
"classnames": "^2.3.2", | ||
"isomorphic-dompurify": "^1.4.0", | ||
"lodash.unescape": "^4.0.1", | ||
"next": "13.3.0", | ||
"next": "13.4.1", | ||
"next-with-linaria": "^0.5.0", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
... | ... | @@ -28,6 +28,8 @@ |
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.21.5", | ||
"@linaria/vite": "^4.2.10", | ||
"@nx-tools/container-metadata": "^4.0.3", | ||
"@nx-tools/nx-container": "^4.0.3", | ||
"@nx/cypress": "16.0.3", | ||
"@nx/eslint-plugin": "16.0.3", | ||
"@nx/jest": "16.0.3", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment