Skip to content
Merged
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,996 changes: 1,117 additions & 1,879 deletions package-lock.json

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,43 +7,43 @@
},
"license": "GPL-3.0-only",
"dependencies": {
"@mantine/core": "^8.2.7",
"@mantine/hooks": "^8.2.7",
"@mantine/core": "^8.3.6",
"@mantine/hooks": "^8.3.6",
"@railmapgen/mantine-components": "^0.1.27",
"@railmapgen/rmg-runtime": "^12.0.3",
"@railmapgen/rmg-translate": "^3.4.4",
"@reduxjs/toolkit": "^2.8.2",
"@reduxjs/toolkit": "^2.9.2",
"clsx": "^2.1.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-i18next": "^15.7.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.2.3",
"react-icons": "^5.5.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.8.2"
"react-router-dom": "^7.9.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.34.0",
"@testing-library/jest-dom": "^6.8.0",
"@eslint/js": "^9.39.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.7",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^5.0.1",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^9.34.0",
"@vitejs/plugin-react": "^5.1.0",
"@vitest/coverage-v8": "^4.0.6",
"eslint": "^9.39.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"jsdom": "^26.1.0",
"jsdom": "^27.1.0",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.6.2",
"typescript": "^5.9.2",
"typescript-eslint": "^8.40.0",
"vite": "^7.1.3",
"vitest": "^3.2.4"
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.2",
"vite": "^7.1.12",
"vitest": "^4.0.6"
},
"scripts": {
"dev": "vite --host",
Expand Down
1 change: 0 additions & 1 deletion src/i18n/translations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"Tab": "タブ",
"Terms and conditions": "利用規約",
"Tutorial": "チュートリアル",
"Official Website": "公式網頁",
"Mini Metro Web": "ミニ地下鉄描画ツール",
"Unable to create your account": "アカウントを作成できません",
"Unable to reset your password": "パスワードをリセットできません",
Expand Down
1 change: 0 additions & 1 deletion src/i18n/translations/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"Tab": "탭",
"Terms and conditions": "이용 약관",
"Tutorial": "사용 설명서",
"Official Website": "공식 웹사이트",
"Mini Metro Web": "미니 메트로 웹",
"Unable to create your account": "계정을 만들 수 없습니다.",
"Unable to reset your password": "비밀번호를 재설정할 수 없습니다.",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/translations/zh-Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"Close app": "关闭应用程序",
"Close current tab": "关闭当前标签页",
"Close tab": "关闭标签页",
"Community review": "社区审核",
"Contribution Wiki": "贡献者指南",
"Contributors": "贡献者",
"Current session has been terminated. Please close this window.": "当前会话已被终止,请关闭此窗口。",
Expand Down Expand Up @@ -83,7 +84,6 @@
"Tab": "标签页",
"Terms and conditions": "条款与细则",
"Tutorial": "使用教程",
"Official Website": "官方网站",
"Mini Metro Web": "迷你地铁绘制工具",
"Unable to create your account": "无法创建您的账户",
"Unable to reset your password": "无法重置您的密码",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/translations/zh-Hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"Close app": "關閉應用程式",
"Close current tab": "關閉當前分頁",
"Close tab": "關閉分頁",
"Community review": "社群審核",
"Contribution Wiki": "貢獻者指南",
"Contributors": "貢獻者",
"Current session has been terminated. Please close this window.": "當前工作階段已被終止,請關閉該視窗。",
Expand Down Expand Up @@ -83,7 +84,6 @@
"Tab": "分頁",
"Terms and conditions": "條款及細則",
"Tutorial": "使用指南",
"Official Website": "官方網站",
"Mini Metro Web": "迷你捷運繪製工具",
"Unable to create your account": "無法建立你的帳戶",
"Unable to reset your password": "無法重設你的密碼",
Expand Down
6 changes: 6 additions & 0 deletions src/util/asset-enablements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@ export const assetEnablement: Record<string, AssetDetail> = {
assetType: 'link',
allowedInstances: ['Org', 'GitHub', 'GitLab', 'localhost', 'unknown'],
},
'community-review': {
name: 'Community review',
url: 'https://github.com/railmapgen/railmapgen.github.io/wiki/Earn-Subscriptions-Through-Community-Reviews',
assetType: 'link',
allowedInstances: ['Org', 'GitHub', 'GitLab', 'localhost', 'unknown'],
},
'mini-metro-web': {
name: 'Mini Metro Web',
url: 'https://mini-metro-web.gitlab.io/',
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"noEmit": true,
"jsx": "react-jsx",
"noFallthroughCasesInSwitch": true,
"types": ["vitest/globals"],
"types": ["vitest/globals", "node"],
},
"include": [
"src",
Expand Down