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

檔案差異因為檔案過大而無法顯示 載入差異

查看文件

@ -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"
}