Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nmbrone committed Jul 29, 2020
1 parent e74c244 commit 4ec43be
Show file tree
Hide file tree
Showing 2 changed files with 1,132 additions and 982 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl-tm",
"version": "0.1.1",
"version": "0.1.2",
"description": "Translations manager for react-intl",
"main": "lib/index.js",
"files": [
Expand All @@ -19,14 +19,14 @@
"test": "jest"
},
"dependencies": {
"chalk": "^3.0.0",
"chalk": "^4.1.0",
"glob": "^7.1.6"
},
"optionalDependencies": {
"@babel/core": "^7.0.0"
},
"devDependencies": {
"jest": "^25.1.0",
"prettier": "^1.19.1"
"jest": "^26.1.0",
"prettier": "^2.0.5"
}
}
Loading

0 comments on commit 4ec43be

Please sign in to comment.