diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-09-18 16:33:49 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2018-09-19 10:51:43 +0200 |
commit | d26b9987f51a4866933b908dcc1d9a616994d28f (patch) | |
tree | 67cf77005b64cfc1015fde9c6c1d1fce9987379d /server/sonar-vsts | |
parent | 92b3cb4a98fb8ecc6d1583fd35514805cab21fba (diff) | |
download | sonarqube-d26b9987f51a4866933b908dcc1d9a616994d28f.tar.gz sonarqube-d26b9987f51a4866933b908dcc1d9a616994d28f.zip |
Revert unexpected changes in sonar-vsts/package.json
Diffstat (limited to 'server/sonar-vsts')
-rw-r--r-- | server/sonar-vsts/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/sonar-vsts/package.json b/server/sonar-vsts/package.json index 3fe1a9603c1..1675be0ffa2 100644 --- a/server/sonar-vsts/package.json +++ b/server/sonar-vsts/package.json @@ -27,11 +27,11 @@ "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-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-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", "chalk": "2.3.2", |