Skip to content

Commit 472e654

Browse files
committed
Upgrade deps
Signed-off-by: anqurvanillapy <anqurvanillapy@gmail.com>
1 parent 13de0c7 commit 472e654

File tree

7 files changed

+7489
-12702
lines changed

7 files changed

+7489
-12702
lines changed

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# rowscript-lang.org
1+
# rowscript.github.io
22

33
Website for [RowScript](https://github.com/rowscript/rowscript).

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Rowscript developers
3+
Copyright (c) 2024 RowScript developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docusaurus.config.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
// @ts-check
22

3-
const lightCodeTheme = require("prism-react-renderer/themes/github");
4-
const darkCodeTheme = require("prism-react-renderer/themes/dracula");
3+
const prism = require("prism-react-renderer");
54

65
const config = {
76
title: "RowScript",
87
favicon: "img/favicon.ico",
98

10-
url: "https://rowscript-lang.org",
9+
url: "https://rows.ro",
1110
baseUrl: "/",
1211

1312
organizationName: "rowscript",
@@ -108,8 +107,8 @@ const config = {
108107
copyright: `Copyright © ${new Date().getFullYear()} RowScript. Built with Docusaurus.`,
109108
},
110109
prism: {
111-
theme: lightCodeTheme,
112-
darkTheme: darkCodeTheme,
110+
theme: prism.themes.github,
111+
darkTheme: prism.themes.dracula,
113112
},
114113
}),
115114
};

package-lock.json

Lines changed: 7467 additions & 4302 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "^2.4.1",
18-
"@docusaurus/preset-classic": "^2.4.1",
19-
"@mdx-js/react": "^1.6.22",
20-
"clsx": "^1.2.1",
21-
"prism-react-renderer": "^1.3.5",
22-
"react": "^17.0.2",
23-
"react-dom": "^17.0.2"
17+
"@docusaurus/core": "3.4.0",
18+
"@docusaurus/preset-classic": "3.4.0",
19+
"@mdx-js/react": "3.0.1",
20+
"clsx": "2.1.1",
21+
"prism-react-renderer": "2.3.1",
22+
"react": "18.3.1",
23+
"react-dom": "18.3.1"
2424
},
2525
"devDependencies": {
26-
"@docusaurus/module-type-aliases": "^2.4.1"
26+
"@docusaurus/module-type-aliases": "3.4.0"
2727
},
2828
"browserslist": {
2929
"production": [
@@ -38,6 +38,6 @@
3838
]
3939
},
4040
"engines": {
41-
"node": ">=16.14"
41+
"node": ">=20.14"
4242
}
4343
}

0 commit comments

Comments
 (0)