Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zxbodya committed Jun 13, 2020
1 parent c6b567a commit 63a2a78
Show file tree
Hide file tree
Showing 2 changed files with 1,043 additions and 1,068 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@
]
},
"dependencies": {
"@babel/code-frame": "^7.8.3",
"@babel/highlight": "^7.9.0",
"@babel/code-frame": "^7.10.1",
"@babel/highlight": "^7.10.1",
"commander": "^5.1.0",
"lodash": "^4.17.15",
"prettier": "^2.0.5",
"shelljs": "^0.8.4",
"typescript": "^3.4",
"typescript": "^3.9.5",
"typescript-compiler": "^1.4.1-2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@babel/preset-flow": "^7.9.0",
"@types/node": "^13.13.5",
"@types/react": "^16.9.34",
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-flow": "^7.10.1",
"@types/node": "^14.0.13",
"@types/react": "^16.9.36",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"eslint": "^6.8.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.9.0",
"eslint-plugin-flowtype": "^5.1.3",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jest": "^23.13.2",
"flow-bin": "^0.102.0",
"jest": "^26.0.1"
},
Expand Down
Loading

0 comments on commit 63a2a78

Please sign in to comment.