Skip to content

Commit

Permalink
fix(build: fix compilation due to outdated esbuild cypress plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
asgorobets committed Aug 13, 2023
1 parent 23cb161 commit cacf8c5
Show file tree
Hide file tree
Showing 3 changed files with 638 additions and 140 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"typescript": "4.9.3"
},
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^15.0.0",
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.5",
"@badeball/cypress-cucumber-preprocessor": "^18.0.4",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@cypress/webpack-dev-server": "^3.2.1",
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.1",
Expand All @@ -62,7 +62,8 @@
"storybook": "^7.2.3",
"tailwindcss": "^3.3.3",
"ts-loader": "^9.4.2",
"webpack": "^5.75.0"
"webpack": "^5.75.0",
"esbuild": "0.19.1"
},
"cypress-cucumber-preprocessor": {
"stepDefinitions": [
Expand All @@ -74,7 +75,5 @@
"html": {
"enabled": true
}
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}
}
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
"incremental": true,
"baseUrl": ".",
"paths": {
"#/*": ["./*"]
"#/*": ["./*"],
"@badeball/cypress-cucumber-preprocessor/*": [
"./node_modules/@badeball/cypress-cucumber-preprocessor/dist/subpath-entrypoints/*"
]
},
"plugins": [
{
Expand Down
Loading

0 comments on commit cacf8c5

Please sign in to comment.