Skip to content

Commit

Permalink
updare deps
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Apr 28, 2024
1 parent 4231f24 commit 4d764ef
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 65 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@
"devDependencies": {
"@types/node": "^20.12.7",
"@types/progress": "^2.0.7",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"axios": "^1.6.8",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"progress": "^2.0.3",
"rimraf": "^5.0.5",
"shx": "^0.3.4",
Expand Down
108 changes: 54 additions & 54 deletions pnpm-lock.yaml

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

3 changes: 0 additions & 3 deletions test/pnpm-lock.yaml

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

6 changes: 1 addition & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@
// "declarationDir": "types",
"outDir": "cjs",
"moduleResolution": "Node10",
},
"include": [
"./**/*.ts",
"../install/*.ts",
"../lib/**/*.ts" ]
}
}

0 comments on commit 4d764ef

Please sign in to comment.