Skip to content

Commit

Permalink
chore: move more dev dependencies to root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dpinol committed Feb 19, 2020
1 parent f9883e5 commit 647b5a0
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 16 deletions.
102 changes: 90 additions & 12 deletions package-lock.json

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

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
{
"private": true,
"devDependencies": {
"@types/node": "^13.7.0",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"@types/jest-each": "^24.3.0",
"@types/node": "^13.7.2",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-jest": "^23.7.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint_d": "^8.0.0",
"jest": "^25.1.0",
"lerna": "^3.19.0",
"prettier": "^1.19.1",
"ts-jest": "^25.2.1",
"ts-mockito": "^2.5.0",
"ts-node": "^8.6.2",
"tslib": "^1.10.0",
"typescript": "~3.7.5"
Expand Down

0 comments on commit 647b5a0

Please sign in to comment.