Skip to content

Commit

Permalink
chore: update deps and remove dayjs
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Jun 9, 2024
1 parent 4b18a08 commit 167fe63
Show file tree
Hide file tree
Showing 3 changed files with 662 additions and 636 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,15 @@
"index": "docker run -it --env-file=.env -e \"CONFIG=$(cat docsearch.json | jq -r tostring)\" algolia/docsearch-scraper"
},
"dependencies": {
"@docusaurus/core": "3.2.0",
"@docusaurus/plugin-ideal-image": "3.2.0",
"@docusaurus/plugin-pwa": "3.2.0",
"@docusaurus/plugin-vercel-analytics": "^3.2.0",
"@docusaurus/preset-classic": "3.2.0",
"@docusaurus/theme-search-algolia": "3.2.0",
"@docusaurus/core": "3.4.0",
"@docusaurus/plugin-ideal-image": "3.4.0",
"@docusaurus/plugin-pwa": "3.4.0",
"@docusaurus/plugin-vercel-analytics": "^3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@docusaurus/theme-search-algolia": "3.4.0",
"@giscus/react": "^2.4.0",
"@popperjs/core": "^2.11.8",
"autoprefixer": "^10.4.19",
"dayjs": "^1.11.10",
"docusaurus-plugin-baidu-tongji": "0.0.0-beta.4",
"docusaurus-plugin-image-zoom": "^1.0.1",
"framer-motion": "^10.18.0",
Expand All @@ -54,9 +53,9 @@
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@docusaurus/module-type-aliases": "3.2.0",
"@docusaurus/tsconfig": "^3.2.0",
"@docusaurus/types": "3.2.0",
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/tsconfig": "^3.4.0",
"@docusaurus/types": "3.4.0",
"@iconify/react": "^4.1.1",
"typescript": "~5.3.3"
},
Expand Down
Loading

0 comments on commit 167fe63

Please sign in to comment.