Skip to content

Commit

Permalink
feat(runner-playwright): update dependency webpack to v5.97.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and luifr10 committed Dec 22, 2024
1 parent 5c790b6 commit f8ad895
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 89 deletions.
191 changes: 104 additions & 87 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/runner-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"path-browserify": "^1.0.1",
"ts-node": "10.9.2",
"typescript": "5.7.2",
"webpack": "5.95.0"
"webpack": "5.97.1"
},
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/runner-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@
"eslint-plugin-playwright": "1.8.3",
"ts-loader": "9.4.2",
"tsconfig-paths": "4.2.0",
"webpack": "5.94.0"
"webpack": "5.97.1"
}
}

0 comments on commit f8ad895

Please sign in to comment.