-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
276e457
commit 689fe33
Showing
4 changed files
with
4,978 additions
and
3,949 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,38 +18,38 @@ | |
"write-translations": "docusaurus write-translations" | ||
}, | ||
"dependencies": { | ||
"@docsearch/react": "3.5.2", | ||
"@docusaurus/core": "2.4.3", | ||
"@docusaurus/preset-classic": "2.4.3", | ||
"@emotion/react": "^11.11.1", | ||
"@emotion/styled": "^11.11.0", | ||
"@mdx-js/react": "^1.6.22", | ||
"@docsearch/react": "3.6.0", | ||
"@docusaurus/core": "3.4.0", | ||
"@docusaurus/preset-classic": "3.4.0", | ||
"@emotion/react": "^11.11.4", | ||
"@emotion/styled": "^11.11.5", | ||
"@mdx-js/react": "^3.0.1", | ||
"@mobily/ts-belt": "^3.13.1", | ||
"@mui/icons-material": "^5.14.11", | ||
"@mui/material": "^5.14.11", | ||
"add-to-calendar-button-react": "^2.4.3", | ||
"clsx": "^2.0.0", | ||
"@mui/icons-material": "^5.15.20", | ||
"@mui/material": "^5.15.20", | ||
"add-to-calendar-button-react": "^2.6.18", | ||
"clsx": "^2.1.1", | ||
"ics": "^3.5.0", | ||
"lodash": "^4.17.21", | ||
"luxon": "^3.4.0", | ||
"prism-react-renderer": "^2.1.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-icons": "^4.11.0" | ||
"prism-react-renderer": "^2.3.1", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-icons": "^5.2.1" | ||
}, | ||
"devDependencies": { | ||
"@docusaurus/eslint-plugin": "^2.4.3", | ||
"@docusaurus/module-type-aliases": "2.4.3", | ||
"@tsconfig/docusaurus": "^2.0.1", | ||
"@types/lodash": "^4.14.199", | ||
"@docusaurus/eslint-plugin": "^3.4.0", | ||
"@docusaurus/module-type-aliases": "3.4.0", | ||
"@docusaurus/tsconfig": "^3.4.0", | ||
"@types/lodash": "^4.17.5", | ||
"@types/luxon": "^3.3.1", | ||
"@typescript-eslint/eslint-plugin": "^6.7.3", | ||
"@typescript-eslint/parser": "^6.7.3", | ||
"eslint": "^8.45.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"prettier": "^3.0.3", | ||
"@typescript-eslint/eslint-plugin": "^7.13.1", | ||
"@typescript-eslint/parser": "^7.13.1", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"prettier": "^3.3.2", | ||
"ts-node-dev": "^2.0.0", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.5.2" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
|
@@ -64,7 +64,7 @@ | |
] | ||
}, | ||
"engines": { | ||
"node": ">=16.14" | ||
"node": ">=18.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.