Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer committed Jan 2, 2024
1 parent 6ff26de commit 59b9f96
Show file tree
Hide file tree
Showing 2 changed files with 3,729 additions and 286 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"version": "0.5.7",
"packageManager": "[email protected]",
"license": "Apache-2.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -43,10 +44,11 @@
"@types/lodash.set": "^4.3.6",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"eslint-config-react-app": "^7.0.1",
"husky": "^4.3.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"tsdx": "^0.14.0",
"tsdx": "^0.14.1",
"tslib": "^2.0.1",
"typescript": "^4.0.3"
},
Expand All @@ -56,5 +58,7 @@
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2"
},
"packageManager": "[email protected]"
"resolutions": {
"eslint": "7.17.0"
}
}
Loading

0 comments on commit 59b9f96

Please sign in to comment.