Browse Source

Mise à jour des dépendances

master
Mattéo Delabre 4 years ago
parent
commit
04ca1bd398
Signed by: matteo GPG Key ID: AE3FBD02DC583ABB
  1. 4227
      package-lock.json
  2. 18
      package.json

4227
package-lock.json

File diff suppressed because it is too large

18
package.json

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

Loading…
Cancel
Save