Skip to content

Commit

Permalink
feat: use latest typescript eslint libs
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Nov 3, 2022
1 parent 4e84ddd commit ac65e30
Show file tree
Hide file tree
Showing 2 changed files with 563 additions and 695 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,38 +40,38 @@
"main": "dist/index.js",
"types": "index.d.ts",
"dependencies": {
"@typescript-eslint/scope-manager": "5.35.1",
"@typescript-eslint/utils": "5.35.1",
"@typescript-eslint/scope-manager": "^5.0.0",
"@typescript-eslint/utils": "^5.0.0",
"eslint-module-utils": "2.7.4",
"reflect-metadata": "0.1.13"
},
"devDependencies": {
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "6.0.3",
"@types/eslint": "8.4.6",
"@types/jest": "28.1.8",
"@types/node": "18.7.13",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"@types/eslint": "8.4.9",
"@types/jest": "29.2.1",
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"class-validator": "^0.13.2",
"eslint": "8.23.0",
"eslint": "8.26.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.3.6",
"eslint-plugin-jsdoc": "39.6.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-unicorn": "43.0.2",
"eslint-plugin-unicorn": "44.0.2",
"husky": "8.0.1",
"jest": "29.0.1",
"jest": "29.2.2",
"jest-create-mock-instance": "2.0.0",
"jest-junit": "14.0.1",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"semantic-release": "19.0.5",
"ts-jest": "28.0.8",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typescript": "4.7.4"
"typescript": "4.8.4"
},
"peerDependencies": {
"@typescript-eslint/parser": "^5.0.0",
Expand Down
Loading

0 comments on commit ac65e30

Please sign in to comment.