Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix: bump dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires node >= 12
  • Loading branch information
thomasmichaelwallace committed Mar 30, 2021
1 parent f337230 commit 14a875d
Show file tree
Hide file tree
Showing 2 changed files with 1,163 additions and 1,526 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"release": "yarn test && yarn lint && np"
},
"engines": {
"node": ">= 10.0.0"
"node": ">= 12.0.0"
},
"dependencies": {
"axios": "^0.21.0",
"axios": "^0.21.1",
"universal-url": "^2.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.14.0",
"eslint-config-airbnb-typescript": "^12.0.0",
"@types/jest": "^26.0.22",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"eslint": "^7.23.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.6.3",
"np": "^7.0.0",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2"
"np": "^7.4.0",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},
"keywords": [
"iot",
Expand Down
Loading

0 comments on commit 14a875d

Please sign in to comment.