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
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 24.12
nodejs 24.19
yarn 1.22.22
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ WORKDIR /app
COPY . /app/
RUN yarn install && yarn build

FROM nginx:1.31.0-alpine
FROM nginx:1.31.4-alpine@sha256:db35bfc6b2951e7f8a72db5db120288c127ffaeeb4a6d4b95a26fead017d5913
WORKDIR /usr/share/nginx/html
COPY --from=builder /app/dist /usr/share/nginx/html/
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,65 +49,65 @@
"@pmmmwh/react-refresh-webpack-plugin": "0.6.2",
"@types/better-sqlite3": "7.6.13",
"@types/jsdom": "27.0.0",
"@types/node": "24.10.4",
"@types/node": "24.13.3",
"@types/papaparse": "patch:@types/papaparse@npm%3A5.3.14#~/.yarn/patches/@types-papaparse-npm-5.3.14-864eddd3a0.patch",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "10.4.23",
"babel-loader": "10.0.0",
"better-sqlite3": "12.5.0",
"autoprefixer": "10.5.4",
"babel-loader": "10.1.1",
"better-sqlite3": "12.11.1",
"cacheable-lookup": "7.0.0",
"canvas": "3.2.0",
"canvas": "3.2.3",
"classnames": "2.5.1",
"copy-webpack-plugin": "^14.0.0",
"cross-spawn": "7.0.6",
"css-loader": "7.1.2",
"css-loader": "7.1.4",
"css-minimizer-webpack-plugin": "^8.0.0",
"date-fns": "2.30.0",
"eslint-plugin-react-hooks": "^7.0.0",
"favicons": "7.2.0",
"favicons": "7.3.1",
"favicons-webpack-plugin": "6.0.1",
"fork-ts-checker-webpack-plugin": "9.1.0",
"fuzzysort": "^4.0.1",
"html-entities": "2.6.0",
"html-loader": "5.1.0",
"html-webpack-plugin": "5.6.5",
"iconv-lite": "0.7.2",
"html-webpack-plugin": "5.6.8",
"iconv-lite": "0.7.3",
"jimp": "^1.6.1",
"jotai": "2.16.1",
"jotai": "2.20.2",
"jsdom": "27.4.0",
"json-schema-to-typescript": "15.0.4",
"jsonschema": "1.5.0",
"mini-css-extract-plugin": "2.9.4",
"modern-screenshot": "4.6.7",
"nanoid": "5.1.6",
"mini-css-extract-plugin": "2.10.2",
"modern-screenshot": "4.7.0",
"nanoid": "5.1.16",
"normalize.css": "8.0.1",
"oxfmt": "^0.46.0",
"oxfmt": "^0.64.0",
"oxlint": "^1.61.0",
"oxlint-tsgolint": "^0.21.1",
"p-queue": "9.0.1",
"papaparse": "5.5.3",
"oxlint-tsgolint": "^0.25.0",
"p-queue": "9.3.3",
"papaparse": "5.6.0",
"peerjs": "2.0.0-beta.3",
"postcss": "^8.5.19",
"postcss-loader": "8.2.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-error-boundary": "6.0.1",
"react-intl": "8.0.9",
"postcss-loader": "8.2.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-error-boundary": "6.1.3",
"react-intl": "8.1.4",
"react-refresh": "0.18.0",
"sanitize-filename": "1.6.3",
"sanitize-filename": "1.6.4",
"simfile-parser": "1.0.0-beta.0",
"style-loader": "4.0.0",
"tasuku": "^2.0.4",
"typescript": "5.9.3",
"victory": "37.3.6",
"webpack": "5.104.1",
"webpack": "5.109.2",
"webpack-cli": "6.0.1",
"webpack-dev-server": "^5.2.6",
"webpack-sources": "3.3.3",
"webpack-sources": "3.5.1",
"xml2js": "0.6.2",
"zip-webpack-plugin": "4.0.3",
"zustand": "5.0.9"
"zustand": "5.0.15"
},
"resolutions": {
"loader-utils": "^2.0.0",
Expand Down
Loading
Loading