Skip to content

Commit 45e3544

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 71af2fa commit 45e3544

File tree

5 files changed

+598
-514
lines changed

5 files changed

+598
-514
lines changed

examples/crm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"start": "tsx server.ts"
1919
},
2020
"dependencies": {
21-
"@hono/node-server": "^1.19.11",
21+
"@hono/node-server": "^1.19.12",
2222
"@objectstack/core": "^3.3.1",
2323
"@objectstack/driver-memory": "^3.3.1",
2424
"@objectstack/objectql": "^3.3.1",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@
111111
"tailwindcss": "^4.2.2",
112112
"tslib": "^2.8.1",
113113
"tsx": "^4.21.0",
114-
"turbo": "^2.8.21",
114+
"turbo": "^2.9.1",
115115
"typedoc": "^0.28.18",
116116
"typedoc-plugin-markdown": "^4.11.0",
117117
"typescript": "^5.9.3",
118-
"typescript-eslint": "^8.57.2",
118+
"typescript-eslint": "^8.58.0",
119119
"vite-plugin-compression2": "^2.5.3",
120120
"vitest": "^4.1.2",
121121
"vitest-axe": "^0.1.0",
@@ -130,7 +130,7 @@
130130
}
131131
},
132132
"dependencies": {
133-
"@hono/node-server": "^1.19.11",
133+
"@hono/node-server": "^1.19.12",
134134
"@objectstack/plugin-auth": "^3.3.1",
135135
"@objectstack/plugin-hono-server": "^3.3.1",
136136
"@objectstack/studio": "^3.3.1",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"chalk": "^5.6.2",
5858
"commander": "^14.0.3",
5959
"express": "^4.22.1",
60-
"express-rate-limit": "^8.3.1",
60+
"express-rate-limit": "^8.3.2",
6161
"glob": "^13.0.6",
6262
"js-yaml": "^4.1.1",
6363
"vite": "^8.0.3"

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"i18next": "^26.0.3",
40-
"react-i18next": "^17.0.1"
40+
"react-i18next": "^17.0.2"
4141
},
4242
"peerDependencies": {
4343
"react": "^18.0.0 || ^19.0.0"

0 commit comments

Comments
 (0)