Skip to content

Commit 1d4c735

Browse files
renovate[bot]renovate-bottaion
authored
chore(deps): update all non-major dependencies (#798)
* chore(deps): update all non-major dependencies * fix Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Jimmy Jia <[email protected]>
1 parent 9c9b441 commit 1d4c735

File tree

5 files changed

+248
-326
lines changed

5 files changed

+248
-326
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@
8888
"@react-bootstrap/eslint-config": "^1.3.2",
8989
"@rollup/plugin-node-resolve": "^7.1.3",
9090
"@types/classnames": "^2.2.10",
91-
"@types/react": "^16.9.32",
91+
"@types/react": "^16.9.34",
9292
"@types/react-dom": "^16.9.6",
93-
"@typescript-eslint/eslint-plugin": "^2.27.0",
94-
"@typescript-eslint/parser": "^2.27.0",
93+
"@typescript-eslint/eslint-plugin": "^2.28.0",
94+
"@typescript-eslint/parser": "^2.28.0",
9595
"babel-eslint": "^10.1.0",
9696
"babel-plugin-add-module-exports": "^1.0.2",
9797
"babel-plugin-istanbul": "^6.0.0",
@@ -112,16 +112,16 @@
112112
"gh-pages": "^2.2.0",
113113
"husky": "^4.2.5",
114114
"jquery": "^3.5.0",
115-
"karma": "^5.0.1",
115+
"karma": "^5.0.2",
116116
"karma-chrome-launcher": "^3.1.0",
117-
"karma-coverage": "^2.0.1",
117+
"karma-coverage": "^2.0.2",
118118
"karma-firefox-launcher": "^1.3.0",
119119
"karma-mocha": "^2.0.0",
120120
"karma-mocha-reporter": "^2.2.5",
121121
"karma-sinon-chai": "^2.0.2",
122122
"karma-sourcemap-loader": "^0.3.7",
123123
"karma-webpack": "4.0.2",
124-
"lint-staged": "^10.1.3",
124+
"lint-staged": "^10.1.6",
125125
"mocha": "^7.1.1",
126126
"prettier": "^2.0.4",
127127
"react": "^16.13.1",

www/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"devDependencies": {
1212
"@emotion/core": "^10.0.28",
1313
"@emotion/styled": "^10.0.27",
14-
"astroturf": "^0.10.3",
14+
"astroturf": "^0.10.4",
1515
"bootstrap": "^4.4.1",
1616
"dom-helpers": "^5.1.4",
1717
"emotion": "^10.0.27",
18-
"gatsby": "^2.20.18",
18+
"gatsby": "^2.20.25",
1919
"gatsby-plugin-astroturf": "^0.2.1",
20-
"gatsby-plugin-sass": "^2.2.1",
20+
"gatsby-plugin-sass": "^2.2.3",
2121
"lodash": "^4.17.15",
2222
"prop-types": "^15.7.2",
2323
"react": "^16.13.1",
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import syntaxTheme from '@docpocalypse/gatsby-theme/themes/github';
1+
import syntaxTheme from '@docpocalypse/gatsby-theme/syntax-themes/github';
22

33
export default syntaxTheme;

0 commit comments

Comments
 (0)