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.18
yarn 1.22.22
942 changes: 0 additions & 942 deletions .yarn/releases/yarn-4.12.0.cjs

This file was deleted.

944 changes: 944 additions & 0 deletions .yarn/releases/yarn-4.17.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.12.0.cjs
yarnPath: .yarn/releases/yarn-4.17.1.cjs
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.2-alpine@sha256:54f2a904c251d5a34adf545a72d32515a15e08418dae0266e23be2e18c66fefa
WORKDIR /usr/share/nginx/html
COPY --from=builder /app/dist /usr/share/nginx/html/
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,68 +50,68 @@
"@types/better-sqlite3": "7.6.13",
"@types/fuzzy-search": "2.1.5",
"@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",
"autoprefixer": "10.5.2",
"axios": "1.15.0",
"babel-loader": "10.0.0",
"better-sqlite3": "12.5.0",
"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",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "13.0.1",
"cross-spawn": "7.0.6",
"css-loader": "7.1.2",
"css-loader": "7.1.4",
"css-minimizer-webpack-plugin": "7.0.4",
"date-fns": "2.30.0",
"eslint-plugin-react-hooks": "^7.0.0",
"favicons": "7.2.0",
"favicons": "7.3.0",
"favicons-webpack-plugin": "6.0.1",
"fork-ts-checker-webpack-plugin": "9.1.0",
"fuzzy-search": "3.2.1",
"html-entities": "2.6.0",
"html-loader": "5.1.0",
"html-webpack-plugin": "5.6.5",
"iconv-lite": "0.7.2",
"jimp": "1.6.0",
"jotai": "2.16.1",
"html-webpack-plugin": "5.6.7",
"iconv-lite": "0.7.3",
"jimp": "1.6.1",
"jotai": "2.20.1",
"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.58.0",
"oxlint": "^1.61.0",
"oxlint-tsgolint": "^0.21.1",
"p-queue": "9.0.1",
"papaparse": "5.5.3",
"oxlint-tsgolint": "^0.24.0",
"p-queue": "9.3.1",
"papaparse": "5.5.4",
"peerjs": "2.0.0-beta.3",
"postcss": "8.5.6",
"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.7",
"react-dom": "19.2.7",
"react-error-boundary": "6.1.2",
"react-intl": "8.1.4",
"react-refresh": "0.18.0",
"sanitize-filename": "1.6.3",
"sanitize-filename": "1.6.4",
"simfile-parser": "0.9.0",
"style-loader": "4.0.0",
"tasuku": "^2.0.4",
"typescript": "5.9.3",
"undici": "7.24.0",
"victory": "37.3.6",
"webpack": "5.104.1",
"webpack": "5.108.4",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.2",
"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.14"
},
"resolutions": {
"loader-utils": "^2.0.0",
Expand All @@ -121,5 +121,5 @@
"engines": {
"node": "^24.0.0"
},
"packageManager": "yarn@4.12.0"
"packageManager": "yarn@4.17.1"
}
Loading