mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2025-08-14 08:43:42 +08:00
stop talking to the rif raf
This commit is contained in:
@ -41,8 +41,8 @@
|
||||
"@types/jest": "^21.1.6",
|
||||
"@types/lodash": "^4.14.85",
|
||||
"@types/node": "^8.0.53",
|
||||
"@types/react": "^16.0.25",
|
||||
"@types/puppeteer": "^0.13.0",
|
||||
"@types/react": "^16.0.25",
|
||||
"awesome-typescript-loader": "^3.4.0",
|
||||
"css-loader": "^0.28.7",
|
||||
"dagre": "^0.7.4",
|
||||
@ -51,6 +51,7 @@
|
||||
"node-sass": "^4.7.2",
|
||||
"prettier": "^1.8.2",
|
||||
"puppeteer": "^0.13.0",
|
||||
"raf": "^3.4.0",
|
||||
"react-dom": "^16.1.1",
|
||||
"react-test-renderer": "^16.1.1",
|
||||
"sass-loader": "^6.0.6",
|
||||
|
@ -1,3 +1,5 @@
|
||||
import initStoryshots from '@storybook/addon-storyshots';
|
||||
|
||||
initStoryshots({ /* configuration options */ });
|
||||
import 'raf/polyfill';
|
||||
|
||||
initStoryshots({ /* configuration options */ });
|
||||
|
Reference in New Issue
Block a user