Skip to content

Commit 992beca

Browse files
committed
Bump deps
1 parent 987c4c1 commit 992beca

20 files changed

+4049
-2071
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ typings/
6262

6363
# Visual Studio
6464
.vscode/
65+
.history/
6566

6667
# Miscellaneous cache files
6768
.DS_Store

config/rollup.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import fs from 'fs-extra';
22
import glob from 'glob';
33
import babel from 'rollup-plugin-babel';
4-
import resolve from 'rollup-plugin-node-resolve';
4+
import resolve from '@rollup/plugin-node-resolve';
55
import postprocess from 'rollup-plugin-postprocess';
66
import sass from 'rollup-plugin-sass';
7-
import commonjs from 'rollup-plugin-commonjs';
8-
import string from 'rollup-plugin-string/dist/rollup-plugin-string';
7+
import commonjs from '@rollup/plugin-commonjs';
8+
import { string } from 'rollup-plugin-string';
99
import svg from 'rollup-plugin-react-svg';
1010

1111
const config = require('./config');

docs/build/1.1c19e957.js

-1
This file was deleted.

docs/build/1.408c21cf.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/build/bundle.4e205566.js

+71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/build/bundle.b9f3113a.js

-72
This file was deleted.

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>react-common</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap"></head><body><div id="rsg-root"></div><div id="app"></div><script src="build/bundle.b9f3113a.js"></script></body></html>
1+
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>react-common</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap"></head><body><div id="rsg-root"></div><div id="app"></div><script src="build/bundle.4e205566.js"></script></body></html>

package.json

+60-60
Original file line numberDiff line numberDiff line change
@@ -37,82 +37,82 @@
3737
"dependencies": {
3838
"classnames": "^2.2.6",
3939
"color": "^3.1.2",
40-
"date-fns": "^1.29.0",
40+
"date-fns": "^1.30.1",
4141
"design-system": "git://github.com/Wikia/design-system.git#22.8.0",
42-
"i18next": "^14.0.1",
42+
"i18next": "^19.3.2",
4343
"immutable": "^4.0.0-rc.12",
44-
"lodash": "^4.17.11",
45-
"prop-types": "^15.6.2",
46-
"react": "^16.8.3",
47-
"react-dom": "^16.8.3",
48-
"react-i18next": "^10.0.0",
44+
"lodash": "^4.17.15",
45+
"prop-types": "^15.7.2",
46+
"react": "^16.13.0",
47+
"react-dom": "^16.13.0",
48+
"react-i18next": "^11.3.3",
4949
"react-redux": "^5.0.7",
50-
"react-select": "^2.1.1",
50+
"react-select": "^3.0.8",
5151
"styled-components": "^4.1.3"
5252
},
5353
"devDependencies": {
54-
"@babel/core": "^7.1.6",
55-
"@babel/node": "^7.0.0",
56-
"@babel/plugin-external-helpers": "^7.0.0",
57-
"@babel/plugin-proposal-class-properties": "^7.1.0",
58-
"@babel/plugin-proposal-export-default-from": "^7.2.0",
59-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
60-
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
61-
"@babel/preset-env": "^7.0.0",
62-
"@babel/preset-react": "^7.0.0",
54+
"@babel/core": "^7.8.7",
55+
"@babel/node": "^7.8.7",
56+
"@babel/plugin-external-helpers": "^7.8.3",
57+
"@babel/plugin-proposal-class-properties": "^7.8.3",
58+
"@babel/plugin-proposal-export-default-from": "^7.8.3",
59+
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
60+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
61+
"@babel/preset-env": "^7.8.7",
62+
"@babel/preset-react": "^7.8.3",
6363
"babel-core": "^7.0.0-bridge.0",
64-
"babel-eslint": "^10.0.1",
65-
"babel-jest": "^23.6.0",
66-
"babel-loader": "^8.0.4",
67-
"babel-plugin-styled-components": "^1.10.0",
68-
"concurrently": "^4.1.0",
69-
"coveralls": "^3.0.2",
70-
"enzyme": "^3.10.0",
71-
"enzyme-adapter-react-16": "^1.14.0",
64+
"babel-eslint": "^10.1.0",
65+
"babel-jest": "^25.1.0",
66+
"babel-loader": "^8.0.6",
67+
"babel-plugin-styled-components": "^1.10.7",
68+
"concurrently": "^5.1.0",
69+
"coveralls": "^3.0.9",
70+
"enzyme": "^3.11.0",
71+
"enzyme-adapter-react-16": "^1.15.2",
7272
"enzyme-redux": "^0.2.1",
73-
"enzyme-to-json": "^3.3.5",
74-
"eslint": "^5.9.0",
75-
"eslint-config-airbnb": "^17.1.0",
76-
"eslint-plugin-import": "^2.14.0",
77-
"eslint-plugin-jest": "^22.0.0",
78-
"eslint-plugin-jsx-a11y": "^6.1.2",
79-
"eslint-plugin-react": "^7.11.1",
80-
"fs-extra": "^7.0.1",
81-
"glob": "^7.1.3",
73+
"enzyme-to-json": "^3.4.4",
74+
"eslint": "^6.8.0",
75+
"eslint-config-airbnb": "^18.0.1",
76+
"eslint-plugin-import": "^2.20.1",
77+
"eslint-plugin-jest": "^23.8.2",
78+
"eslint-plugin-jsx-a11y": "^6.2.3",
79+
"eslint-plugin-react": "^7.18.3",
80+
"fs-extra": "^8.1.0",
81+
"glob": "^7.1.6",
8282
"identity-obj-proxy": "^3.0.0",
83-
"jest": "^24.8.0",
84-
"mkdirp": "^0.5.1",
85-
"node-sass": "^4.10.0",
83+
"jest": "^25.1.0",
84+
"mkdirp": "^1.0.3",
85+
"node-sass": "^4.13.1",
8686
"path": "^0.12.7",
8787
"postcss-modules": "^1.4.1",
88-
"raw-loader": "^1.0.0",
88+
"raw-loader": "^4.0.0",
8989
"react-docgen": "3.0.0",
9090
"react-styleguidist": "^8.0.6",
91-
"react-svg-loader": "^2.1.0",
92-
"react-test-renderer": "^16.8.3",
93-
"redux": "^4.0.0",
91+
"react-svg-loader": "^3.0.3",
92+
"react-test-renderer": "^16.13.0",
93+
"redux": "^4.0.5",
9494
"redux-test-utils": "^0.3.0",
95-
"rimraf": "^2.6.2",
96-
"rollup": "^0.68.0",
97-
"rollup-plugin-babel": "^4.0.3",
98-
"rollup-plugin-commonjs": "^9.2.0",
99-
"rollup-plugin-node-resolve": "^4.0.0",
100-
"rollup-plugin-postcss": "^2.0.0",
95+
"rimraf": "^3.0.2",
96+
"rollup": "^1.20.0",
97+
"rollup-plugin-babel": "^4.3.3",
98+
"@rollup/plugin-commonjs": "^11.0.2",
99+
"@rollup/plugin-node-resolve": "^7.1.1",
100+
"rollup-plugin-postcss": "^2.2.0",
101101
"rollup-plugin-postprocess": "^1.0.2",
102-
"rollup-plugin-react-svg": "^2.1.0",
103-
"rollup-plugin-sass": "^1.0.0",
104-
"rollup-plugin-string": "^2.0.2",
105-
"rollup-plugin-svg": "^1.0.1",
106-
"sass-loader": "^7.1.0",
107-
"semver": "^5.6.0",
108-
"sinon": "^7.1.1",
109-
"stylelint": "^9.8.0",
102+
"rollup-plugin-react-svg": "^3.0.3",
103+
"rollup-plugin-sass": "^1.2.2",
104+
"rollup-plugin-string": "^3.0.0",
105+
"rollup-plugin-svg": "^2.0.0",
106+
"sass-loader": "^8.0.2",
107+
"semver": "^7.1.3",
108+
"sinon": "^9.0.0",
109+
"stylelint": "^13.2.0",
110110
"stylelint-config-fandom": "git://github.com/Wikia/stylelint-config-fandom.git#0.0.1",
111-
"stylelint-order": "^2.0.0",
112-
"stylelint-scss": "^3.4.0",
113-
"waait": "^1.0.4",
114-
"webpack": "^4.26.0",
115-
"webpack-cli": "^3.1.2"
111+
"stylelint-order": "^4.0.0",
112+
"stylelint-scss": "^3.14.2",
113+
"waait": "^1.0.5",
114+
"webpack": "^4.42.0",
115+
"webpack-cli": "^3.3.11"
116116
},
117117
"publishConfig": {
118118
"registry": "https://artifactory.wikia-inc.com/artifactory/api/npm/wikia-npm/"

source/components/ExpandableText/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default class ExpandableText extends React.Component {
4747
};
4848
}
4949

50-
componentWillReceiveProps(newProps) {
50+
UNSAFE_componentWillReceiveProps(newProps) {
5151
const shortText = makeShortText(newProps.text, newProps.characterLimit);
5252

5353
this.setState({

source/components/Input/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export default class Input extends React.Component {
154154
}
155155
}
156156

157-
componentWillReceiveProps(newProps) {
157+
UNSAFE_componentWillReceiveProps(newProps) {
158158
const id = newProps.id || generateId();
159159

160160
this.setState({

0 commit comments

Comments
 (0)