Skip to content

Commit

Permalink
Merge pull request #601 from epaew/feature/dependencies
Browse files Browse the repository at this point in the history
yarn upgrade --latest
  • Loading branch information
epaew authored Oct 30, 2022
2 parents 54e083a + c589f2d commit 43bb4cd
Show file tree
Hide file tree
Showing 3 changed files with 440 additions and 452 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Features

- [#599](https://github.com/epaew/eslint-plugin-filenames-simple/pull/599)
- [#600](https://github.com/epaew/eslint-plugin-filenames-simple/pull/600)
- Remove support Node.js < 14.17
- Add support for Node.js 18.x

Expand All @@ -13,6 +13,7 @@
- [#465](https://github.com/epaew/eslint-plugin-filenames-simple/pull/465)
- Update prettier configuration.
- [#598](https://github.com/epaew/eslint-plugin-filenames-simple/pull/598)
- [#601](https://github.com/epaew/eslint-plugin-filenames-simple/pull/601)
- Upgrade some dependencies

# 0.7.0
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,25 @@
"@epaew/prettier-config": "https://github.com/epaew/prettier-config.git#master",
"@types/eslint": "^8.4.9",
"@types/glob": "^8.0.0",
"@types/jest": "^28.1.4",
"@types/node": "^18.0.3",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.8",
"@types/pluralize": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/experimental-utils": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^3.2.5",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames-simple": "file:.",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"glob": "^8.0.3",
"jest": "^28.1.2",
"jest": "^29.2.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.5",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
Expand Down
Loading

0 comments on commit 43bb4cd

Please sign in to comment.