Skip to content

Commit

Permalink
fix: npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mhf-ir committed Jan 25, 2022
1 parent 333d997 commit dd62a4f
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,12 @@
],
"license": "MIT",
"devDependencies": {
"@types/jest": "^27",
"eslint": "^8",
"eslint-config-airbnb-base": "^15",
"eslint-plugin-import": "^2",
"jest": "^27",
"lodash": "^4",
"stringz": "^2"
},
"dependencies": {}
"@types/jest": "^27.4.0",
"eslint": "^8.7.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"jest": "^27.4.7",
"lodash": "^4.17.21",
"stringz": "^2.1.0"
}
}

0 comments on commit dd62a4f

Please sign in to comment.