MikeDre
1/3/2019 - 11:25 AM

NTS - Dropdowns disappearing on PSI

Fix

  • Try to ensure that package versions in package.json are not causing the issues
  • Remove ^ from problematic packages to avoid it updating

Resources

Source

package.json

{
  "name": "psi-cro",
  "repository": "git@github.com:hex-digital/psi-cro.git",
  "version": "1.0.0",
  "description": "The default gulp.js file to handle Sass, Javascript image optimisation and SVG sprites",
  "main": "gulpfile.js",
  "dependencies": {
    "autoprefixer": "^7.1.1",
    "babel-polyfill": "^6.23.0",
    "babel-preset-stage-2": "^6.24.1",
    "babili-webpack-plugin": "^0.0.11",
    "caniuse-db": "^1.0.30000670",
    "cropperjs": "^1.0.0-rc.3",
    "cross-env": "^5.1.3",
    "css-loader": "^0.28.0",
    "del": "^2.2.2",
    "events": "^1.1.1",
    "file-system": "^2.2.1",
    "fontfaceobserver": "^2.0.13",
    "gsap": "^1.19.1",
    "imagemin-pngcrush": "^4.1.0",
    "imagemin-pngquant": "^4.2.2",
    "imagesloaded": "^4.1.3",
    "inuit-box-sizing": "^0.2.0",
    "inuit-defaults": "^0.2.3",
    "inuit-functions": "^0.2.0",
    "inuit-layout": "^0.2.2",
    "inuit-mixins": "^0.2.3",
    "inuit-normalize": "^4.1.1",
    "inuit-reset": "^0.1.1",
    "inuit-responsive-settings": "^0.1.5",
    "inuit-responsive-tools": "^0.1.3",
    "inuit-responsive-widths": "^0.2.2",
    "inuit-shared": "^0.1.5",
    "inuit-tools-widths": "^0.1.4",
    "inuit-widths": "^0.4.2",
    "jshint-stylish": "^2.2.1",
    "lodash": "^4.17.4",
    "map-stream": "0.0.6",
    "masonry-layout": "^4.2.0",
    "modernizr-webpack-plugin": "^1.0.5",
    "node-sass": "4.5.2",
    "pace-progress": "^1.0.2",
    "path": "^0.12.7",
    "portal-vue": "^1.0.0-beta.3",
    "postcss": "^6.0.1",
    "postcss-cssnext": "^2.11.0",
    "postcss-loader": "^2.0.5",
    "run-sequence": "^1.2.2",
    "sass-loader": "^6.0.3",
    "vee-validate": "2.0.0-beta.25",
    "vue": "2.2.6",
    "vue-loader": "11.3.4",
    "vue-multiselect": "2.0.2",
    "vue-paginate": "3.5.0",
    "vue-resource": "1.3.1",
    "vue-style-loader": "3.0.1",
    "vue-template-compiler": "2.2.6",
    "vuex": "2.2.1",
    "webpack-build-notifier": "0.1.22"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "webpack --progress --hide-modules --config webpack.dev.config.js",
    "build": "webpack --progress --hide-modules --config webpack.prod.config.js"
  },
  "author": "Hex Digital Ltd",
  "license": "ISC",
  "devDependencies": {
    "babel-core": "^6.24.1",
    "babel-loader": "^6.4.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.5.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-runtime": "^6.23.0",
    "browser-sync": "^2.18.8",
    "browser-sync-webpack-plugin": "^1.1.4",
    "copy-webpack-plugin": "^4.0.1",
    "exports-loader": "^0.6.4",
    "extract-text-webpack-plugin": "^2.1.0",
    "html-webpack-plugin": "^2.28.0",
    "imports-loader": "^0.7.1",
    "modernizr": "^3.5.0",
    "optimize-css-assets-webpack-plugin": "^1.3.2",
    "tinymce": "^4.6.4",
    "vue-moment": "2.0.2",
    "webpack": "^2.5.1",
    "webpack-merge": "^4.1.0"
  }
}