Skip to content

Commit da601fe

Browse files
chore(deps): update all non-major dependencies (#890)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b7f31bb commit da601fe

File tree

4 files changed

+205
-194
lines changed

4 files changed

+205
-194
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@
8484
"@babel/plugin-transform-runtime": "^7.12.1",
8585
"@babel/polyfill": "^7.12.1",
8686
"@babel/preset-env": "^7.12.1",
87-
"@babel/preset-react": "^7.12.1",
87+
"@babel/preset-react": "^7.12.5",
8888
"@babel/preset-typescript": "^7.12.1",
8989
"@react-bootstrap/eslint-config": "^1.3.2",
9090
"@rollup/plugin-node-resolve": "^9.0.0",
9191
"@types/classnames": "^2.2.11",
92-
"@types/react": "^16.9.55",
92+
"@types/react": "^16.9.56",
9393
"@types/react-dom": "^16.9.9",
94-
"@typescript-eslint/eslint-plugin": "^4.6.0",
95-
"@typescript-eslint/parser": "^4.6.0",
94+
"@typescript-eslint/eslint-plugin": "^4.8.1",
95+
"@typescript-eslint/parser": "^4.8.0",
9696
"babel-eslint": "^10.1.0",
9797
"babel-plugin-add-module-exports": "^1.0.4",
9898
"babel-plugin-istanbul": "^6.0.0",
@@ -101,7 +101,7 @@
101101
"cross-env": "^7.0.2",
102102
"enzyme": "^3.11.0",
103103
"enzyme-adapter-react-16": "^1.15.5",
104-
"eslint": "^7.12.1",
104+
"eslint": "^7.13.0",
105105
"eslint-config-4catalyzer-typescript": "^3.0.1",
106106
"eslint-config-prettier": "^6.15.0",
107107
"eslint-plugin-import": "^2.22.1",
@@ -116,20 +116,20 @@
116116
"karma": "^5.2.3",
117117
"karma-chrome-launcher": "^3.1.0",
118118
"karma-coverage": "^2.0.3",
119-
"karma-firefox-launcher": "^2.0.0",
119+
"karma-firefox-launcher": "^2.1.0",
120120
"karma-mocha": "^2.0.1",
121121
"karma-mocha-reporter": "^2.2.5",
122122
"karma-sinon-chai": "^2.0.2",
123123
"karma-sourcemap-loader": "^0.3.8",
124124
"karma-webpack": "4.0.2",
125125
"lint-staged": "^10.5.1",
126-
"mocha": "^8.2.0",
126+
"mocha": "^8.2.1",
127127
"prettier": "^2.1.2",
128128
"react": "^16.14.0",
129129
"react-dom": "^16.14.0",
130130
"react-transition-group": "^4.4.1",
131131
"rimraf": "^3.0.2",
132-
"rollup": "^2.33.1",
132+
"rollup": "^2.33.2",
133133
"simulant": "^0.2.2",
134134
"sinon": "^9.2.1",
135135
"sinon-chai": "^3.5.0",

www/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"bootstrap": "^4.5.3",
1717
"dom-helpers": "^5.2.0",
1818
"emotion": "^10.0.27",
19-
"gatsby": "^2.24.92",
19+
"gatsby": "^2.26.1",
2020
"gatsby-plugin-astroturf": "^0.2.1",
21-
"gatsby-plugin-sass": "^2.3.22",
21+
"gatsby-plugin-sass": "^2.5.1",
2222
"lodash": "^4.17.20",
2323
"prop-types": "^15.7.2",
2424
"react": "^16.14.0",
2525
"react-dom": "^16.14.0",
2626
"react-transition-group": "^4.4.1",
27-
"sass": "^1.28.0"
27+
"sass": "^1.29.0"
2828
}
2929
}

0 commit comments

Comments
 (0)