Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
218 changes: 140 additions & 78 deletions bun.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/boy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@moq/boy": "workspace:^"
},
"devDependencies": {
"esbuild": "^0.28.0",
"esbuild": "^0.28.1",
"typescript": "^6.0.3",
"vite": "^8.0.16",
"vite-plugin-solid": "^2.11.12"
Expand Down
6 changes: 3 additions & 3 deletions demo/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"//devDependencies": "These are only needed for local development with workspace packages. They are NOT needed when using the published npm packages.",
"devDependencies": {
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.3.0",
"esbuild": "^0.28.0",
"@tailwindcss/vite": "^4.3.1",
"esbuild": "^0.28.1",
"highlight.js": "^11.11.1",
"open": "^10.2.0",
"open": "^11.0.0",
"solid-element": "^1.9.1",
"solid-js": "^1.9.13",
"tailwindcss": "^4.1.13",
Expand Down
2 changes: 1 addition & 1 deletion doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"devDependencies": {
"vitepress": "^1.6.4",
"wrangler": "^4.99.0"
"wrangler": "^4.100.0"
}
}
2 changes: 1 addition & 1 deletion js/clock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@fails-components/webtransport-transport-http3-quiche": "^1.6.3"
},
"devDependencies": {
"@types/node": "^25.9.2",
"@types/node": "^25.9.3",
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion js/moq-boy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"//devDependencies": "These are only needed for local development with workspace packages. They are NOT needed when using the published npm packages.",
"devDependencies": {
"@types/bun": "^1.3.14",
"esbuild": "^0.28.0",
"esbuild": "^0.28.1",
"rimraf": "^6.1.3",
"solid-js": "^1.9.13",
"typescript": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion js/net/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/bun": "^1.3.14",
"@types/node": "^25.9.2",
"@types/node": "^25.9.3",
"@typescript/lib-dom": "npm:@types/web@^0.0.350",
"rimraf": "^6.1.3",
"typescript": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion js/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/audioworklet": "^0.0.100",
"@types/bun": "^1.3.14",
"@typescript/lib-dom": "npm:@types/web@^0.0.350",
"esbuild": "^0.28.0",
"esbuild": "^0.28.1",
"rimraf": "^6.1.3",
"typescript": "^6.0.3",
"vite": "^8.0.16"
Expand Down
2 changes: 1 addition & 1 deletion js/token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/bun": "^1.3.14",
"@types/node": "^25.9.2",
"@types/node": "^25.9.3",
"rimraf": "^6.1.3",
"typescript": "^6.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion js/watch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/audioworklet": "^0.0.100",
"@types/bun": "^1.3.14",
"@typescript/lib-dom": "npm:@types/web@^0.0.350",
"esbuild": "^0.28.0",
"esbuild": "^0.28.1",
"rimraf": "^6.1.3",
"typescript": "^6.0.3",
"vite": "^8.0.16"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "moq",
"version": "0.0.0",
"devDependencies": {
"@biomejs/biome": "^2.4.16",
"@biomejs/biome": "^2.5.0",
"concurrently": "^10.0.3",
"publint": "^0.3.21",
"remark-cli": "^12.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/smoke/clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@moq/watch": "workspace:*"
},
"devDependencies": {
"esbuild": "^0.28.0",
"esbuild": "^0.28.1",
"playwright": "^1.61.0",
"vite": "^8.0.16"
}
Expand Down