Skip to content

Commit 3e9bf08

Browse files
committed
fix: regenerate pnpm-lock.yaml with dependabot updates on top of main
1 parent b644987 commit 3e9bf08

File tree

6 files changed

+343
-290
lines changed

6 files changed

+343
-290
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"@typescript-eslint/parser": "^8.40.0",
3131
"@typescript-eslint/utils": "^8.40.0",
3232
"@vitest/browser": "^4.0.16",
33-
"autoprefixer": "^10.4.21",
33+
"autoprefixer": "^10.4.27",
3434
"eslint": "^9.33.0",
3535
"eslint-config-prettier": "^10.1.8",
3636
"eslint-plugin-import": "^2.32.0",
37-
"eslint-plugin-prettier": "^5.5.4",
37+
"eslint-plugin-prettier": "^5.5.5",
3838
"eslint-plugin-unicorn": "^62.0.0",
3939
"happy-dom": "^20.0.11",
4040
"npm-run-all": "^4.1.5",
41-
"postcss": "^8.5.6",
41+
"postcss": "^8.5.9",
4242
"postcss-lit": "^1.2.0",
4343
"prettier": "^3.6.2",
4444
"tailwindcss": "^4.1.12",

packages/app/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"lint": "eslint ."
1717
},
1818
"dependencies": {
19-
"@codemirror/lang-javascript": "^6.2.4",
19+
"@codemirror/lang-javascript": "^6.2.5",
2020
"@codemirror/theme-one-dark": "^6.1.3",
2121
"@codemirror/view": "^6.38.1",
2222
"@iconify-json/mdi": "^1.2.3",
2323
"@lit/context": "^1.1.6",
24+
"@wdio/devtools-service": "workspace:*",
2425
"@wdio/protocols": "9.24.0",
2526
"codemirror": "^6.0.2",
26-
"lit": "^3.3.1",
27+
"lit": "^3.3.2",
2728
"placeholder-loading": "^0.7.0",
2829
"pointer-tracker": "^2.5.3",
29-
"preact": "^10.27.1",
30-
"@wdio/devtools-service": "workspace:*"
30+
"preact": "^10.27.1"
3131
},
3232
"author": "Christian Bromann <mail@bromann.dev>",
3333
"license": "MIT",
@@ -40,8 +40,8 @@
4040
"rollup": "^4.47.0",
4141
"stylelint": "^16.24.0",
4242
"stylelint-config-recommended": "^17.0.0",
43-
"stylelint-config-tailwindcss": "^1.0.0",
44-
"tailwindcss": "~4.1.18"
45-
,"vite": "7.3.2"
43+
"stylelint-config-tailwindcss": "^1.0.1",
44+
"tailwindcss": "~4.1.18",
45+
"vite": "7.3.2"
4646
}
4747
}

packages/backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Backend service to spin up WebdriverIO Devtools",
55
"author": "Christian Bromann <mail@bromann.dev>",
66
"license": "MIT",
7-
"repository": {
7+
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/webdriverio/devtools.git",
1010
"directory": "packages/devtools-backend"
@@ -28,14 +28,14 @@
2828
"@wdio/cli": "9.24.0",
2929
"@wdio/devtools-app": "workspace:^",
3030
"@wdio/logger": "9.18.0",
31-
"fastify": "^5.5.0",
31+
"fastify": "^5.8.4",
3232
"get-port": "^7.1.0",
3333
"import-meta-resolve": "^4.1.0",
3434
"tree-kill": "^1.2.2"
3535
},
3636
"devDependencies": {
3737
"@types/ws": "^8.18.1",
38-
"nodemon": "^3.1.10",
38+
"nodemon": "^3.1.14",
3939
"ws": "^8.18.3"
4040
}
4141
}

packages/nightwatch-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@wdio/devtools-script": "workspace:*",
2828
"@wdio/logger": "^9.6.0",
2929
"import-meta-resolve": "^4.2.0",
30-
"stacktrace-parser": "^0.1.10",
30+
"stacktrace-parser": "^0.1.11",
3131
"webdriverio": "^9.18.0",
3232
"ws": "^8.18.3"
3333
},

packages/script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"htm": "^3.1.1",
2323
"parse5": "^8.0.0",
2424
"preact": "^10.27.1",
25-
"vite-plugin-singlefile": "^2.3.0"
25+
"vite-plugin-singlefile": "^2.3.2"
2626
},
2727
"devDependencies": {
2828
"vite": "7.3.2"

0 commit comments

Comments
 (0)