Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Mar 25, 2024
1 parent e3a9762 commit 10576ab
Show file tree
Hide file tree
Showing 7 changed files with 849 additions and 1,181 deletions.
9 changes: 0 additions & 9 deletions .eslintrc.cjs

This file was deleted.

23 changes: 17 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,21 @@
"license": "BSD-3-Clause",
"devDependencies": {
"@commitlint/config-conventional": "^19.1.0",
"@salesforce/dev-config": "^4.1.0",
"@types/istanbul-lib-coverage": "^2.0.6",
"@types/istanbul-lib-report": "^3.0.3",
"@types/jest": "^29.5.12",
"@types/node": "^18",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"commitlint": "^18.2.0",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"commitlint": "^19.2.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-jsdoc": "^48.2.1",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.0.2",
"mocha": "^10.2.0",
Expand All @@ -44,5 +45,15 @@
"prettier": "prettier ./**/*.{js,json,ts,md} --write",
"format:check": "prettier ./**/*.{js,json,ts,md} --debug-check",
"prepare": "husky install"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"./{src,test}/**/*.{ts,js}": [
"eslint -c .eslintrc.json --fix"
]
}
}
27 changes: 0 additions & 27 deletions src/hello.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/

export { Hello } from './hello';
export { ServiceProvider } from './services';
25 changes: 0 additions & 25 deletions test/.eslintrc.cjs

This file was deleted.

16 changes: 0 additions & 16 deletions test/unit/hello.test.ts

This file was deleted.

Loading

0 comments on commit 10576ab

Please sign in to comment.