Skip to content

Commit

Permalink
Bump packages and version to 7.0.1 (#774)
Browse files Browse the repository at this point in the history
* bump typescript packages

* bump version
  • Loading branch information
Senderek authored Sep 18, 2023
1 parent 74f3889 commit 3165da6
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 71 deletions.
132 changes: 66 additions & 66 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-neworbit",
"version": "7.0.0",
"version": "7.0.1",
"description": "NewOrbit standard typescript ready eslint configuration",
"scripts": {
"test": "eslint \"./tests/**/*.ts\""
Expand All @@ -27,8 +27,8 @@
"homepage": "https://github.com/NewOrbit/eslint-config#readme",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react": "^1.1.7",
"eslint-formatter-pretty": "^5.0.0",
Expand All @@ -41,9 +41,9 @@
"eslint-plugin-react-hooks": "^4.6.0"
},
"devDependencies": {
"eslint": "^8.47.0",
"eslint": "^8.49.0",
"react": "^18.2.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"peerDependencies": {
"eslint": "8.x"
Expand Down

0 comments on commit 3165da6

Please sign in to comment.