diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-09-26 09:53:17 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2018-10-03 09:28:20 +0200 |
commit | 58f8a3e54900e82905937fc757f8338474de5206 (patch) | |
tree | 7b0a48ff8f46b7527b6b902fb6feaff7ad4fb2a6 /server/sonar-web/package.json | |
parent | b836e3afc424fdb1db06f5e088ab179e611c63e9 (diff) | |
download | sonarqube-58f8a3e54900e82905937fc757f8338474de5206.tar.gz sonarqube-58f8a3e54900e82905937fc757f8338474de5206.zip |
upgrade to babel 7 (#745)
Diffstat (limited to 'server/sonar-web/package.json')
-rw-r--r-- | server/sonar-web/package.json | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/server/sonar-web/package.json b/server/sonar-web/package.json index 2f7a6c21da2..bcc7dc97104 100644 --- a/server/sonar-web/package.json +++ b/server/sonar-web/package.json @@ -5,7 +5,7 @@ "repository": "SonarSource/sonarqube", "license": "LGPL-3.0", "dependencies": { - "babel-polyfill": "6.26.0", + "@babel/polyfill": "7.0.0", "classnames": "2.2.5", "clipboard": "2.0.1", "create-react-class": "15.6.3", @@ -46,6 +46,15 @@ "whatwg-fetch": "2.0.4" }, "devDependencies": { + "@babel/core": "7.1.0", + "@babel/plugin-proposal-class-properties": "7.1.0", + "@babel/plugin-proposal-object-rest-spread": "7.0.0", + "@babel/plugin-syntax-dynamic-import": "7.0.0", + "@babel/plugin-transform-react-constant-elements": "7.0.0", + "@babel/plugin-transform-react-jsx-self": "7.0.0", + "@babel/plugin-transform-react-jsx-source": "7.0.0", + "@babel/preset-env": "7.1.0", + "@babel/preset-react": "7.0.0", "@types/classnames": "2.2.3", "@types/clipboard": "2.0.0", "@types/d3-array": "1.2.1", @@ -69,19 +78,11 @@ "@types/react-select": "1.2.6", "@types/react-virtualized": "9.18.3", "autoprefixer": "8.4.1", - "babel-core": "6.26.3", - "babel-jest": "23.4.2", - "babel-loader": "7.1.4", - "babel-plugin-dynamic-import-node": "1.2.0", - "babel-plugin-lodash": "3.3.2", - "babel-plugin-syntax-dynamic-import": "6.18.0", - "babel-plugin-transform-class-properties": "^6.22.0", - "babel-plugin-transform-object-rest-spread": "6.26.0", - "babel-plugin-transform-react-constant-elements": "^6.22.0", - "babel-plugin-transform-react-jsx-self": "^6.22.0", - "babel-plugin-transform-react-jsx-source": "^6.22.0", - "babel-preset-env": "1.7.0", - "babel-preset-react": "^6.22.0", + "babel-core": "7.0.0-bridge.0", + "babel-jest": "23.6.0", + "babel-loader": "8.0.2", + "babel-plugin-dynamic-import-node": "2.1.0", + "babel-plugin-lodash": "3.3.4", "chalk": "2.4.1", "clean-webpack-plugin": "0.1.19", "copy-webpack-plugin": "4.5.1", @@ -102,7 +103,7 @@ "glob": "7.1.2", "glob-promise": "3.4.0", "html-webpack-plugin": "3.2.0", - "jest": "23.4.2", + "jest": "23.6.0", "lint-staged": "4.3.0", "lodash-webpack-plugin": "0.11.5", "mini-css-extract-plugin": "0.4.0", |