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
6 changes: 3 additions & 3 deletions apps/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.7
# syntax=docker/dockerfile:1.7@sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e

# Build from the repository root:
#
Expand All @@ -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:a8d5564c3354241473c1e152d5dd3281ab4224edb61b23c291e0bfd9854687a1 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
110 changes: 55 additions & 55 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,75 +62,75 @@
"db:studio": "drizzle-kit studio"
},
"devDependencies": {
"@alwaysmeticulous/recorder-plugin": "^2.293.0",
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@cloudflare/vite-plugin": "^1.42.0",
"@cloudflare/vitest-pool-workers": "^0.16.17",
"@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": "7.29.7",
"@babel/preset-react": "7.29.7",
"@cloudflare/vite-plugin": "1.42.0",
"@cloudflare/vitest-pool-workers": "0.16.17",
"@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.0",
"@nx/playwright": "23.0.0",
"@nx/plugin": "23.0.1",
"@nx/react": "^23.0.0",
"@nx/vite": "^23.0.0",
"@nx/vitest": "^23.0.0",
"@nx/react": "23.0.0",
"@nx/vite": "23.0.0",
"@nx/vitest": "23.0.0",
"@nx/web": "23.0.1",
"@nx/workspace": "23.0.1",
"@playwright/test": "^1.61.0",
"@playwright/test": "1.61.0",
"@swc-node/register": "^1.11.1",
"@swc-node/register": "^1.11.1",
"@swc/cli": "~0.8.0",
"@swc/core": "~1.15.0",
"@swc/helpers": "~0.5.18",
"@swc-node/register": "1.11.1",
"@swc/cli": "0.8.1",
"@swc/core": "1.15.41",
"@swc/helpers": "0.5.23",
"@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.2",
"@types/node": "^25.9.3",
"@types/pg": "^8.20.0",
"@types/node": "25.9.3",
"@types/pg": "8.20.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^8.61.1",
"@typescript-eslint/parser": "^8.61.1",
"@vitejs/plugin-react": "^6.0.0",
"@vitest/coverage-v8": "~4.1.9",
"@vitest/ui": "~4.1.0",
"drizzle-kit": "^0.31.10",
"eslint": "^10.5.0",
"eslint-config-prettier": "^10.1.8",
"globals": "^16.0.0",
"@typescript-eslint/eslint-plugin": "8.61.1",
"@typescript-eslint/parser": "8.61.1",
"@vitejs/plugin-react": "6.0.2",
"@vitest/coverage-v8": "4.1.9",
"@vitest/ui": "4.1.9",
"drizzle-kit": "0.31.10",
"eslint": "10.5.0",
"eslint-config-prettier": "10.1.8",
"globals": "^16.0.0",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"husky": "^9.1.7",
"globals": "16.5.0",
"eslint-plugin-drizzle": "0.2.3",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-playwright": "1.8.3",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"husky": "9.1.7",
"jiti": "2.7.0",
"jsdom": "^27.1.0",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^17.0.7",
"jsdom": "27.4.0",
"jsonc-eslint-parser": "2.4.2",
"lint-staged": "17.0.7",
"nx": "23.0.1",
"nx-cloud": "^19.1.3",
"prettier": "^3.8.4",
"prettier-plugin-tailwindcss": "^0.8.0",
"rimraf": "^6.1.3",
"tailwindcss": "^4.3.1",
"tslib": "^2.3.0",
"tsx": "^4.22.4",
"typescript": "^6.0.3",
"typescript-eslint": "^8.61.1",
"vite": "^8.0.16",
"vite-plugin-dts": "~4.5.0",
"vite-plugin-static-copy": "^4.1.1",
"vitest": "^4.1.9",
"wrangler": "^4.102.0"
"nx-cloud": "19.1.3",
"prettier": "3.8.4",
"prettier-plugin-tailwindcss": "0.8.0",
"rimraf": "6.1.3",
"tailwindcss": "4.3.1",
"tslib": "2.8.1",
"tsx": "4.22.4",
"typescript": "6.0.3",
"typescript-eslint": "8.61.1",
"vite": "8.0.16",
"vite-plugin-dts": "4.5.4",
"vite-plugin-static-copy": "4.1.1",
"vitest": "4.1.9",
"wrangler": "4.102.0"
},
"dependencies": {
"@grafana/faro-react": "^2.7.1",
Expand Down
Loading