:arrow-up: met à jour les dépendances

pull/626/head
Johan Girod 2019-08-20 14:21:42 +02:00
parent 7f57ad6dd6
commit 920d00a476
No known key found for this signature in database
GPG Key ID: 9E27B57DA2E8AE12
4 changed files with 523 additions and 371 deletions

View File

@ -24,6 +24,7 @@
"@researchgate/react-intersection-observer": "^0.7.3",
"classnames": "^2.2.5",
"color-convert": "^1.9.2",
"core-js": "^3.2.1",
"focus-trap-react": "^3.1.2",
"fuse.js": "^3.4.2",
"i18next": "^14.1.1",
@ -58,6 +59,7 @@
"redux-batched-actions": "^0.4.1",
"redux-form": "^8.2.0",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.3",
"reselect": "^4.0.0",
"screenfull": "^3.3.2",
"whatwg-fetch": "^3.0.0"

View File

@ -1,6 +1,7 @@
import '@babel/polyfill'
import 'core-js/stable'
import React from 'react'
import { render } from 'react-dom'
import 'regenerator-runtime/runtime'
import App from './App'
let anchor = document.querySelector('#js')

View File

@ -1,6 +1,7 @@
import '@babel/polyfill'
import 'core-js/stable'
import React from 'react'
import { render } from 'react-dom'
import 'regenerator-runtime/runtime'
import App from './App'
let anchor = document.querySelector('#js')

886
yarn.lock

File diff suppressed because it is too large Load Diff