Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2025
1 parent 959d189 commit f1fd0b5
Show file tree
Hide file tree
Showing 2 changed files with 679 additions and 1,167 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"pages:deploy": "yarn build && wrangler pages deploy ./build"
},
"dependencies": {
"@docusaurus/core": "^3.6.3",
"@docusaurus/faster": "^3.6.3",
"@docusaurus/plugin-pwa": "^3.6.3",
"@docusaurus/preset-classic": "^3.6.3",
"@docusaurus/theme-search-algolia": "^3.6.3",
"@docusaurus/core": "^3.7.0",
"@docusaurus/faster": "^3.7.0",
"@docusaurus/plugin-pwa": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
"@docusaurus/theme-search-algolia": "^3.7.0",
"@heroicons/react": "^2.2.0",
"@mdx-js/react": "^3.1.0",
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
Expand All @@ -52,8 +52,8 @@
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@docusaurus/module-type-aliases": "^3.6.3",
"@docusaurus/tsconfig": "^3.6.3",
"@docusaurus/module-type-aliases": "^3.7.0",
"@docusaurus/tsconfig": "^3.7.0",
"@sapphire/cron": "^1.2.1",
"@sapphire/decorators": "^6.1.1",
"@sapphire/duration": "^1.1.4",
Expand All @@ -64,7 +64,7 @@
"@sapphire/timer-manager": "^1.0.4",
"@sapphire/timestamp": "^1.0.5",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^22.10.2",
"@types/node": "^22.10.7",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand All @@ -75,20 +75,20 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"lint-staged": "^15.3.0",
"markdownlint": "^0.37.2",
"markdownlint-cli2": "^0.17.0",
"lint-staged": "^15.4.1",
"markdownlint": "^0.37.4",
"markdownlint-cli2": "^0.17.2",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"typedoc": "0.26.11",
"typedoc-plugin-djs-links": "^2.2.1",
"typedoc-plugin-markdown": "^4.2.10",
"typedoc-plugin-mdn-links": "3.3.6",
"typescript": "~5.4.5",
"wrangler": "^3.99.0"
"wrangler": "^3.103.2"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down Expand Up @@ -133,6 +133,6 @@
},
"packageManager": "[email protected]",
"volta": {
"node": "22.12.0"
"node": "22.13.0"
}
}
Loading

0 comments on commit f1fd0b5

Please sign in to comment.