Skip to content

Commit 446ff91

Browse files
chore(deps): bump the all-dependencies group with 6 updates (#111)
Bumps the all-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@instantdb/admin](https://github.com/instantdb/instant/tree/HEAD/client/packages/admin) | `0.22.138` | `0.22.142` | | [@instantdb/core](https://github.com/instantdb/instant/tree/HEAD/client/packages/core) | `0.22.138` | `0.22.142` | | [@sentry/react](https://github.com/getsentry/sentry-javascript) | `10.38.0` | `10.39.0` | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.3.15` | `2.4.2` | | [instant-cli](https://github.com/instantdb/instant/tree/HEAD/client/packages/cli) | `0.22.138` | `0.22.142` | | [jsdom](https://github.com/jsdom/jsdom) | `28.0.0` | `28.1.0` | Updates `@instantdb/admin` from 0.22.138 to 0.22.142 - [Commits](https://github.com/instantdb/instant/commits/HEAD/client/packages/admin) Updates `@instantdb/core` from 0.22.138 to 0.22.142 - [Commits](https://github.com/instantdb/instant/commits/HEAD/client/packages/core) Updates `@sentry/react` from 10.38.0 to 10.39.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@10.38.0...10.39.0) Updates `@biomejs/biome` from 2.3.15 to 2.4.2 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.2/packages/@biomejs/biome) Updates `instant-cli` from 0.22.138 to 0.22.142 - [Commits](https://github.com/instantdb/instant/commits/HEAD/client/packages/cli) Updates `jsdom` from 28.0.0 to 28.1.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](jsdom/jsdom@28.0.0...28.1.0) --- updated-dependencies: - dependency-name: "@instantdb/admin" dependency-version: 0.22.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: "@instantdb/core" dependency-version: 0.22.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: "@sentry/react" dependency-version: 10.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@biomejs/biome" dependency-version: 2.4.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: instant-cli dependency-version: 0.22.142 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: jsdom dependency-version: 28.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64d19af commit 446ff91

File tree

2 files changed

+251
-241
lines changed

2 files changed

+251
-241
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"@dnd-kit/sortable": "^10.0.0",
2121
"@dnd-kit/utilities": "^3.2.2",
2222
"@emoji-mart/data": "^1.2.1",
23-
"@instantdb/admin": "~0.22.138",
24-
"@instantdb/core": "~0.22.138",
23+
"@instantdb/admin": "~0.22.142",
24+
"@instantdb/core": "~0.22.142",
2525
"@maptiler/geocoding-control": "^2.1.7",
2626
"@maptiler/sdk": "~3.11.1",
2727
"@radix-ui/colors": "~3.0.0",
2828
"@radix-ui/react-icons": "~1.3.2",
2929
"@radix-ui/react-toast": "~1.2.15",
3030
"@radix-ui/themes": "~3.3.0",
31-
"@sentry/react": "^10.38.0",
31+
"@sentry/react": "^10.39.0",
3232
"clsx": "~2.1.1",
3333
"luxon": "~3.7.2",
3434
"react": "^19.2.4",
@@ -39,7 +39,7 @@
3939
"zustand": "~5.0.11"
4040
},
4141
"devDependencies": {
42-
"@biomejs/biome": "2.3.15",
42+
"@biomejs/biome": "2.4.2",
4343
"@rsbuild/core": "^1.7.3",
4444
"@rsbuild/plugin-react": "^1.4.5",
4545
"@rsbuild/plugin-sass": "^1.5.0",
@@ -54,8 +54,8 @@
5454
"@vitest/ui": "^4.0.18",
5555
"cross-env": "^10.1.0",
5656
"dotenv": "17.2.2",
57-
"instant-cli": "~0.22.138",
58-
"jsdom": "^28.0.0",
57+
"instant-cli": "~0.22.142",
58+
"jsdom": "^28.1.0",
5959
"lefthook": "^2.1.1",
6060
"typescript": "^5.9.3",
6161
"vitest": "4.0.18"

0 commit comments

Comments
 (0)