Skip to content

Commit

Permalink
fix(deps): update node dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent c8fcf99 commit b01080a
Show file tree
Hide file tree
Showing 5 changed files with 7,552 additions and 6,768 deletions.
875 changes: 0 additions & 875 deletions .yarn/releases/yarn-3.8.0.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.8.0.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,37 +17,37 @@
"lint": "eslint ./src --fix"
},
"dependencies": {
"@docusaurus/core": "^2.4.1",
"@docusaurus/plugin-content-blog": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"@docusaurus/theme-live-codeblock": "^2.4.1",
"@docusaurus/core": "^3.0.0",
"@docusaurus/plugin-content-blog": "^3.0.0",
"@docusaurus/preset-classic": "^3.0.0",
"@docusaurus/theme-live-codeblock": "^3.0.0",
"@iconify/react": "^4.0.1",
"@mdx-js/react": "^1.6.22",
"@mdx-js/react": "^3.0.0",
"autoprefixer": "^10.4.13",
"clsx": "^1.2.1",
"html-react-parser": "^3.0.16",
"clsx": "^2.0.0",
"html-react-parser": "^5.0.0",
"papaparse": "^5.4.1",
"postcss": "^8.4.21",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^8.0.5",
"prism-react-renderer": "^2.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-markdown": "^9.0.0",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@docusaurus/eslint-plugin": "^2.4.1",
"@docusaurus/module-type-aliases": "^2.4.1",
"@tsconfig/docusaurus": "^1.0.5",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"prettier": "2.8.8",
"@docusaurus/eslint-plugin": "^3.0.0",
"@docusaurus/module-type-aliases": "^3.0.0",
"@tsconfig/docusaurus": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^9.0.0",
"lint-staged": "^15.0.0",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.0",
"tailwind-scrollbar": "^3.0.0",
"typescript": "^4.9.4"
"typescript": "^5.0.0"
},
"browserslist": {
"production": [
Expand All @@ -67,5 +67,5 @@
"engines": {
"node": "20"
},
"packageManager": "yarn@3.7.0"
"packageManager": "yarn@4.2.2"
}
Loading

0 comments on commit b01080a

Please sign in to comment.