Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hikiko4ern committed Oct 6, 2024
1 parent ac0cdd4 commit 9bdbd2c
Show file tree
Hide file tree
Showing 43 changed files with 1,770 additions and 2,777 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@

# autogenerated
/docs/release-notes/** binary linguist-generated=true
/packages/@nextui-org/** binary linguist-generated=true
# GraphQL schema and types
/src/gql/** binary linguist-generated=true
3 changes: 0 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ web-ext.config.ts
# autogenerated
/docs/release-notes

# patches
/packages/@nextui-org

# biome + dprint
**/*.ts
**/*.tsx
Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ resolver = "2"
# let's use `cargo-run-bin` while there is no built-in solution for
# https://github.com/rust-lang/cargo/issues/2267
[workspace.metadata.bin]
cargo-binstall = { version = "1.10.2", locked = true }
cargo-watch = { version = "8.5.2", locked = true, bins = ["cargo-watch"] }
cargo-binstall = { version = "1.10.7", locked = true }
cargo-watch = { version = "8.5.3", locked = true, bins = ["cargo-watch"] }
wasm-bindgen-cli = { version = "0.2.93", locked = true, bins = ["wasm-bindgen"] }

[profile.release]
Expand Down
4 changes: 1 addition & 3 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"files": {
"ignore": [
"**/*.json",
"**/*.scss.d.ts",
"**/src/gql/**",
"**/docs/release-notes/**",
"**/packages/@nextui-org/react-rsc-utils/**",
"**/packages/*/lib/**"
]
},
Expand Down Expand Up @@ -152,7 +151,6 @@
"useNamespaceKeyword": "warn"
},
"nursery": {
"noDuplicateJsonKeys": "warn",
"useSortedClasses": "warn"
}
}
Expand Down
3 changes: 1 addition & 2 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@
"/cspell.json",
"/pnpm-lock.yaml",
"/src/gql",
"/patches",
"/packages/@nextui-org/react-rsc-utils"
"/patches"
]
}
5 changes: 2 additions & 3 deletions dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
"**/CHANGELOG.md",
"**/src/gql",
"**/docs/release-notes",
"**/packages/@nextui-org/react-rsc-utils",
"**/blockedChannels.json"
],
"plugins": [
"https://plugins.dprint.dev/json-0.19.3.wasm",
"https://plugins.dprint.dev/markdown-0.17.2.wasm",
"https://plugins.dprint.dev/toml-0.6.2.wasm"
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
"https://plugins.dprint.dev/toml-0.6.3.wasm"
]
}
123 changes: 61 additions & 62 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"su:watch": "cargo bin cargo-watch -w packages/segmenter-utils/src -w packages/segmenter-utils/Cargo.toml -w packages/segmenter-utils/Taskfile.yml -w Cargo.lock -w Cargo.toml -w pnpm-lock.yaml -w rust-toolchain.toml -s \"pnpm su exec task build MODE=debug\""
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.0",
"@codemirror/commands": "^6.6.0",
"@codemirror/language": "^6.10.2",
"@codemirror/lint": "^6.8.1",
"@codemirror/autocomplete": "^6.18.1",
"@codemirror/commands": "^6.6.2",
"@codemirror/language": "^6.10.3",
"@codemirror/lint": "^6.8.2",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.32.0",
"@codemirror/view": "^6.34.1",
"@coub-addons/segmenter-utils": "workspace:^",
"@coub-addons/vite-plugin-arraybuffer": "workspace:^",
"@fluent/bundle": "^0.18.0",
Expand All @@ -48,110 +48,109 @@
"@heroicons/react": "^2.1.5",
"@julr/vite-plugin-validate-env": "^1.1.1",
"@lezer/generator": "^1.7.1",
"@lezer/highlight": "^1.2.0",
"@nextui-org/accordion": "2.0.28",
"@nextui-org/button": "2.0.27",
"@nextui-org/card": "2.0.24",
"@nextui-org/checkbox": "2.0.25",
"@nextui-org/chip": "2.0.25",
"@nextui-org/code": "2.0.24",
"@nextui-org/divider": "2.0.25",
"@nextui-org/input": "2.1.17",
"@nextui-org/kbd": "2.0.25",
"@nextui-org/link": "2.0.26",
"@nextui-org/modal": "2.0.29",
"@nextui-org/navbar": "2.0.27",
"@nextui-org/pagination": "2.0.27",
"@nextui-org/select": "2.1.21",
"@nextui-org/snippet": "2.0.31",
"@nextui-org/system": "2.0.15",
"@nextui-org/table": "2.0.28",
"@nextui-org/theme": "2.1.18",
"@nextui-org/tooltip": "2.0.30",
"@preact/preset-vite": "^2.9.0",
"@lezer/highlight": "^1.2.1",
"@nextui-org/accordion": "^2.0.40",
"@nextui-org/button": "^2.0.38",
"@nextui-org/card": "^2.0.34",
"@nextui-org/checkbox": "^2.1.5",
"@nextui-org/chip": "^2.0.33",
"@nextui-org/code": "^2.0.33",
"@nextui-org/divider": "^2.0.32",
"@nextui-org/input": "^2.2.5",
"@nextui-org/kbd": "^2.0.34",
"@nextui-org/link": "^2.0.35",
"@nextui-org/modal": "^2.0.41",
"@nextui-org/navbar": "^2.0.37",
"@nextui-org/pagination": "^2.0.36",
"@nextui-org/select": "^2.2.7",
"@nextui-org/snippet": "^2.0.43",
"@nextui-org/system": "^2.2.6",
"@nextui-org/table": "^2.0.40",
"@nextui-org/theme": "^2.2.11",
"@nextui-org/tooltip": "^2.0.41",
"@preact/preset-vite": "^2.9.1",
"@preact/signals": "^1.3.0",
"@react-types/shared": "^3.23.1",
"@react-types/shared": "3.23.1",
"@types/jquery": "^1.10.45",
"@types/node": "^20.16.3",
"@uiw/codemirror-theme-aura": "^4.23.0",
"@types/node": "^20.16.10",
"@uiw/codemirror-theme-aura": "^4.23.5",
"base64-arraybuffer": "^1.0.2",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"dotenv-flow": "^4.1.0",
"flexsearch": "^0.7.43",
"framer-motion": "^11.3.24",
"framer-motion": "^11.11.1",
"indent-string": "^5.0.0",
"indexed-iterable": "^1.0.2",
"itertools": "^2.3.2",
"lightningcss": "^1.26.0",
"lightningcss": "^1.27.0",
"nanoid": "^5.0.7",
"npm-run-all2": "^6.2.2",
"path-to-regexp": "^7.1.0",
"postcss": "^8.4.41",
"preact": "^10.23.2",
"npm-run-all2": "^6.2.3",
"path-to-regexp": "^8.2.0",
"postcss": "^8.4.47",
"preact": "^10.24.2",
"radix3": "^1.1.2",
"react-helmet-async": "^2.0.5",
"react-toastify": "^10.0.5",
"sass": "^1.77.8",
"sass-embedded": "^1.79.4",
"superstruct": "^2.0.2",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.13",
"thememirror": "^2.0.1",
"type-fest": "^4.24.0",
"typed-query-selector": "^2.11.4",
"typescript": "^5.5.4",
"use-debounce": "^10.0.2",
"vite": "^5.4.0",
"vite-plugin-sass-dts": "^1.3.25",
"wouter-preact": "^3.3.1",
"wxt": "^0.19.5"
"type-fest": "^4.26.1",
"typed-query-selector": "^2.12.0",
"typescript": "^5.6.2",
"use-debounce": "^10.0.3",
"vite": "^5.4.8",
"vite-plugin-sass-dts": "^1.3.29",
"wouter-preact": "^3.3.5",
"wxt": "^0.19.11"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@biomejs/biome": "^1.9.3",
"@coub-addons/publish-extension": "workspace:^",
"@cspell/dict-ru_ru": "^2.2.1",
"@faker-js/faker": "^8.4.1",
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@shikijs/cli": "^1.12.1",
"@shikijs/cli": "^1.21.1",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"cspell": "^8.13.3",
"cspell": "^8.14.4",
"dprint": "^0.47.2",
"execa": "^9.3.0",
"execa": "^9.4.0",
"extract-zip": "^2.0.1",
"git-cliff": "^2.4.0",
"git-cliff": "^2.6.1",
"graphql": "^16.9.0",
"graphql-config": "^5.1.0",
"hast-util-to-html": "^9.0.1",
"graphql-config": "^5.1.2",
"hast-util-to-html": "^9.0.3",
"hastscript": "^9.0.0",
"jszip": "^3.10.1",
"lefthook": "^1.7.12",
"listr2": "^8.2.4",
"lefthook": "^1.7.18",
"listr2": "^8.2.5",
"mdast-comment-marker": "^3.0.0",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
"mdast-zone": "^6.1.0",
"micromark-extension-gfm": "^3.0.0",
"prettier": "^3.3.3",
"rehype-minify-whitespace": "^6.0.0",
"shiki": "^1.12.1",
"rehype-minify-whitespace": "^6.0.2",
"shiki": "^1.21.1",
"tempy": "^3.1.0",
"tsx": "^4.17.0",
"tsx": "^4.19.1",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^5.0.0",
"vitest": "^2.0.5"
"vitest": "^2.1.2"
},
"pnpm": {
"overrides": {
"@nextui-org/react-rsc-utils": "packages/@nextui-org/react-rsc-utils",
"@types/node": "^20.16.3",
"vite": "^5.4.0"
"@types/node": "^20.16.10",
"vite": "^5.4.8"
}
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
"packageManager": "pnpm@9.12.0",
"repository": "https://github.com/hikiko4ern/coub-addons.git",
"author": "hikiko4ern",
"license": "Unlicense",
Expand Down
21 changes: 0 additions & 21 deletions packages/@nextui-org/react-rsc-utils/LICENSE

This file was deleted.

28 changes: 0 additions & 28 deletions packages/@nextui-org/react-rsc-utils/README.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/@nextui-org/react-rsc-utils/children.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/@nextui-org/react-rsc-utils/children.js

This file was deleted.

Loading

0 comments on commit 9bdbd2c

Please sign in to comment.