Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Build
# ==============================================================================

FROM node:25.9.0-alpine AS build
FROM node:25.9.0-alpine@sha256:bdf2cca6fe3dabd014ea60163eca3f0f7015fbd5c7ee1b0e9ccb4ced6eb02ef4 AS build

WORKDIR /workspace

Expand Down Expand Up @@ -64,7 +64,7 @@ RUN --mount=type=cache,id=aerealith-pnpm-store,target=/pnpm/store,uid=1000,gid=1
# - Uses /tmp for the PID and temporary request files.
#
# Keep this version current through Dependabot's Docker updates.
FROM nginxinc/nginx-unprivileged:1.31.2-alpine3.23 AS runtime
FROM nginxinc/nginx-unprivileged:1.31.2-alpine3.23@sha256:592b23aa79a6e6c08ba4b20f1fff700e1328895705966722608e115d62e52d39 AS runtime

# We temporarily become root only to replace the stock virtual-host
# configuration and install read-only static assets. The final container
Expand Down
114 changes: 57 additions & 57 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,75 +55,75 @@
"db:studio": "drizzle-kit studio"
},
"devDependencies": {
"@alwaysmeticulous/recorder-plugin": "^2.293.0",
"@babel/core": "^8.0.1",
"@babel/preset-react": "^8.0.1",
"@cloudflare/vite-plugin": "^1.43.0",
"@cloudflare/vitest-pool-workers": "^0.18.0",
"@codecov/vite-plugin": "^2.0.1",
"@commitlint/cli": "^21.2.0",
"@commitlint/config-conventional": "^21.2.0",
"@commitlint/types": "^21.2.0",
"@eslint/js": "^10.0.0",
"@alwaysmeticulous/recorder-plugin": "2.293.0",
"@babel/core": "8.0.1",
"@babel/preset-react": "8.0.1",
"@cloudflare/vite-plugin": "1.43.0",
"@cloudflare/vitest-pool-workers": "0.18.0",
"@codecov/vite-plugin": "2.0.1",
"@commitlint/cli": "21.2.0",
"@commitlint/config-conventional": "21.2.0",
"@commitlint/types": "21.2.0",
"@eslint/js": "10.0.1",
"@nx/devkit": "23.0.1",
"@nx/eslint": "^23.0.0",
"@nx/eslint": "23.0.1",
"@nx/eslint-plugin": "23.0.1",
"@nx/js": "23.0.1",
"@nx/playwright": "^23.0.1",
"@nx/playwright": "23.0.1",
"@nx/plugin": "23.0.1",
"@nx/react": "^23.0.1",
"@nx/vite": "^23.0.1",
"@nx/vitest": "^23.0.1",
"@nx/react": "23.0.1",
"@nx/vite": "23.0.1",
"@nx/vitest": "23.0.1",
"@nx/web": "23.0.1",
"@nx/workspace": "23.0.1",
"@playwright/test": "^1.61.1",
"@swc-node/register": "^1.11.1",
"@swc/cli": "~0.8.0",
"@swc/core": "~1.15.43",
"@swc/helpers": "~0.5.18",
"@tailwindcss/vite": "^4.3.2",
"@playwright/test": "1.61.1",
"@swc-node/register": "1.11.1",
"@swc/cli": "0.8.1",
"@swc/core": "1.15.43",
"@swc/helpers": "0.5.23",
"@tailwindcss/vite": "4.3.2",
"@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.2",
"@types/node": "^26.0.0",
"@types/pg": "^8.20.0",
"@types/node": "26.1.0",
"@types/pg": "8.20.0",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "^8.62.1",
"@typescript-eslint/parser": "^8.62.1",
"@vitejs/plugin-react": "^6.0.3",
"@vitest/coverage-v8": "~4.1.9",
"@vitest/ui": "~4.1.0",
"drizzle-kit": "^0.31.10",
"eslint": "^10.6.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-playwright": "^2.10.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"globals": "^17.6.0",
"husky": "^9.1.7",
"@typescript-eslint/eslint-plugin": "8.62.1",
"@typescript-eslint/parser": "8.62.1",
"@vitejs/plugin-react": "6.0.3",
"@vitest/coverage-v8": "4.1.9",
"@vitest/ui": "4.1.9",
"drizzle-kit": "0.31.10",
"eslint": "10.6.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-drizzle": "0.2.3",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-playwright": "2.10.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"globals": "17.6.0",
"husky": "9.1.7",
"jiti": "2.7.0",
"jsdom": "^29.1.1",
"jsonc-eslint-parser": "^3.1.0",
"lint-staged": "^17.0.8",
"jsdom": "29.1.1",
"jsonc-eslint-parser": "3.1.0",
"lint-staged": "17.0.8",
"nx": "23.0.1",
"nx-cloud": "^19.1.3",
"prettier": "^3.9.4",
"prettier-plugin-tailwindcss": "^0.8.0",
"rimraf": "^6.1.3",
"shadcn": "^4.13.0",
"tailwindcss": "^4.3.2",
"tslib": "^2.3.0",
"tsx": "^4.23.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.62.1",
"vite": "^8.1.3",
"vite-plugin-dts": "~5.0.2",
"vite-plugin-static-copy": "^4.1.1",
"vitest": "^4.1.9",
"wrangler": "^4.107.0"
"nx-cloud": "19.1.3",
"prettier": "3.9.4",
"prettier-plugin-tailwindcss": "0.8.0",
"rimraf": "6.1.3",
"shadcn": "4.13.0",
"tailwindcss": "4.3.2",
"tslib": "2.8.1",
"tsx": "4.23.0",
"typescript": "6.0.3",
"typescript-eslint": "8.62.1",
"vite": "8.1.3",
"vite-plugin-dts": "5.0.3",
"vite-plugin-static-copy": "4.1.1",
"vitest": "4.1.9",
"wrangler": "4.107.0"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
Expand Down
Loading
Loading