Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61c5f43

Browse files
Merge pull request #71 from EOSIO/upgradingDeps
upgraded eslint to upgrade eslint-utils
2 parents b4b4e57 + b973788 commit 61c5f43

File tree

3 files changed

+1370
-1443
lines changed

3 files changed

+1370
-1443
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- '10.0.0'
4+
- '10.13.0'
55
stages:
66
- test
77
jobs:

package.json

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "ual-reactjs-renderer",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"main": "dist/index.js",
55
"author": {
66
"name": "block.one",
77
"url": "https://block.one/"
88
},
99
"collaborators": [
10-
"Nasser Abouelazm"
10+
"Nasser Abouelazm",
11+
"Mike Manfredi"
1112
],
1213
"license": "MIT",
1314
"scripts": {
@@ -20,20 +21,16 @@
2021
"prepare": "yarn build",
2122
"docs": "jsdoc src -r -d docs"
2223
},
23-
"resolutions": {
24-
"lodash": "^4.17.15",
25-
"marked": "^0.7.0"
26-
},
2724
"dependencies": {
28-
"i18next": "^14.0.1",
29-
"i18next-browser-languagedetector": "^2.2.4",
30-
"prop-types": "^15.7.1",
31-
"react": "^16.8.1",
32-
"react-dom": "^16.6.3",
33-
"react-icons": "^3.4.0",
34-
"react-tooltip": "^3.9.2",
35-
"styled-components": "^4.1.3",
36-
"universal-authenticator-library": "^0.1.2"
25+
"i18next": "14.0.1",
26+
"i18next-browser-languagedetector": "2.2.4",
27+
"prop-types": "15.7.1",
28+
"react": "16.8.1",
29+
"react-dom": "16.6.3",
30+
"react-icons": "3.4.0",
31+
"react-tooltip": "3.9.2",
32+
"styled-components": "4.1.3",
33+
"universal-authenticator-library": "0.1.4"
3734
},
3835
"devDependencies": {
3936
"@babel/cli": "^7.2.3",
@@ -53,7 +50,7 @@
5350
"enzyme": "^3.8.0",
5451
"enzyme-adapter-react-16": "^1.8.0",
5552
"enzyme-to-json": "^3.3.5",
56-
"eslint": "^5.10.0",
53+
"eslint": "^6.3.0",
5754
"eslint-plugin-no-exclusive-tests": "^1.0.0-rc.1",
5855
"jest": "^24.8.0",
5956
"jest-enzyme": "^7.0.1",

0 commit comments

Comments
 (0)