Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnapo committed Aug 24, 2021
1 parent c2fa74c commit 5d77124
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 16
cache: npm

- name: 📥 Download deps
uses: bahmutov/npm-install@v1
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,32 +26,32 @@
"ignorePatterns": "library/*"
},
"dependencies": {
"chalk": "^4.1.1",
"chalk": "^4.1.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"helmet": "^4.6.0",
"mathjs": "^9.4.2",
"mongodb": "^3.6.9",
"mongoose": "^5.12.13",
"mathjs": "^9.4.4",
"mongodb": "^4.1.0",
"mongoose": "^5.13.8",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"natural": "^5.0.3",
"multer": "^1.4.3",
"natural": "^5.0.5",
"request": "^2.88.2",
"shelljs": "^0.8.4",
"sync-request": "^6.1.0",
"wordpos": "^2.1.0"
},
"devDependencies": {
"ava": "^3.15.0",
"c8": "^7.7.2",
"eslint": "^7.28.0",
"c8": "^7.8.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-iamnapo": "^15.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-config-iamnapo": "^16.1.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unicorn": "^33.0.1",
"eslint-plugin-unicorn": "^35.0.0",
"got": "^11.8.2",
"jsdoc": "^3.6.7",
"test-listen": "^1.1.0"
Expand Down

0 comments on commit 5d77124

Please # to comment.