aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-vsts/package.json
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2018-09-26 09:53:17 +0200
committersonartech <sonartech@sonarsource.com>2018-10-03 09:28:20 +0200
commit58f8a3e54900e82905937fc757f8338474de5206 (patch)
tree7b0a48ff8f46b7527b6b902fb6feaff7ad4fb2a6 /server/sonar-vsts/package.json
parentb836e3afc424fdb1db06f5e088ab179e611c63e9 (diff)
downloadsonarqube-58f8a3e54900e82905937fc757f8338474de5206.tar.gz
sonarqube-58f8a3e54900e82905937fc757f8338474de5206.zip
upgrade to babel 7 (#745)
Diffstat (limited to 'server/sonar-vsts/package.json')
-rw-r--r--server/sonar-vsts/package.json31
1 files changed, 16 insertions, 15 deletions
diff --git a/server/sonar-vsts/package.json b/server/sonar-vsts/package.json
index e5ec1196ec4..e9db008d8bf 100644
--- a/server/sonar-vsts/package.json
+++ b/server/sonar-vsts/package.json
@@ -6,7 +6,7 @@
"license": "LGPL-3.0",
"private": true,
"dependencies": {
- "babel-polyfill": "6.26.0",
+ "@babel/polyfill": "7.0.0",
"classnames": "2.2.5",
"lodash": "4.17.4",
"react": "16.4.2",
@@ -14,6 +14,15 @@
"whatwg-fetch": "2.0.3"
},
"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/enzyme": "3.1.10",
"@types/jest": "23.3.1",
@@ -21,19 +30,11 @@
"@types/react": "16.4.8",
"@types/react-dom": "16.0.7",
"autoprefixer": "7.1.6",
- "babel-core": "6.26.0",
- "babel-jest": "23.4.2",
- "babel-loader": "7.1.4",
- "babel-plugin-dynamic-import-node": "1.1.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.6.1",
- "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.3.2",
"clean-webpack-plugin": "0.1.19",
"copy-webpack-plugin": "4.5.1",
@@ -50,7 +51,7 @@
"eslint-plugin-react": "7.7.0",
"eslint-plugin-sonarjs": "0.1.0",
"html-webpack-plugin": "3.0.6",
- "jest": "23.4.2",
+ "jest": "23.6.0",
"postcss-calc": "6.0.1",
"postcss-custom-properties": "6.2.0",
"postcss-loader": "2.1.1",