Skip to content

Commit f20d701

Browse files
committed
chore: update @objectstack dependencies to version 3.2.3 and add .objectstack to .gitignore
1 parent 2a6af06 commit f20d701

File tree

3 files changed

+247
-55
lines changed

3 files changed

+247
-55
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,5 @@ playwright-report
7171
*.bak
7272
*.backup
7373
*~
74+
75+
.objectstack

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@
6565
"devDependencies": {
6666
"@changesets/cli": "^2.30.0",
6767
"@eslint/js": "^9.39.4",
68-
"@objectstack/cli": "^3.2.2",
69-
"@objectstack/core": "^3.2.2",
70-
"@objectstack/driver-memory": "^3.2.2",
71-
"@objectstack/objectql": "^3.2.2",
72-
"@objectstack/plugin-msw": "^3.2.2",
73-
"@objectstack/runtime": "^3.2.2",
74-
"@objectstack/spec": "^3.2.2",
68+
"@objectstack/cli": "^3.2.3",
69+
"@objectstack/core": "^3.2.3",
70+
"@objectstack/driver-memory": "^3.2.3",
71+
"@objectstack/objectql": "^3.2.3",
72+
"@objectstack/plugin-msw": "^3.2.3",
73+
"@objectstack/runtime": "^3.2.3",
74+
"@objectstack/spec": "^3.2.3",
7575
"@playwright/test": "^1.58.2",
7676
"@storybook/addon-essentials": "^8.6.14",
7777
"@storybook/addon-interactions": "^8.6.14",
@@ -131,9 +131,9 @@
131131
},
132132
"dependencies": {
133133
"@hono/node-server": "^1.19.11",
134-
"@objectstack/plugin-auth": "^3.2.2",
135-
"@objectstack/plugin-hono-server": "^3.2.2",
136-
"@objectstack/studio": "^3.2.2",
134+
"@objectstack/plugin-auth": "^3.2.3",
135+
"@objectstack/plugin-hono-server": "^3.2.3",
136+
"@objectstack/studio": "^3.2.3",
137137
"coverage-v8": "0.0.1-security",
138138
"hono": "^4.12.5",
139139
"pino": "^8.21.0",

0 commit comments

Comments
 (0)