Mise à jour des dépendances

This commit is contained in:
Mattéo Delabre 2020-04-25 23:49:57 +02:00
부모 efafd9ff5f
커밋 04ca1bd398
로그인 계정: matteo
GPG 키 ID: AE3FBD02DC583ABB
2개의 변경된 파일3517개의 추가작업 그리고 596개의 파일을 삭제

4095
package-lock.json generated

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다. Load Diff

파일 보기

@ -10,20 +10,20 @@
"lint": "eslint app"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"parcel-bundler": "^1.12.4"
},
"dependencies": {
"@babel/runtime": "^7.7.4",
"@babel/runtime": "^7.9.2",
"diacritics": "^1.3.0",
"eslint": "^6.7.2",
"eslint-plugin-react": "^7.17.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-transition-group": "^4.3.0",
"springy": "^2.8.0"
}