-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #102 from bestlong/deps-and-linting
Update depenedencies and linting
- Loading branch information
Showing
6 changed files
with
638 additions
and
639 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,19 +4,18 @@ | |
"description": "A node-red node to execute queries, stored procedures and bulk inserts in Microsoft SQL Server and Azure Databases SQL2000 ~ SQL2022", | ||
"main": "odbc.js", | ||
"dependencies": { | ||
"mssql": "^10.0.0", | ||
"mssql": "^10.0.4", | ||
"mustache": "^4.2.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^7.25.0", | ||
"eslint-config-standard": "^16.0.2", | ||
"eslint-plugin-html": "^6.1.2", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint": "^8.47.0", | ||
"eslint-config-standard": "^17.1.0", | ||
"eslint-plugin-html": "^7.1.0", | ||
"eslint-plugin-no-only-tests": "^3.3.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^4.3.1", | ||
"mocha": "^9.2.0", | ||
"node-red": "^1.0.3", | ||
"node-red-node-test-helper": "^0.3.0", | ||
"mocha": "^10.7.3", | ||
"node-red": "^4.0.2", | ||
"node-red-node-test-helper": "^0.3.4", | ||
"should": "^13.2.3" | ||
}, | ||
"node-red": { | ||
|
@@ -34,6 +33,8 @@ | |
}, | ||
"scripts": { | ||
"test": "mocha \"test/**/*_spec.js\"", | ||
"lint": "eslint test/**/*.js src/**/*.js src/**/*.html", | ||
"lint:fix": "eslint test/**/*.js src/**/*.js src/**/*.html --fix", | ||
"release": "np" | ||
}, | ||
"repository": { | ||
|
@@ -54,8 +55,8 @@ | |
"author": "Redconnect.io", | ||
"contributors": [ | ||
"Shao Yu-Lung <[email protected]> (https://github.com/bestlong)", | ||
"Olli Kasari <8488349+kasarol@users.noreply.github.com>", | ||
"Steve McLaughlin <44235289+Steve-Mcl@users.noreply.github.com> (https://github.com/Steve-Mcl)" | ||
"Steve McLaughlin <44235289+Steve-Mcl@users.noreply.github.com> (https://github.com/Steve-Mcl)", | ||
"Olli Kasari <8488349+kasarol@users.noreply.github.com>" | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/bestlong/node-red-contrib-mssql-plus", | ||
|
Oops, something went wrong.