Skip to content

Commit c4a3228

Browse files
committed
Revert "chore: upgrade deps"
This reverts commit b239cc8.
1 parent b239cc8 commit c4a3228

File tree

6 files changed

+165
-364
lines changed

6 files changed

+165
-364
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"drizzle-orm": "^0.45.1",
1919
"minisearch": "^7.2.0",
2020
"nuxt": "^4.2.2",
21-
"nuxt-studio": "1.1.0"
21+
"nuxt-studio": "1.0.0-beta.3"
2222
}
2323
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"dependencies": {
6262
"@nuxt/kit": "^4.2.2",
63-
"@nuxtjs/mdc": "^0.20.0",
63+
"@nuxtjs/mdc": "^0.19.2",
6464
"@shikijs/langs": "^3.20.0",
6565
"@sqlite.org/sqlite-wasm": "3.50.4-build1",
6666
"@standard-schema/spec": "^1.1.0",
@@ -87,7 +87,7 @@
8787
"micromatch": "^4.0.8",
8888
"minimark": "^0.2.0",
8989
"minimatch": "^10.1.1",
90-
"nuxt-component-meta": "0.17.0",
90+
"nuxt-component-meta": "0.16.0",
9191
"nypm": "^0.6.2",
9292
"ohash": "^2.0.11",
9393
"pathe": "^2.0.3",
@@ -99,14 +99,14 @@
9999
"socket.io-client": "^4.8.3",
100100
"std-env": "^3.10.0",
101101
"tinyglobby": "^0.2.15",
102-
"ufo": "^1.6.3",
102+
"ufo": "^1.6.1",
103103
"unctx": "^2.5.0",
104104
"unified": "^11.0.5",
105105
"unist-util-stringify-position": "^4.0.0",
106106
"unist-util-visit": "^5.0.0",
107107
"unplugin": "^2.3.11",
108108
"zod": "^3.25.76",
109-
"zod-to-json-schema": "^3.25.1"
109+
"zod-to-json-schema": "^3.25.0"
110110
},
111111
"peerDependencies": {
112112
"@electric-sql/pglite": "*",
@@ -160,7 +160,7 @@
160160
"mdclint": "^0.1.2",
161161
"micromark-util-types": "^2.0.2",
162162
"nuxt": "^4.2.2",
163-
"release-it": "^19.2.3",
163+
"release-it": "^19.2.1",
164164
"typescript": "5.9.3",
165165
"valibot": "^1.2.0",
166166
"vitest": "^4.0.16",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"better-sqlite3": "^12.5.0",
1818
"drizzle-orm": "^0.45.1",
1919
"nuxt": "^4.2.2",
20-
"pg": "^8.17.1",
20+
"pg": "^8.16.3",
2121
"remark-code-import": "^1.2.0",
2222
"shiki-transformer-color-highlight": "^1.0.0"
2323
}

0 commit comments

Comments
 (0)