Skip to content

Commit 28073c1

Browse files
committed
Dependency updates
1 parent fa40d7e commit 28073c1

9 files changed

+46
-46
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Updated
11+
- Dependency updates
12+
1013
### Fixed
1114
- Formatting of ids for `simple` and `jump` menus
1215

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"pbf": "^4.0.1",
6464
"pretty-error": "^4.0.0",
6565
"pug": "^3.0.3",
66-
"puppeteer": "^24.26.1",
66+
"puppeteer": "^24.29.0",
6767
"sanitize-filename": "^1.6.3",
6868
"sanitize-html": "^2.17.0",
6969
"sqlstring": "^2.3.3",
@@ -74,7 +74,7 @@
7474
"devDependencies": {
7575
"@types/archiver": "^7.0.0",
7676
"@types/cli-table": "^0.3.4",
77-
"@types/express": "^5.0.4",
77+
"@types/express": "^5.0.5",
7878
"@types/insane": "^1.0.0",
7979
"@types/js-beautify": "^1.14.3",
8080
"@types/lodash-es": "^4.17.12",

www/blog/2020-07-07-New-Documentation.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
slug: new_documentation
33
title: New Documentation
4-
author: Brendan Nee
5-
author_url: https://github.com/brendannee
6-
author_image_url: https://avatars3.githubusercontent.com/u/96217?s=400&v=4
4+
authors: brendannee
75
tags: [docusaurus]
86
---
97

www/blog/2020-08-20-Version-1.0.0.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
slug: version_1
33
title: Version 1.0.0
4-
author: Brendan Nee
5-
author_url: https://github.com/brendannee
6-
author_image_url: https://avatars3.githubusercontent.com/u/96217?s=400&v=4
4+
authors: brendannee
75
tags: [sqlite]
86
---
97

www/blog/2021-11-06-CSV-Export.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
slug: timetables_as_csv
33
title: New Feature - GTFS timetables as CSV
4-
author: Brendan Nee
5-
author_url: https://github.com/brendannee
6-
author_image_url: https://avatars3.githubusercontent.com/u/96217?s=400&v=4
4+
authors: brendannee
75
tags: [csv]
86
---
97

www/blog/2024-09-09-New-GTFS-to-HTML-As-A-Service.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
slug: new_gtfs_to_html_as_a_service
33
title: New GTFS-to-HTML as a Service
4-
author: Brendan Nee
5-
author_url: https://github.com/brendannee
6-
author_image_url: https://avatars3.githubusercontent.com/u/96217?s=400&v=4
4+
authors: brendannee
75
tags: [csv]
86
---
97

www/blog/authors.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
brendannee:
2+
name: Brendan Nee
3+
url: https://github.com/brendannee
4+
image_url: https://avatars3.githubusercontent.com/u/96217?s=400&v=4

www/docusaurus.config.js

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@ module.exports = {
1111
title: 'GTFS-to-HTML',
1212
logo: {
1313
alt: 'GTFS-to-HTML Logo',
14-
src: 'img/gtfs-to-html-logo.svg'
14+
src: 'img/gtfs-to-html-logo.svg',
1515
},
1616
items: [
1717
{
1818
to: 'docs/',
1919
activeBasePath: 'docs',
2020
label: 'Documentation',
21-
position: 'left'
21+
position: 'left',
2222
},
2323
{ to: 'blog', label: 'Blog', position: 'left' },
2424
{
2525
href: 'https://www.npmjs.com/package/gtfs-to-html',
2626
label: 'NPM',
27-
position: 'right'
27+
position: 'right',
2828
},
2929
{
3030
href: 'https://github.com/blinktaginc/gtfs-to-html',
3131
label: 'GitHub',
32-
position: 'right'
33-
}
34-
]
32+
position: 'right',
33+
},
34+
],
3535
},
3636
footer: {
3737
style: 'dark',
@@ -41,43 +41,43 @@ module.exports = {
4141
items: [
4242
{
4343
label: 'Documentation',
44-
to: 'docs/'
44+
to: 'docs/',
4545
},
4646
{
4747
label: 'Blog',
48-
to: 'blog'
49-
}
50-
]
48+
to: 'blog',
49+
},
50+
],
5151
},
5252
{
5353
title: 'Download',
5454
items: [
5555
{
5656
label: 'GitHub',
57-
href: 'https://github.com/blinktaginc/gtfs-to-html'
57+
href: 'https://github.com/blinktaginc/gtfs-to-html',
5858
},
5959
{
6060
label: 'NPM',
61-
href: 'https://www.npmjs.com/package/gtfs-to-html'
62-
}
63-
]
61+
href: 'https://www.npmjs.com/package/gtfs-to-html',
62+
},
63+
],
6464
},
6565
{
6666
title: 'Acknowledgements',
6767
items: [
6868
{
6969
label: 'Docusaurus',
70-
href: 'https://docusaurus.io'
70+
href: 'https://docusaurus.io',
7171
},
7272
{
7373
label: 'Contributors',
74-
href: 'https://github.com/BlinkTagInc/gtfs-to-html/blob/master/package.json#L13'
75-
}
76-
]
77-
}
74+
href: 'https://github.com/BlinkTagInc/gtfs-to-html/blob/master/package.json#L13',
75+
},
76+
],
77+
},
7878
],
79-
copyright: `Copyright © ${new Date().getFullYear()} BlinkTag, Inc. Built with Docusaurus.`
80-
}
79+
copyright: `Copyright © ${new Date().getFullYear()} BlinkTag, Inc. Built with Docusaurus.`,
80+
},
8181
},
8282
presets: [
8383
[
@@ -87,18 +87,19 @@ module.exports = {
8787
sidebarPath: require.resolve('./sidebars.js'),
8888
// Please change this to your repo.
8989
editUrl:
90-
'https://github.com/blinktaginc/gtfs-to-html/edit/master/www/'
90+
'https://github.com/blinktaginc/gtfs-to-html/edit/master/www/',
9191
},
9292
blog: {
9393
showReadingTime: true,
9494
// Please change this to your repo.
9595
editUrl:
96-
'https://github.com/blinktaginc/gtfs-to-html/edit/master/www/blog/'
96+
'https://github.com/blinktaginc/gtfs-to-html/edit/master/www/blog/',
97+
onUntruncatedBlogPosts: 'ignore',
9798
},
9899
theme: {
99-
customCss: require.resolve('./src/css/custom.css')
100-
}
101-
}
102-
]
103-
]
100+
customCss: require.resolve('./src/css/custom.css'),
101+
},
102+
},
103+
],
104+
],
104105
};

www/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"deploy": "docusaurus deploy"
1010
},
1111
"dependencies": {
12-
"@docusaurus/core": "^3.8.1",
13-
"@docusaurus/preset-classic": "^3.8.1",
12+
"@docusaurus/core": "^3.9.2",
13+
"@docusaurus/preset-classic": "^3.9.2",
1414
"clsx": "^2.1.1",
15-
"react": "^19.1.0",
16-
"react-dom": "^19.1.0"
15+
"react": "^19.2.0",
16+
"react-dom": "^19.2.0"
1717
},
1818
"engines": {
1919
"node": ">=18.0"

0 commit comments

Comments
 (0)