Skip to content

Commit ffe378e

Browse files
chore(deps)(deps): bump the production-dependencies group with 4 updates
Bumps the production-dependencies group with 4 updates: [knex](https://github.com/knex/knex), [fumadocs-core](https://github.com/fuma-nama/fumadocs), [fumadocs-ui](https://github.com/fuma-nama/fumadocs) and [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels). Updates `knex` from 3.2.6 to 3.2.7 - [Release notes](https://github.com/knex/knex/releases) - [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md) - [Commits](knex/knex@3.2.6...3.2.7) Updates `fumadocs-core` from 16.7.4 to 16.7.7 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@16.7.4...fumadocs-core@16.7.7) Updates `fumadocs-ui` from 16.7.4 to 16.7.7 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@16.7.4...fumadocs-ui@16.7.7) Updates `react-resizable-panels` from 4.7.6 to 4.8.0 - [Release notes](https://github.com/bvaughn/react-resizable-panels/releases) - [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md) - [Commits](bvaughn/react-resizable-panels@4.7.6...4.8.0) --- updated-dependencies: - dependency-name: knex dependency-version: 3.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: fumadocs-core dependency-version: 16.7.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: fumadocs-ui dependency-version: 16.7.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: react-resizable-panels dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 925ca06 commit ffe378e

4 files changed

Lines changed: 47 additions & 38 deletions

File tree

apps/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"postinstall": "fumadocs-mdx"
1414
},
1515
"dependencies": {
16-
"fumadocs-core": "16.7.4",
16+
"fumadocs-core": "16.7.7",
1717
"fumadocs-mdx": "14.2.11",
18-
"fumadocs-ui": "16.7.4",
18+
"fumadocs-ui": "16.7.7",
1919
"lucide-react": "^0.577.0",
2020
"next": "16.2.1",
2121
"react": "^19.2.4",

apps/studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"lucide-react": "^0.577.0",
5454
"react": "^19.2.4",
5555
"react-dom": "^19.2.4",
56-
"react-resizable-panels": "^4.7.6",
56+
"react-resizable-panels": "^4.8.0",
5757
"tailwind-merge": "^3.5.0"
5858
},
5959
"devDependencies": {

packages/plugins/driver-sql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@objectstack/core": "workspace:*",
2222
"@objectstack/spec": "workspace:*",
23-
"knex": "^3.2.6",
23+
"knex": "^3.2.7",
2424
"nanoid": "^5.1.7"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)