Compare commits

...

8 Commits

Author SHA1 Message Date
Sambo Chea 86b8acd128
Merge pull request #2 from CUBETIQ/dependabot/npm_and_yarn/eslint-plugin-jsdoc-39.2.9
Bump eslint-plugin-jsdoc from 36.1.1 to 39.2.9
2022-05-16 11:55:39 +07:00
Sambo Chea 83b22ec1d1
Merge pull request #5 from CUBETIQ/dependabot/npm_and_yarn/types/node-17.0.33
Bump @types/node from 16.11.35 to 17.0.33
2022-05-16 11:55:28 +07:00
Sambo Chea f5eb912cf8
Merge pull request #3 from CUBETIQ/dependabot/npm_and_yarn/eslint-8.15.0
Bump eslint from 7.32.0 to 8.15.0
2022-05-16 11:55:20 +07:00
dependabot[bot] f2e6f6c854
Bump @types/node from 16.11.35 to 17.0.33
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.35 to 17.0.33.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 04:55:20 +00:00
Sambo Chea 1e73b64e9b
Merge pull request #1 from CUBETIQ/dependabot/npm_and_yarn/husky-8.0.1
Bump husky from 7.0.4 to 8.0.1
2022-05-16 11:55:13 +07:00
dependabot[bot] c2a926b207
Bump eslint from 7.32.0 to 8.15.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.15.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.32.0...v8.15.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 04:55:03 +00:00
dependabot[bot] bce251b1de
Bump eslint-plugin-jsdoc from 36.1.1 to 39.2.9
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 36.1.1 to 39.2.9.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v36.1.1...v39.2.9)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 04:54:59 +00:00
dependabot[bot] 9ad2431021
Bump husky from 7.0.4 to 8.0.1
Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.1.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v7.0.4...v8.0.1)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 04:54:49 +00:00

View File

@ -23,16 +23,16 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"eslint": "^7.32.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsdoc": "^36.0.8",
"eslint-plugin-jsdoc": "^39.2.9",
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^7.0.2",
"husky": "^8.0.1",
"lint-staged": "^11.1.2",
"prettier": "2.3.2",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.2",
"@types/node": "^16.9.1"
"@types/node": "^17.0.33"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"