Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeericodl committed Feb 2, 2024
1 parent df90f11 commit a7d6d09
Show file tree
Hide file tree
Showing 2 changed files with 567 additions and 427 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,31 @@
"lint:fix": "pnpm run prettier:fix && pnpm run eslint:fix && pnpm run cspell:check && pnpm run typescript:check"
},
"dependencies": {
"@algolia/client-search": "^4.20.0",
"@docusaurus/core": "^3.0.1",
"@docusaurus/preset-classic": "^3.0.1",
"@algolia/client-search": "^4.22.1",
"@docusaurus/core": "^3.1.1",
"@docusaurus/preset-classic": "^3.1.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"clsx": "^2.1.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.0.1",
"@docusaurus/theme-classic": "^3.0.1",
"@docusaurus/tsconfig": "^3.0.1",
"@docusaurus/types": "^3.0.1",
"@types/node": "^18.19.3",
"@types/react": "^18.2.43",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"cspell": "^8.1.3",
"eslint": "^8.55.0",
"@docusaurus/module-type-aliases": "^3.1.1",
"@docusaurus/theme-classic": "^3.1.1",
"@docusaurus/tsconfig": "^3.1.1",
"@docusaurus/types": "^3.1.1",
"@types/node": "^18.19.14",
"@types/react": "^18.2.51",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"cspell": "^8.3.2",
"eslint": "^8.56.0",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.1.0",
"prettier": "^3.2.4",
"typescript": "^5.3.3"
},
"browserslist": {
Expand Down
Loading

0 comments on commit a7d6d09

Please sign in to comment.