Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Marketionist committed Oct 31, 2023
1 parent 4bc9fe4 commit 6aa10f6
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 38 deletions.
138 changes: 102 additions & 36 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Simple Node.js server to generate .html, .json, .js, .css, .jpg, .png pages for end-to-end and API testing",
"main": "index.js",
"scripts": {
"lint": "node_modules/.bin/eslint *.js *.js tests/**/*.js",
"lint": "node ./node_modules/.bin/eslint *.js tests/**/*.js",
"test": "node_modules/.bin/testcafe 'chrome:headless'",
"patch": "npm version patch -m \"Bumped up package version to %s\" && git push && git push origin --tags && npm publish",
"minor": "npm version minor -m \"Bumped up package version to %s\" && git push && git push origin --tags && npm publish",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/Marketionist/node-testing-server#readme",
"devDependencies": {
"eslint": "^8.50.0",
"eslint": "^8.52.0",
"testcafe": "^3.3.0"
}
}

0 comments on commit 6aa10f6

Please sign in to comment.