Skip to content

Commit

Permalink
Merge branch 'main' into bot-1464
Browse files Browse the repository at this point in the history
  • Loading branch information
linchen1965 authored Jan 9, 2025
2 parents ffce425 + c977ef5 commit 83b3075
Show file tree
Hide file tree
Showing 15 changed files with 8,703 additions and 10,565 deletions.
17,783 changes: 7,653 additions & 10,130 deletions package-lock.json

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,45 +7,45 @@
},
"license": "GPL-3.0-only",
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@railmapgen/rmg-components": "^10.1.2",
"@chakra-ui/react": "^2.10.4",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@railmapgen/rmg-components": "^10.1.7",
"@railmapgen/rmg-palette-resources": "file:package/dist",
"@railmapgen/rmg-runtime": "^10.3.2",
"@railmapgen/rmg-translate": "^3.2.1",
"@reduxjs/toolkit": "^2.3.0",
"ag-grid-community": "^32.3.0",
"ag-grid-react": "^32.3.0",
"framer-motion": "^11.11.10",
"@railmapgen/rmg-translate": "^3.2.3",
"@reduxjs/toolkit": "^2.4.0",
"ag-grid-community": "^32.3.3",
"ag-grid-react": "^32.3.3",
"framer-motion": "^11.13.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.0",
"react-icons": "^5.3.0",
"react-i18next": "^15.1.3",
"react-icons": "^5.4.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.27.0"
"react-router-dom": "^7.0.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.8.1",
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-legacy": "^5.4.3",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^8.57.1",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.16.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"prettier": "^3.3.3",
"terser": "^5.36.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"vitest": "^2.1.3"
"prettier": "^3.4.2",
"terser": "^5.37.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"vite": "^6.0.3",
"vitest": "^2.1.8"
},
"scripts": {
"dev": "vite --host",
Expand All @@ -57,5 +57,5 @@
"postinstall": "cd ./package && npm i",
"preview": "vite preview"
},
"version": "0.16.28"
"version": "0.16.34"
}
686 changes: 394 additions & 292 deletions package/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"@types/jsdom": "^21.1.7",
"jsdom": "^25.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"exports": {
".": "./index.js",
"./": "./"
},
"dependencies": {
"@railmapgen/rmg-translate": "^3.2.1"
"@railmapgen/rmg-translate": "^3.2.3"
}
}
29 changes: 29 additions & 0 deletions public/resources/city-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,16 @@
"zh-Hant": "哥本哈根"
}
},
{
"id": "cork",
"country": "IE",
"name": {
"en": "Cork",
"zh-Hans": "科克",
"zh-Hant": "科克",
"ga": "Corcaigh"
}
},
{
"id": "daegu",
"country": "KR",
Expand Down Expand Up @@ -1339,6 +1349,15 @@
"zh-Hant": "珀斯"
}
},
{
"id": "philidelphia",
"country": "US",
"name": {
"en": "SEPTA",
"zh-Hans": "SEPTA",
"zh-Hant": "SEPTA"
}
},
{
"id": "poznan",
"country": "PL",
Expand Down Expand Up @@ -1921,5 +1940,15 @@
"zh-Hans": "中山",
"zh-Hant": "中山"
}
},
{
"id": "zurich",
"country": "CH",
"name": {
"en": "Zurich",
"zh-Hans": "苏黎世",
"zh-Hant": "蘇黎世",
"de": "Zürich"
}
}
]
Loading

0 comments on commit 83b3075

Please sign in to comment.