Merge pull request #626 from betagouv/quickfix

:arrow-up: met à jour les dépendances
pull/630/head
Johan Girod 2019-08-20 15:27:09 +02:00 committed by GitHub
commit 06ab64db19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 524 additions and 372 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')

View File

@ -56,7 +56,7 @@ async function getOptions(input: string) {
} else {
/* Full text search */
const response = await fetch(
`https://sirene.entreprise.api.gouv.fr/v1/full_text/${input}`
`https://entreprise.data.gouv.fr/api/sirene/v1/full_text/${input}`
)
if (!response.ok) {
return

886
yarn.lock

File diff suppressed because it is too large Load Diff