chore: docusaurus@3.1.1

This commit is contained in:
Yangshun 2024-03-01 12:27:06 +08:00
parent 18f8f6c320
commit 1106834c70
6 changed files with 14591 additions and 9963 deletions

26
package-lock.json generated Normal file
View File

@ -0,0 +1,26 @@
{
"name": "front-end-interview-handbook",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"devDependencies": {
"prettier": "^2.7.1"
}
},
"node_modules/prettier": {
"version": "2.7.1",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin-prettier.js"
},
"engines": {
"node": ">=10.13.0"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
}
}
}

View File

@ -1,3 +1,5 @@
const { themes } = require('prism-react-renderer');
module.exports = {
title: 'Front End Interview Handbook',
tagline:
@ -16,8 +18,8 @@ module.exports = {
isCloseable: false,
},
prism: {
theme: require('prism-react-renderer/themes/github'),
darkTheme: require('prism-react-renderer/themes/dracula'),
theme: themes.github,
darkTheme: themes.dracula,
},
navbar: {
title: 'Front End Interview Handbook',

14557
website/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -11,10 +11,10 @@
"deploy": "docusaurus deploy"
},
"dependencies": {
"@docusaurus/core": "2.4.0",
"@docusaurus/plugin-client-redirects": "2.4.0",
"@docusaurus/preset-classic": "2.4.0",
"clsx": "^1.2.1",
"@docusaurus/core": "3.1.1",
"@docusaurus/plugin-client-redirects": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"clsx": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +0,0 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
prettier@^2.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==