Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luvies committed Sep 11, 2020
1 parent f897a72 commit 1e7369a
Show file tree
Hide file tree
Showing 13 changed files with 1,086 additions and 779 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -26,23 +26,23 @@
"fix": "./node_modules/@luvies/config/scripts/lint.sh fix"
},
"devDependencies": {
"@luvies/config": "^3.0.2",
"@types/jest": "^26.0.7",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"@luvies/config": "^3.1.2",
"@types/jest": "^26.0.13",
"@types/node": "^14.10.0",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"coveralls": "^3.1.0",
"eslint": "^7.5.0",
"eslint": "^7.8.1",
"eslint-plugin-import": "^2.22.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-sort-imports-es6-autofix": "^0.5.0",
"jest": "^26.2.1",
"prettier": "^2.0.5",
"ts-jest": "^26.1.4",
"typescript": "^3.9.7"
"jest": "^26.4.2",
"prettier": "^2.1.1",
"ts-jest": "^26.3.0",
"typescript": "^4.0.2"
},
"dependencies": {
"jsep": "^0.3.4",
"tslib": "^2.0.0"
"jsep": "^0.3.5",
"tslib": "^2.0.1"
}
}

0 comments on commit 1e7369a

Please sign in to comment.