Skip to content

Commit

Permalink
Update nearly all dependencies, including esbuild
Browse files Browse the repository at this point in the history
This fixes #1198 [1].

[1] #1198
  • Loading branch information
badeball committed Jun 14, 2024
1 parent e05488c commit 84021c1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## Unreleased

- Updated all dependencies, fixes [#1198](https://github.com/badeball/cypress-cucumber-preprocessor/issues/1198).

## v20.0.6

- Search for configuration files using strategy `project`, fixes [#1185](https://github.com/badeball/cypress-cucumber-preprocessor/issues/1185).
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,67 +60,67 @@
"dependencies": {
"@badeball/cypress-configuration": "^6.1.1",
"@cucumber/ci-environment": "^10.0.1",
"@cucumber/cucumber": "^10.6.0",
"@cucumber/cucumber": "^10.8.0",
"@cucumber/cucumber-expressions": "^17.1.0",
"@cucumber/gherkin": "^28.0.0",
"@cucumber/html-formatter": "^21.3.1",
"@cucumber/message-streams": "^4.0.1",
"@cucumber/messages": "^24.1.0",
"@cucumber/messages": "^25.0.1",
"@cucumber/pretty-formatter": "^1.0.1",
"@cucumber/tag-expressions": "^6.1.0",
"base64-js": "^1.5.1",
"chalk": "^4.1.2",
"cli-table": "^0.3.11",
"common-ancestor-path": "^1.0.1",
"cosmiconfig": "^9.0.0",
"debug": "^4.3.4",
"debug": "^4.3.5",
"error-stack-parser": "^2.1.4",
"esbuild": "^0.20.2",
"glob": "^10.3.12",
"esbuild": "^0.21.5",
"glob": "^10.4.1",
"is-path-inside": "^3.0.3",
"mocha": "^10.4.0",
"seedrandom": "^3.0.5",
"source-map": "^0.7.4",
"split": "^1.0.1",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/parser": "^7.24.4",
"@babel/types": "^7.24.0",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@babel/parser": "^7.24.7",
"@babel/types": "^7.24.7",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.1",
"@cypress/browserify-preprocessor": "^3.0.2",
"@cypress/webpack-preprocessor": "^6.0.1",
"@testing-library/dom": "^10.0.0",
"@cypress/webpack-preprocessor": "^6.0.2",
"@testing-library/dom": "^10.1.0",
"@types/cli-table": "^0.3.4",
"@types/common-ancestor-path": "^1.0.2",
"@types/debug": "^4.1.12",
"@types/glob": "^8.1.0",
"@types/jsdom": "^21.1.6",
"@types/jsdom": "^21.1.7",
"@types/mocha": "^10.0.6",
"@types/pngjs": "^6.0.4",
"@types/pngjs": "^6.0.5",
"@types/prettier": "^2.7.3",
"@types/seedrandom": "^3.0.8",
"@types/split": "^1.0.5",
"@types/stream-buffers": "^3.0.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"ast-types": "^0.15.2",
"cypress": "^13.8.1",
"cypress": "^13.11.0",
"eslint": "^8.51.0",
"genversion": "^3.2.0",
"jsdom": "^24.0.0",
"jsdom": "^24.1.0",
"pngjs": "^7.0.0",
"prettier": "^2.8.8",
"recast": "^0.23.6",
"rollup": "^4.16.4",
"recast": "^0.23.9",
"rollup": "^4.18.0",
"stream-buffers": "^3.0.2",
"strip-ansi": "^6.0.1",
"strip-indent": "^3.0.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsd": "^0.31.0",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
"webpack": "^5.92.0"
},
"peerDependencies": {
"@cypress/browserify-preprocessor": "^3.0.1",
Expand Down

0 comments on commit 84021c1

Please sign in to comment.