🐛 Corrige une incohérence de versions du plugin decorators

pull/215/head
Laurent Bossavit 2018-04-30 19:14:31 +02:00
parent cb7d5a5520
commit 18264e38e5
3 changed files with 761 additions and 717 deletions

View File

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

View File

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

1468
yarn.lock

File diff suppressed because it is too large Load Diff