Skip to content

Commit

Permalink
Update* all dependencies, including @cucumber/messages
Browse files Browse the repository at this point in the history
* Nearly all, except some packages that have migrated to ESM and are
  more diffult to update, in addition to eslint, for which
  typescript-eslint doesn't support yet [1[.

This fixes #1180 [2].

[1] typescript-eslint/typescript-eslint#8211
[2] #1180
  • Loading branch information
badeball committed Apr 27, 2024
1 parent a135df3 commit 0aeafe6
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,68 +57,68 @@
"prepublishOnly": "npm run clean && npm run build && npm run test"
},
"dependencies": {
"@badeball/cypress-configuration": "^6.1.0",
"@cucumber/ci-environment": "^10.0.0",
"@cucumber/cucumber": "^10.0.0",
"@cucumber/cucumber-expressions": "^17.0.0",
"@cucumber/gherkin": "^27.0.0",
"@cucumber/html-formatter": "^20.4.0",
"@badeball/cypress-configuration": "^6.1.1",
"@cucumber/ci-environment": "^10.0.1",
"@cucumber/cucumber": "^10.6.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": "^22.0.0",
"@cucumber/pretty-formatter": "^1.0.0",
"@cucumber/tag-expressions": "^6.0.0",
"@cucumber/messages": "^24.1.0",
"@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": "^8.3.6",
"cosmiconfig": "^9.0.0",
"debug": "^4.3.4",
"error-stack-parser": "^2.1.4",
"esbuild": "^0.19.4",
"glob": "^10.3.10",
"esbuild": "^0.20.2",
"glob": "^10.3.12",
"is-path-inside": "^3.0.3",
"mocha": "^10.2.0",
"mocha": "^10.4.0",
"seedrandom": "^3.0.5",
"source-map": "^0.7.4",
"split": "^1.0.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/parser": "^7.23.0",
"@babel/types": "^7.23.0",
"@babel/parser": "^7.24.4",
"@babel/types": "^7.24.0",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@cypress/browserify-preprocessor": "^3.0.2",
"@cypress/webpack-preprocessor": "^6.0.0",
"@types/cli-table": "^0.3.2",
"@types/common-ancestor-path": "^1.0.0",
"@types/debug": "^4.1.9",
"@cypress/webpack-preprocessor": "^6.0.1",
"@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.3",
"@types/mocha": "^10.0.2",
"@types/pngjs": "^6.0.2",
"@types/jsdom": "^21.1.6",
"@types/mocha": "^10.0.6",
"@types/pngjs": "^6.0.4",
"@types/prettier": "^2.7.3",
"@types/seedrandom": "^3.0.6",
"@types/split": "^1.0.3",
"@types/stream-buffers": "^3.0.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@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",
"ast-types": "^0.15.2",
"cypress": "^13.3.1",
"cypress": "^13.8.1",
"eslint": "^8.51.0",
"genversion": "^3.1.1",
"jsdom": "^22.1.0",
"genversion": "^3.2.0",
"jsdom": "^24.0.0",
"pngjs": "^7.0.0",
"prettier": "^2.8.8",
"recast": "^0.23.4",
"rollup": "^4.1.0",
"prettier": "^3.2.5",
"recast": "^0.23.6",
"rollup": "^4.16.4",
"stream-buffers": "^3.0.2",
"strip-ansi": "^6.0.1",
"strip-indent": "^3.0.0",
"ts-loader": "^9.5.0",
"ts-node": "^10.9.1",
"tsd": "^0.29.0",
"typescript": "^5.2.2",
"webpack": "^5.89.0"
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsd": "^0.31.0",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
},
"peerDependencies": {
"@cypress/browserify-preprocessor": "^3.0.1",
Expand Down

0 comments on commit 0aeafe6

Please sign in to comment.