Skip to content

Commit

Permalink
chore: update dependencies and submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Mar 11, 2024
1 parent 4be1c84 commit fa33787
Show file tree
Hide file tree
Showing 4 changed files with 453 additions and 529 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"pages:deploy": "yarn build && wrangler pages deploy ./build"
},
"dependencies": {
"@docusaurus/core": "3.1.0",
"@docusaurus/plugin-pwa": "3.1.0",
"@docusaurus/preset-classic": "3.1.0",
"@docusaurus/theme-search-algolia": "3.1.0",
"@docusaurus/core": "3.1.1",
"@docusaurus/plugin-pwa": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@docusaurus/theme-search-algolia": "3.1.1",
"@heroicons/react": "^2.1.1",
"@mdx-js/react": "^3.0.0",
"@mdx-js/react": "^3.0.1",
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
"@sapphire/docusaurus-plugin-ts2esm2cjs": "2.0.2",
"@svgr/webpack": "^8.1.0",
Expand All @@ -46,48 +46,48 @@
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^2.2.4"
"swr": "^2.2.5"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@docusaurus/module-type-aliases": "3.1.0",
"@docusaurus/tsconfig": "^3.1.0",
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/tsconfig": "^3.1.1",
"@sapphire/cron": "^1.1.3",
"@sapphire/decorators": "^6.0.4",
"@sapphire/duration": "^1.1.2",
"@sapphire/eslint-config": "^5.0.3",
"@sapphire/eslint-config": "^5.0.4",
"@sapphire/fetch": "^3.0.2",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/result": "^2.6.6",
"@sapphire/timer-manager": "^1.0.2",
"@sapphire/timestamp": "^1.0.3",
"@sapphire/ts-config": "^5.0.0",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"cz-conventional-changelog": "^3.3.0",
"docusaurus-plugin-typedoc": "^0.22.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.2",
"markdownlint": "^0.33.0",
"markdownlint-cli2": "^0.12.1",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typedoc": "0.25.7",
"typedoc": "0.25.12",
"typedoc-plugin-djs-links": "^2.2.1",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-mdn-links": "3.1.12",
"typescript": "^5.3.3",
"wrangler": "^3.23.0"
"typedoc-plugin-mdn-links": "3.1.18",
"typescript": "^5.4.2",
"wrangler": "^3.32.0"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/framework
Loading

0 comments on commit fa33787

Please sign in to comment.