Skip to content

Commit

Permalink
Merge pull request #557 from galahq/upgrades
Browse files Browse the repository at this point in the history
Upgrades
  • Loading branch information
cbothner authored Dec 10, 2018
2 parents 5b79289 + 1caae5d commit 26e7ca8
Show file tree
Hide file tree
Showing 2 changed files with 782 additions and 446 deletions.
69 changes: 34 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,75 +13,73 @@
"test": "jest app/javascript"
},
"engines": {
"node": "10.x",
"node": "11.x",
"yarn": "1.x"
},
"dependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-env": "^7.2.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@blueprintjs/core": "^2.3.1",
"@blueprintjs/select": "^2.0.1",
"@rails/webpacker": "^4.0.0-pre.2",
"activestorage": "^5.2.1",
"autoprefixer": "^9.1.3",
"autoprefixer": "^9.4.2",
"babel-loader": "^8.0.0",
"babel-plugin-styled-components": "^1.5.1",
"babel-plugin-styled-components": "^1.9.3",
"camelize": "^1.0.0",
"caniuse-lite": "^1.0.30000907",
"caniuse-lite": "^1.0.30000918",
"change-case": "^3.0.2",
"classnames": "^2.2.6",
"coffeescript": "^2.3.1",
"color-hash": "^1.0.3",
"css-loader": "^1.0.1",
"css-loader": "^2.0.0",
"draft-js": "0.10.5",
"draft-js-linkify-plugin": "^2.0.1",
"draft-js-plugins-editor": "^2.1.1",
"file-loader": "^2.0.0",
"history": "^4.6.1",
"immer": "^1.7.4",
"immer": "^1.8.0",
"immutability-helper": "^2.7.1",
"intl": "^1.2.5",
"json-loader": "^0.5.7",
"loader-utils": "^1.1.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"markdown-draft-js": "^1.2.1",
"markdown-draft-js": "^1.3.1",
"path-to-regexp": "^2.4.0",
"polished": "^2.3.0",
"polished": "^2.3.1",
"postcss-cssnext": "^3.1.0",
"postcss-smart-import": "^0.7.6",
"prop-types": "^15.6.2",
"qs": "^6.5.2",
"ramda": "^0.25.0",
"raw-loader": "^0.5.1",
"qs": "^6.6.0",
"ramda": "^0.26.1",
"raw-loader": "^1.0.0",
"react": "^16.7.0-alpha.0",
"react-activestorage-provider": "*",
"react-animate": "^3.0.0",
"react-beautiful-dnd": "^10.0.1",
"react-beautiful-dnd": "^10.0.2",
"react-device-detect": "^1.5.9",
"react-dimensions": "^1.3.0",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-document-title": "^2.0.2",
"react-dom": "^16.7.0-alpha.0",
"react-google-analytics": "^0.2.0",
"react-intl": "^2.2.3",
"react-map-gl": "^4.0.0",
"react-markdown": "^4.0.3",
"react-map-gl": "^4.0.5",
"react-markdown": "^4.0.4",
"react-medium-image-zoom": "^3.0.15",
"react-oembed-container": "^0.3.0",
"react-redux": "^5.1.1",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"react-sortable-hoc": "^0.8.3",
"react-transition-group": "^2.4.0",
"react-sortable-hoc": "^0.8.4",
"react-transition-group": "^2.5.1",
"react-truncate": "^2.4.0",
"react-youtube-player": "^2.0.1",
"recompose": "^0.30.0",
Expand All @@ -91,23 +89,23 @@
"redux-thunk": "^2.3.0",
"sass-loader": "^7.1.0",
"stimulus": "^1.1.0",
"styled-components": "^4.1.1",
"styled-components": "^4.1.2",
"url-loader": "^1.1.1",
"uuid": "^3.3.2",
"webpack": "^4.25.1",
"webpack-merge": "^4.1.4",
"webpack": "^4.27.1",
"webpack-merge": "^4.1.5",
"whatwg-fetch": "^3.0.0",
"yaml-loader": "^0.5.0"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx-source": "^7.0.0",
"@babel/plugin-transform-react-jsx-source": "^7.2.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"eslint": "^5.9.0",
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-react": "^7.0.2",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
Expand All @@ -118,13 +116,14 @@
"flow-bin": "0.83.0",
"flow-inspect": "^1.0.1",
"jest": "^23.6.0",
"prettier": "^1.15.2",
"regenerator-runtime": "^0.12.1",
"prettier": "^1.15.3",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"jest": {
"modulePaths": ["<rootDir>/app/javascript"]
"modulePaths": [
"<rootDir>/app/javascript"
]
}
}
Loading

0 comments on commit 26e7ca8

Please sign in to comment.