Skip to content

Commit a8ef02d

Browse files
committed
chore: upgrade dependencies
1 parent 9cf3039 commit a8ef02d

File tree

3 files changed

+2904
-2612
lines changed

3 files changed

+2904
-2612
lines changed

.storybook/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import React from 'react'
22
import { configure } from '@storybook/react'
3-
import { setOptions } from '@storybook/addon-options'
3+
import { withOptions } from '@storybook/addon-options'
44
import pck from '../package.json'
55
import 'intersection-observer'
66
import './base.css'
77

8-
setOptions({
8+
withOptions({
99
name: pck.name,
1010
url: pck.repository ? pck.repository.url : null,
1111
})

package.json

Lines changed: 22 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -94,50 +94,41 @@
9494
"react": "^15.0.0 || ^16.0.0 || ^17.0.0"
9595
},
9696
"devDependencies": {
97-
"@babel/cli": "^7.0.0",
98-
"@babel/core": "^7.0.0",
99-
"@babel/plugin-external-helpers": "^7.0.0",
97+
"@babel/cli": "^7.1.5",
98+
"@babel/core": "^7.1.5",
10099
"@babel/plugin-proposal-class-properties": "^7.0.0",
101-
"@babel/plugin-proposal-decorators": "^7.0.0",
102-
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
103-
"@babel/plugin-proposal-function-sent": "^7.0.0",
104-
"@babel/plugin-proposal-json-strings": "^7.0.0",
105-
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
106-
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
107-
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
108-
"@babel/plugin-syntax-import-meta": "^7.0.0",
109-
"@babel/preset-env": "^7.0.0",
100+
"@babel/preset-env": "^7.1.5",
110101
"@babel/preset-flow": "^7.0.0",
111102
"@babel/preset-react": "^7.0.0",
112-
"@babel/runtime": "^7.0.0",
113-
"@storybook/addon-actions": "^3.4.10",
114-
"@storybook/addon-options": "^3.4.10",
115-
"@storybook/react": "^3.4.10",
116-
"babel-core": "^7.0.0-bridge.0",
103+
"@babel/runtime": "^7.1.5",
104+
"@storybook/addon-actions": "^4.0.4",
105+
"@storybook/addon-options": "^4.0.4",
106+
"@storybook/react": "^4.0.4",
117107
"babel-jest": "^23.4.2",
108+
"babel-loader": "^8.0.4",
118109
"concurrently": "4.0.1",
119110
"coveralls": "^3.0.2",
120-
"enzyme": "^3.6.0",
121-
"enzyme-adapter-react-16": "^1.4.0",
111+
"enzyme": "^3.7.0",
112+
"enzyme-adapter-react-16": "^1.7.0",
122113
"enzyme-to-json": "^3.3.4",
123-
"eslint": "^5.5.0",
114+
"eslint": "^5.9.0",
124115
"eslint-config-insilico": "^5.2.0",
125-
"flow-bin": "^0.82.0",
116+
"flow-bin": "^0.86.0",
126117
"flow-copy-source": "^2.0.2",
127-
"husky": "^1.0.1",
128-
"intersection-observer": "^0.5.0",
118+
"husky": "^1.1.3",
119+
"intersection-observer": "^0.5.1",
129120
"jest": "^23.5.0",
130-
"lint-staged": "^7.3.0",
121+
"lint-staged": "^8.0.4",
131122
"npm-run-all": "^4.1.3",
132-
"prettier": "^1.14.2",
133-
"react": "^16.4.2",
134-
"react-dom": "^16.4.2",
135-
"react-test-renderer": "^16.4.2",
136-
"rollup": "^0.66.2",
123+
"prettier": "^1.15.2",
124+
"react": "^16.6.1",
125+
"react-dom": "^16.6.1",
126+
"react-test-renderer": "^16.6.1",
127+
"rollup": "^0.67.1",
137128
"rollup-plugin-babel": "^4.0.1",
138-
"rollup-plugin-commonjs": "^9.1.6",
129+
"rollup-plugin-commonjs": "^9.2.0",
139130
"rollup-plugin-node-resolve": "^3.3.0",
140-
"rollup-plugin-replace": "^2.0.0",
131+
"rollup-plugin-replace": "^2.1.0",
141132
"rollup-plugin-uglify": "^6.0.0"
142133
}
143134
}

0 commit comments

Comments
 (0)