Skip to content

Commit

Permalink
fix: update submodules and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Dec 5, 2023
1 parent 112d16b commit b5412d7
Show file tree
Hide file tree
Showing 9 changed files with 490 additions and 744 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const config: Config = {
'docusaurus-plugin-typedoc',
{
id: 'Type',
entryPoints: ['./projects/type/src/index.ts'],
entryPoints: ['./projects/type/src/lib/index.ts'],
tsconfig: './projects/type/src/tsconfig.json',
readme: './projects/type/README.md',
out: 'Documentation/api-type',
Expand Down
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,61 +30,61 @@
"update-submodules": "git pull --recurse-submodules && git submodule update --remote --recursive"
},
"dependencies": {
"@docusaurus/core": "3.0.0",
"@docusaurus/plugin-pwa": "3.0.0",
"@docusaurus/preset-classic": "3.0.0",
"@docusaurus/theme-search-algolia": "3.0.0",
"@docusaurus/core": "3.0.1",
"@docusaurus/plugin-pwa": "3.0.1",
"@docusaurus/preset-classic": "3.0.1",
"@docusaurus/theme-search-algolia": "3.0.1",
"@heroicons/react": "^2.0.18",
"@mdx-js/react": "^3.0.0",
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.1",
"@sapphire/docusaurus-plugin-ts2esm2cjs": "2.0.1",
"@svgr/webpack": "^8.1.0",
"@tippyjs/react": "^4.2.6",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.2.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^2.2.4"
},
"devDependencies": {
"@commitlint/cli": "^18.4.2",
"@commitlint/config-conventional": "^18.4.2",
"@docusaurus/module-type-aliases": "3.0.0",
"@docusaurus/tsconfig": "^3.0.0",
"@sapphire/cron": "^1.1.1",
"@sapphire/decorators": "^6.0.2",
"@sapphire/duration": "^1.1.0",
"@sapphire/eslint-config": "^5.0.2",
"@sapphire/fetch": "^2.4.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@docusaurus/module-type-aliases": "3.0.1",
"@docusaurus/tsconfig": "^3.0.1",
"@sapphire/cron": "^1.1.2",
"@sapphire/decorators": "^6.0.3",
"@sapphire/duration": "^1.1.1",
"@sapphire/eslint-config": "^5.0.3",
"@sapphire/fetch": "^2.4.2",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/result": "^2.6.4",
"@sapphire/timer-manager": "^1.0.0",
"@sapphire/timestamp": "^1.0.1",
"@sapphire/result": "^2.6.5",
"@sapphire/timer-manager": "^1.0.1",
"@sapphire/timestamp": "^1.0.2",
"@sapphire/ts-config": "^5.0.0",
"@types/node": "^20.9.1",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"cz-conventional-changelog": "^3.3.0",
"docusaurus-plugin-typedoc": "^0.21.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.0",
"markdownlint": "^0.32.1",
"markdownlint-cli2": "^0.10.0",
"markdownlint-cli2": "^0.11.0",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"typedoc": "0.25.3",
"typedoc": "0.25.4",
"typedoc-plugin-djs-links": "^2.2.0",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-mdn-links": "3.1.0",
"typescript": "^5.2.2"
"typedoc-plugin-mdn-links": "3.1.6",
"typescript": "^5.3.2"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/framework
Submodule framework updated 3 files
+12 −0 CHANGELOG.md
+16 −16 package.json
+253 −184 yarn.lock
2 changes: 1 addition & 1 deletion projects/pieces
Submodule pieces updated 3 files
+12 −0 CHANGELOG.md
+8 −10 package.json
+178 −123 yarn.lock
2 changes: 1 addition & 1 deletion projects/plugins
Submodule plugins updated 49 files
+9 −9 package.json
+24 −0 packages/api/CHANGELOG.md
+1 −1 packages/api/cliff.toml
+4 −5 packages/api/package.json
+5 −0 packages/api/src/index.ts
+1 −5 packages/api/src/register.ts
+13 −0 packages/editable-commands/CHANGELOG.md
+15 −15 packages/editable-commands/cliff.toml
+3 −4 packages/editable-commands/package.json
+2 −0 packages/editable-commands/src/index.ts
+1 −1 packages/editable-commands/src/register.ts
+17 −0 packages/hmr/CHANGELOG.md
+15 −15 packages/hmr/cliff.toml
+3 −4 packages/hmr/package.json
+3 −2 packages/hmr/src/register.ts
+23 −0 packages/i18next/CHANGELOG.md
+15 −15 packages/i18next/cliff.toml
+4 −5 packages/i18next/package.json
+1 −1 packages/i18next/src/register.ts
+24 −0 packages/logger/CHANGELOG.md
+15 −15 packages/logger/cliff.toml
+4 −5 packages/logger/package.json
+3 −5 packages/logger/src/register.ts
+24 −0 packages/pattern-commands/CHANGELOG.md
+15 −15 packages/pattern-commands/cliff.toml
+3 −4 packages/pattern-commands/package.json
+5 −3 packages/pattern-commands/src/index.ts
+0 −0 packages/pattern-commands/src/lib/structures/PatternCommandStore.ts
+0 −0 packages/pattern-commands/src/lib/utils/PatternCommandEvents.ts
+1 −1 packages/pattern-commands/src/listeners/PluginCommandAccepted.ts
+2 −2 packages/pattern-commands/src/listeners/PluginMessageParse.ts
+1 −1 packages/pattern-commands/src/listeners/PluginPreCommandRun.ts
+1 −2 packages/pattern-commands/src/register.ts
+24 −0 packages/scheduled-tasks/CHANGELOG.md
+15 −15 packages/scheduled-tasks/cliff.toml
+5 −6 packages/scheduled-tasks/package.json
+2 −0 packages/scheduled-tasks/src/index.ts
+1 −3 packages/scheduled-tasks/src/register.ts
+24 −0 packages/subcommands/CHANGELOG.md
+15 −15 packages/subcommands/cliff.toml
+4 −5 packages/subcommands/package.json
+3 −0 packages/subcommands/src/index.ts
+1 −2 packages/subcommands/src/register.ts
+19 −0 packages/utilities-store/CHANGELOG.md
+15 −15 packages/utilities-store/cliff.toml
+3 −4 packages/utilities-store/package.json
+1 −1 packages/utilities-store/src/register.ts
+0 −4 tsconfig.dev.json
+191 −184 yarn.lock
2 changes: 1 addition & 1 deletion projects/shapeshift
Submodule shapeshift updated 2 files
+6 −6 package.json
+237 −115 yarn.lock
2 changes: 1 addition & 1 deletion projects/utilities
Submodule utilities updated 2 files
+1 −1 package.json
+25 −25 yarn.lock
Loading

1 comment on commit b5412d7

@vercel
Copy link

@vercel vercel bot commented on b5412d7 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.