Skip to content

Commit 81814e5

Browse files
chore(deps): bump the patch-updates group with 4 updates (#543)
Bumps the patch-updates group with 4 updates: @objectstack/plugin-msw, @objectstack/client, [i18next](https://github.com/i18next/i18next) and @objectstack/plugin-auth. Updates `@objectstack/plugin-msw` from 3.0.4 to 3.0.6 Updates `@objectstack/client` from 3.0.4 to 3.0.6 Updates `i18next` from 25.8.7 to 25.8.9 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](i18next/i18next@v25.8.7...v25.8.9) Updates `@objectstack/plugin-auth` from 3.0.4 to 3.0.6 --- updated-dependencies: - dependency-name: "@objectstack/plugin-msw" dependency-version: 3.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@objectstack/client" dependency-version: 3.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: i18next dependency-version: 25.8.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@objectstack/plugin-auth" dependency-version: 3.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 26884cc commit 81814e5

File tree

8 files changed

+143
-55
lines changed

8 files changed

+143
-55
lines changed

apps/console/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
"@object-ui/react": "workspace:*",
6565
"@object-ui/types": "workspace:*",
6666
"@objectstack/cli": "^3.0.4",
67-
"@objectstack/client": "^3.0.4",
67+
"@objectstack/client": "^3.0.6",
6868
"@objectstack/driver-memory": "^3.0.4",
6969
"@objectstack/objectql": "^3.0.4",
70-
"@objectstack/plugin-msw": "^3.0.4",
70+
"@objectstack/plugin-msw": "^3.0.6",
7171
"@objectstack/runtime": "^3.0.4",
7272
"@objectstack/spec": "^3.0.4",
7373
"@tailwindcss/postcss": "^4.1.18",

examples/crm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@objectstack/core": "^3.0.4",
2323
"@objectstack/driver-memory": "^3.0.4",
2424
"@objectstack/objectql": "^3.0.4",
25-
"@objectstack/plugin-auth": "^3.0.4",
25+
"@objectstack/plugin-auth": "^3.0.6",
2626
"@objectstack/plugin-hono-server": "^3.0.4",
2727
"@objectstack/runtime": "^3.0.4",
2828
"@objectstack/spec": "^3.0.4",

examples/msw-todo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
},
1212
"dependencies": {
1313
"@object-ui/example-todo": "workspace:*",
14-
"@objectstack/client": "^3.0.4",
14+
"@objectstack/client": "^3.0.6",
1515
"@objectstack/driver-memory": "^3.0.4",
1616
"@objectstack/objectql": "^3.0.4",
17-
"@objectstack/plugin-msw": "^3.0.4",
17+
"@objectstack/plugin-msw": "^3.0.6",
1818
"@objectstack/runtime": "^3.0.4",
1919
"@objectstack/spec": "^3.0.4",
2020
"react": "19.2.4",

examples/todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "objectstack compile objectstack.config.ts"
1313
},
1414
"dependencies": {
15-
"@objectstack/client": "^3.0.4",
15+
"@objectstack/client": "^3.0.6",
1616
"@objectstack/spec": "^3.0.4"
1717
},
1818
"devDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@objectstack/core": "^3.0.4",
7171
"@objectstack/driver-memory": "^3.0.4",
7272
"@objectstack/objectql": "^3.0.4",
73-
"@objectstack/plugin-msw": "^3.0.4",
73+
"@objectstack/plugin-msw": "^3.0.6",
7474
"@objectstack/runtime": "^3.0.4",
7575
"@objectstack/spec": "^3.0.4",
7676
"@playwright/test": "^1.58.2",

packages/data-objectstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@object-ui/core": "workspace:*",
3232
"@object-ui/types": "workspace:*",
33-
"@objectstack/client": "^3.0.4"
33+
"@objectstack/client": "^3.0.6"
3434
},
3535
"devDependencies": {
3636
"tsup": "^8.5.1",

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lint": "eslint ."
3535
},
3636
"dependencies": {
37-
"i18next": "^25.8.7",
37+
"i18next": "^25.8.9",
3838
"react-i18next": "^16.5.4"
3939
},
4040
"peerDependencies": {

0 commit comments

Comments
 (0)