Skip to content

Commit c7c216d

Browse files
renovate[bot]renovate-bottaion
authored
chore(deps): update all non-major dependencies (#822)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Jimmy Jia <tesrin@gmail.com>
1 parent 09fc73e commit c7c216d

File tree

5 files changed

+2491
-1093
lines changed

5 files changed

+2491
-1093
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,21 @@
7777
"@4c/cli": "^2.1.10",
7878
"@4c/rollout": "^2.1.9",
7979
"@4c/tsconfig": "^0.3.1",
80-
"@babel/cli": "^7.8.4",
81-
"@babel/core": "^7.9.6",
82-
"@babel/plugin-proposal-class-properties": "^7.8.3",
83-
"@babel/plugin-transform-runtime": "^7.9.6",
80+
"@babel/cli": "^7.10.1",
81+
"@babel/core": "^7.10.2",
82+
"@babel/plugin-proposal-class-properties": "^7.10.1",
83+
"@babel/plugin-transform-runtime": "^7.10.1",
8484
"@babel/polyfill": "^7.8.7",
85-
"@babel/preset-env": "^7.9.6",
86-
"@babel/preset-react": "^7.9.4",
87-
"@babel/preset-typescript": "^7.9.0",
85+
"@babel/preset-env": "^7.10.2",
86+
"@babel/preset-react": "^7.10.1",
87+
"@babel/preset-typescript": "^7.10.1",
8888
"@react-bootstrap/eslint-config": "^1.3.2",
8989
"@rollup/plugin-node-resolve": "^8.0.0",
9090
"@types/classnames": "^2.2.10",
9191
"@types/react": "^16.9.35",
9292
"@types/react-dom": "^16.9.8",
93-
"@typescript-eslint/eslint-plugin": "^3.0.0",
94-
"@typescript-eslint/parser": "^3.0.0",
93+
"@typescript-eslint/eslint-plugin": "^3.1.0",
94+
"@typescript-eslint/parser": "^3.1.0",
9595
"babel-eslint": "^10.1.0",
9696
"babel-plugin-add-module-exports": "^1.0.2",
9797
"babel-plugin-istanbul": "^6.0.0",
@@ -101,14 +101,14 @@
101101
"enzyme": "^3.11.0",
102102
"enzyme-adapter-react-16": "^1.15.2",
103103
"eslint": "^7.1.0",
104-
"eslint-config-4catalyzer-typescript": "^2.0.1",
104+
"eslint-config-4catalyzer-typescript": "^2.0.2",
105105
"eslint-config-prettier": "^6.11.0",
106106
"eslint-plugin-import": "^2.20.2",
107107
"eslint-plugin-jsx-a11y": "^6.2.3",
108-
"eslint-plugin-mocha": "^7.0.0",
108+
"eslint-plugin-mocha": "^7.0.1",
109109
"eslint-plugin-prettier": "^3.1.3",
110110
"eslint-plugin-react": "^7.20.0",
111-
"eslint-plugin-react-hooks": "^4.0.2",
111+
"eslint-plugin-react-hooks": "^4.0.4",
112112
"gh-pages": "^3.0.0",
113113
"husky": "^4.2.5",
114114
"jquery": "^3.5.1",
@@ -121,14 +121,14 @@
121121
"karma-sinon-chai": "^2.0.2",
122122
"karma-sourcemap-loader": "^0.3.7",
123123
"karma-webpack": "4.0.2",
124-
"lint-staged": "^10.2.6",
124+
"lint-staged": "^10.2.7",
125125
"mocha": "^7.2.0",
126126
"prettier": "^2.0.5",
127127
"react": "^16.13.1",
128128
"react-dom": "^16.13.1",
129129
"react-transition-group": "^4.4.1",
130130
"rimraf": "^3.0.2",
131-
"rollup": "^2.10.9",
131+
"rollup": "^2.12.0",
132132
"simulant": "^0.2.2",
133133
"sinon": "^9.0.2",
134134
"sinon-chai": "^3.5.0",

src/Modal.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/* eslint-disable no-use-before-define */
2-
/* eslint-disable react/prop-types */
1+
/* eslint-disable @typescript-eslint/no-use-before-define, react/prop-types */
32

43
import activeElement from 'dom-helpers/activeElement';
54
import contains from 'dom-helpers/contains';

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"bootstrap": "^4.5.0",
1616
"dom-helpers": "^5.1.4",
1717
"emotion": "^10.0.27",
18-
"gatsby": "^2.22.9",
18+
"gatsby": "^2.22.15",
1919
"gatsby-plugin-astroturf": "^0.2.1",
2020
"gatsby-plugin-sass": "^2.3.2",
2121
"lodash": "^4.17.15",
2222
"prop-types": "^15.7.2",
2323
"react": "^16.13.1",
2424
"react-dom": "^16.13.1",
2525
"react-transition-group": "^4.4.1",
26-
"sass": "^1.26.5"
26+
"sass": "^1.26.7"
2727
},
2828
"dependencies": {
2929
"@docpocalypse/gatsby-theme": "^0.11.6"

0 commit comments

Comments
 (0)