Skip to content

Commit 8b5a729

Browse files
authored
Merge pull request #52 from Marketionist/update-dependencies
Update devDependencies
2 parents 4bc9fe4 + 6aa10f6 commit 8b5a729

File tree

2 files changed

+104
-38
lines changed

2 files changed

+104
-38
lines changed

package-lock.json

Lines changed: 102 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Simple Node.js server to generate .html, .json, .js, .css, .jpg, .png pages for end-to-end and API testing",
55
"main": "index.js",
66
"scripts": {
7-
"lint": "node_modules/.bin/eslint *.js *.js tests/**/*.js",
7+
"lint": "node ./node_modules/.bin/eslint *.js tests/**/*.js",
88
"test": "node_modules/.bin/testcafe 'chrome:headless'",
99
"patch": "npm version patch -m \"Bumped up package version to %s\" && git push && git push origin --tags && npm publish",
1010
"minor": "npm version minor -m \"Bumped up package version to %s\" && git push && git push origin --tags && npm publish",
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/Marketionist/node-testing-server#readme",
3535
"devDependencies": {
36-
"eslint": "^8.50.0",
36+
"eslint": "^8.52.0",
3737
"testcafe": "^3.3.0"
3838
}
3939
}

0 commit comments

Comments
 (0)