File tree Expand file tree Collapse file tree 6 files changed +343
-290
lines changed
Expand file tree Collapse file tree 6 files changed +343
-290
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 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"
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}
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments