Merge pull request #65 from nikhiljha/master

Upgrade Dependencies
This commit is contained in:
chrisgarrity 2019-02-11 15:21:52 +01:00 committed by GitHub
commit 783eab1ae3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1953 additions and 2130 deletions

4069
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -41,11 +41,11 @@
"dependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"babel-plugin-react-intl": "^2.3.1",
"transifex": "1.5.0"
"babel-plugin-react-intl": "^3.0.1",
"transifex": "1.6.6"
},
"devDependencies": {
"@babel/node": "7.0.0",
"@babel/node": "7.2.2",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-async-to-generator": "^7.1.0",
@ -53,21 +53,21 @@
"@babel/preset-react": "^7.0.0",
"async": "2.6.1",
"babel-eslint": "^10.0.1",
"babel-loader": "8.0.4",
"babel-loader": "8.0.5",
"eslint": "^5.0.1",
"eslint-config-scratch": "^5.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"format-message-cli": "6.2.1",
"format-message-parse": "6.2.0",
"jshint": "2.9.5",
"jshint": "2.9.7",
"json": "^9.0.6",
"jsonlint": "1.6.3",
"lodash.defaultsdeep": "4.6.0",
"mkdirp": "^0.5.1",
"p-limit": "2.0.0",
"p-limit": "2.1.0",
"p-queue": "3.0.0",
"react-intl": "2.4.0",
"react-intl": "2.8.0",
"rimraf": "^2.6.2",
"webpack": "^4.6.0",
"webpack-cli": "^3.1.2"