Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
Signed-off-by: anqurvanillapy <[email protected]>
  • Loading branch information
anqurvanillapy committed Jun 10, 2024
1 parent 13de0c7 commit 472e654
Show file tree
Hide file tree
Showing 7 changed files with 7,489 additions and 12,702 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# rowscript-lang.org
# rowscript.github.io

Website for [RowScript](https://github.com/rowscript/rowscript).
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Rowscript developers
Copyright (c) 2024 RowScript developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 4 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// @ts-check

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

const config = {
title: "RowScript",
favicon: "img/favicon.ico",

url: "https://rowscript-lang.org",
url: "https://rows.ro",
baseUrl: "/",

organizationName: "rowscript",
Expand Down Expand Up @@ -108,8 +107,8 @@ const config = {
copyright: `Copyright © ${new Date().getFullYear()} RowScript. Built with Docusaurus.`,
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
theme: prism.themes.github,
darkTheme: prism.themes.dracula,
},
}),
};
Expand Down
11,769 changes: 7,467 additions & 4,302 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"@docusaurus/core": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@mdx-js/react": "3.0.1",
"clsx": "2.1.1",
"prism-react-renderer": "2.3.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.4.1"
"@docusaurus/module-type-aliases": "3.4.0"
},
"browserslist": {
"production": [
Expand All @@ -38,6 +38,6 @@
]
},
"engines": {
"node": ">=16.14"
"node": ">=20.14"
}
}
Loading

0 comments on commit 472e654

Please sign in to comment.