Skip to content

Commit

Permalink
chore: remove unused/unnecessary deps (#777)
Browse files Browse the repository at this point in the history
* chore: remove unused execa dep

* yarn file

* remove colon-names
  • Loading branch information
jennifer-shehane committed Jan 2, 2024
1 parent 05201f3 commit 6c12b30
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 75 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ jobs:
- C:\Users\circleci\AppData\Local\Cypress\Cache
- C:\Users\circleci\AppData\Roaming\npm-cache

# if you want to test execa's behavior on Windows
# - run: node ./scripts/test-execa

- run:
name: 'Start server'
command: npm run start
Expand Down Expand Up @@ -85,9 +82,6 @@ jobs:
- C:\Users\circleci\AppData\Local\Cypress\Cache
- C:\Users\circleci\AppData\Roaming\npm-cache

# if you want to test execa's behavior on Windows
# - run: node ./scripts/test-execa

- run:
name: 'Start server'
command: npm run start
Expand Down Expand Up @@ -126,9 +120,6 @@ jobs:
- C:\Users\circleci\AppData\Local\Cypress\Cache
- C:\Users\circleci\AppData\Roaming\npm-cache

# if you want to test execa's behavior on Windows
# - run: node ./scripts/test-execa

- run:
name: 'Start server'
command: npm run start
Expand Down
59 changes: 0 additions & 59 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,11 @@
},
"devDependencies": {
"@bahmutov/print-env": "1.3.0",
"colon-names": "1.0.0",
"cypress": "13.6.1",
"eslint": "8.56.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-json-format": "2.0.1",
"eslint-plugin-mocha": "10.2.0",
"execa": "2.1.0",
"globby": "11.1.0",
"husky": "8.0.3",
"netlify-plugin-cypress": "2.2.1",
Expand Down
5 changes: 0 additions & 5 deletions scripts/test-execa.js

This file was deleted.

0 comments on commit 6c12b30

Please sign in to comment.