🐛 Corrige une incohérence de versions du plugin decorators
parent
cb7d5a5520
commit
18264e38e5
|
@ -14,7 +14,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.0.0-beta.42",
|
||||
"@babel/plugin-proposal-decorators": "=7.0.0-beta.44",
|
||||
"@babel/plugin-proposal-decorators": "^7.0.0-beta.44",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.42",
|
||||
"@babel/plugin-syntax-decorators": "^7.0.0-beta.42",
|
||||
"@babel/polyfill": "^7.0.0-beta.42",
|
||||
|
@ -47,10 +47,10 @@
|
|||
"flow": "^0.2.3",
|
||||
"fuse.js": "^3.2.0",
|
||||
"global": "^4.3.2",
|
||||
"i18next": "^10.0.7",
|
||||
"hard-source-webpack-plugin": "^0.6.4",
|
||||
"google-translate-api": "^2.3.0",
|
||||
"hard-source-webpack-plugin": "^0.6.4",
|
||||
"html-loader": "^0.5.5",
|
||||
"i18next": "^10.0.7",
|
||||
"ignore-loader": "^0.1.2",
|
||||
"js-yaml": "^3.11.0",
|
||||
"jsdom": "^11.6.2",
|
||||
|
@ -71,9 +71,9 @@
|
|||
"react-color": "^2.14.0",
|
||||
"react-dom": "^16.2.0",
|
||||
"react-helmet": "^5.2.0",
|
||||
"react-i18next": "^7.5.0",
|
||||
"react-highlight-words": "^0.11.0",
|
||||
"react-hot-loader": "^4.0.0",
|
||||
"react-i18next": "^7.5.0",
|
||||
"react-redux": "^5.0.7",
|
||||
"react-router": "^4.2.0",
|
||||
"react-router-dom": "^4.2.2",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"@babel/react"
|
||||
],
|
||||
"plugins": [
|
||||
"@babel/plugin-proposal-decorators",
|
||||
["@babel/plugin-proposal-decorators",{"legacy": true}],
|
||||
"transform-do-expressions",
|
||||
"@babel/plugin-proposal-object-rest-spread",
|
||||
"transform-class-properties",
|
||||
|
|
Loading…
Reference in New Issue