Update JS packages:

Add package:
     is-docker to select a specific setting when running the Chrome tests in Docker

Upgrade the version of:
    - babel-loader
    - extract-text-webpack-plugin
    - jasmine-core
    - jasmine-enzyme
    - moment
This commit is contained in:
Joao Pedro De Almeida Pereira
2018-02-09 11:09:04 +00:00
committed by Dave Page
parent db92907fe9
commit e60a84c44f
3 changed files with 105 additions and 43 deletions

View File

@@ -1,8 +1,9 @@
{
"license": "PostgreSQL",
"devDependencies": {
"axios-mock-adapter": "^1.11.0",
"babel-core": "~6.24.0",
"babel-loader": "~6.4.1",
"babel-loader": "~7.1.2",
"babel-preset-es2015": "~6.24.0",
"babel-preset-react": "~6.23.0",
"cross-env": "^5.0.1",
@@ -11,14 +12,16 @@
"enzyme-matchers": "^3.1.0",
"eslint": "3.19.0",
"eslint-plugin-react": "^6.10.3",
"extract-text-webpack-plugin": "^2.1.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^0.11.2",
"image-webpack-loader": "^3.3.1",
"jasmine-core": "~2.5.2",
"jasmine-enzyme": "^3.1.0",
"is-docker": "^1.1.0",
"jasmine-core": "~2.9.0",
"jasmine-enzyme": "~4.0.0",
"karma": "~1.5.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserify": "~5.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-phantomjs-launcher": "~1.0.2",
@@ -69,7 +72,7 @@
"jquery": "1.11.2",
"jquery-contextmenu": "^2.5.0",
"jquery-ui": "^1.12.1",
"moment": "^2.18.1",
"moment": "^2.20.1",
"mousetrap": "^1.6.1",
"prop-types": "^15.5.10",
"react": "file:../web/pgadmin/static/vendor/react",