Skip to content

Commit 98bbb1b

Browse files
fix(deps): update dependency pino-pretty to ^11.3.0
1 parent dc1861e commit 98bbb1b

File tree

11 files changed

+44
-53
lines changed

11 files changed

+44
-53
lines changed

analyzer/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@previewjs/type-analyzer": "^10.1.5",
3535
"@previewjs/vfs": "^2.1.4",
3636
"pino": "^9.5.0",
37-
"pino-pretty": "^11.2.1"
37+
"pino-pretty": "^11.3.0"
3838
},
3939
"devDependencies": {
4040
"typescript": "^5.7.2",

analyzer/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/react": "^18.3.14",
3838
"@types/react-dom": "^18.3.3",
3939
"pino": "^9.5.0",
40-
"pino-pretty": "^11.2.1",
40+
"pino-pretty": "^11.3.0",
4141
"react": "^18.3.1",
4242
"rimraf": "^6.0.1",
4343
"shx": "^0.3.4",

core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"html-escaper": "^3.0.3",
4040
"http-terminator": "^3.2.0",
4141
"pino": "^9.5.0",
42-
"pino-pretty": "^11.2.1",
42+
"pino-pretty": "^11.3.0",
4343
"rollup-plugin-friendly-type-imports": "^1.0.3",
4444
"ts-node": "^10.9.2",
4545
"tsconfig-paths": "^4.2.0",

framework-plugins/preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@previewjs/iframe": "workspace:*",
4141
"@previewjs/testing": "workspace:*",
4242
"pino": "^9.5.0",
43-
"pino-pretty": "^11.2.1",
43+
"pino-pretty": "^11.3.0",
4444
"preact": "^10.25.2",
4545
"rimraf": "^6.0.1",
4646
"unbuild": "^2.0.0",

framework-plugins/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/react": "^18.3.14",
3737
"@types/react-dom": "^18.3.3",
3838
"pino": "^9.5.0",
39-
"pino-pretty": "^11.2.1",
39+
"pino-pretty": "^11.3.0",
4040
"react": "^18.3.1",
4141
"unbuild": "^2.0.0",
4242
"vite": "^6.0.3"

framework-plugins/solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@previewjs/iframe": "workspace:*",
4242
"@previewjs/testing": "workspace:*",
4343
"pino": "^9.5.0",
44-
"pino-pretty": "^11.2.1",
44+
"pino-pretty": "^11.3.0",
4545
"solid-js": "^1.9.3",
4646
"unbuild": "^2.0.0",
4747
"vite": "^6.0.3",

framework-plugins/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@sveltejs/kit": "^2.10.1",
4646
"@types/fs-extra": "^11.0.4",
4747
"pino": "^9.5.0",
48-
"pino-pretty": "^11.2.1",
48+
"pino-pretty": "^11.3.0",
4949
"unbuild": "^2.0.0",
5050
"vitest": "^2.1.8"
5151
}

framework-plugins/vue2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@previewjs/testing": "workspace:*",
4747
"@types/fs-extra": "^11.0.4",
4848
"pino": "^9.5.0",
49-
"pino-pretty": "^11.2.1",
49+
"pino-pretty": "^11.3.0",
5050
"rimraf": "^6.0.1",
5151
"shx": "^0.3.4",
5252
"unbuild": "^2.0.0",

framework-plugins/vue3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@vue/runtime-dom": "^3.5.13",
5151
"@vue/shared": "^3.5.13",
5252
"pino": "^9.5.0",
53-
"pino-pretty": "^11.2.1",
53+
"pino-pretty": "^11.3.0",
5454
"rimraf": "^6.0.1",
5555
"shx": "^0.3.4",
5656
"unbuild": "^2.0.0",

loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"execa": "^8.0.1",
5757
"fs-extra": "^11.2.0",
5858
"pino": "^9.5.0",
59-
"pino-pretty": "^11.2.1",
59+
"pino-pretty": "^11.3.0",
6060
"pnpm": "^9.15.0",
6161
"rimraf": "^6.0.1",
6262
"typescript": "^5.7.2"

pnpm-lock.yaml

+34-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)