Skip to content

Commit 2fc2000

Browse files
committed
⬆️ Bump deps
1 parent 6c8cc38 commit 2fc2000

File tree

3 files changed

+630
-566
lines changed

3 files changed

+630
-566
lines changed

doczrc.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@ export default {
77
propsParser: false,
88
codeSandbox: false,
99
wrapper: 'src/theme',
10-
themeConfig: { showPlaygroundEditor: true, mode: 'dark' }
10+
themeConfig: {
11+
mode: 'dark',
12+
linesToScrollEditor: 100,
13+
showPlaygroundEditor: true
14+
}
1115
}

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@
7979
"react-dom": "^15.0.0 || ^16.0.0"
8080
},
8181
"devDependencies": {
82-
"@babel/cli": "^7.2.0",
82+
"@babel/cli": "^7.2.3",
8383
"@babel/core": "^7.2.0",
84-
"@babel/plugin-proposal-class-properties": "^7.2.1",
84+
"@babel/plugin-proposal-class-properties": "^7.2.3",
8585
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
8686
"@babel/plugin-transform-runtime": "^7.2.0",
87-
"@babel/preset-env": "^7.2.0",
87+
"@babel/preset-env": "^7.2.3",
8888
"@babel/preset-react": "^7.0.0",
8989
"@babel/register": "^7.0.0",
9090
"auto-changelog": "1.10.2",
@@ -93,8 +93,8 @@
9393
"babel-jest": "^23.6.0",
9494
"babel-plugin-emotion": "^10.0.5",
9595
"cross-env": "5.2.0",
96-
"docz": "^0.12.15",
97-
"docz-theme-default": "^0.12.17",
96+
"docz": "^0.13.5",
97+
"docz-theme-default": "^0.13.5",
9898
"eslint": "^5.6.0",
9999
"eslint-config-standard": "^12.0.0",
100100
"eslint-config-standard-react": "^7.0.2",

0 commit comments

Comments
 (0)