Skip to content
This repository was archived by the owner on Jun 19, 2022. It is now read-only.

Commit f132365

Browse files
committed
Update cypress-esbuild-preprocessor
This removes the need for patching, as my PR was merged [1]. [1] bahmutov/cypress-esbuild-preprocessor#29
1 parent 107a915 commit f132365

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"specs-by-tags": "specs-by-tags.js"
3030
},
3131
"scripts": {
32-
"postinstall": "patch-package",
3332
"build": "tsc",
3433
"watch": "tsc --watch",
3534
"fmt": "prettier --ignore-path .gitignore --write '**/*.ts'",
@@ -54,14 +53,13 @@
5453
"minimatch": "^3.0.4"
5554
},
5655
"devDependencies": {
57-
"@bahmutov/cypress-esbuild-preprocessor": "^2.0.2",
56+
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.0",
5857
"@types/debug": "^4.1.5",
5958
"@types/glob": "^7.1.3",
6059
"cypress": "^5.5.0",
6160
"dtslint": "^4.0.5",
6261
"esbuild": "^0.11.12",
6362
"mocha": "^8.2.0",
64-
"patch-package": "^6.4.7",
6563
"prettier": "^2.2.1",
6664
"stream-buffers": "^3.0.2",
6765
"strip-indent": "^3.0.0",

patches/@bahmutov+cypress-esbuild-preprocessor+2.0.2.patch

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)