Skip to content

Commit

Permalink
Bump packages, jsdoc and version (#778)
Browse files Browse the repository at this point in the history
* bump packages

* bump version
  • Loading branch information
Senderek authored Sep 19, 2023
1 parent 3165da6 commit 0582348
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 73 deletions.
173 changes: 104 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-neworbit",
"version": "7.0.1",
"version": "8.0.0",
"description": "NewOrbit standard typescript ready eslint configuration",
"scripts": {
"test": "eslint \"./tests/**/*.ts\""
Expand All @@ -27,14 +27,14 @@
"homepage": "https://github.com/NewOrbit/eslint-config#readme",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react": "^1.1.7",
"eslint-formatter-pretty": "^5.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^39.9.1",
"eslint-plugin-jsdoc": "^46.8.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
Expand Down

0 comments on commit 0582348

Please sign in to comment.