Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major Dependency Updates #423

Merged
merged 132 commits into from
Apr 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
132 commits
Select commit Hold shift + click to select a range
4a8442d
remove d3-request from root
jaronheard Mar 6, 2019
50a84d4
remove deck.gl from workspace root
jaronheard Mar 6, 2019
0dd5d68
Merge branch 'master' of https://github.com/hackoregon/civic into fix…
jaronheard Mar 8, 2019
b036a01
not working, prior to update style loader
jaronheard Mar 8, 2019
6c51ff1
update node version
jaronheard Mar 12, 2019
9562fb5
update dependencies
jaronheard Mar 12, 2019
9c6c60b
fix errors
jaronheard Mar 12, 2019
24b988b
update all webpack related dependencies to latest
jaronheard Mar 12, 2019
eaefe73
add webpack-cli and additional webpack upgrades
jaronheard Mar 12, 2019
9fde11c
edit prettier config
jaronheard Mar 13, 2019
ee1f3a0
remove uglify
jaronheard Mar 13, 2019
bd29834
remove named modules plugin
jaronheard Mar 13, 2019
6c5815f
updates to webpack and dev server as part of webpack 4 update
jaronheard Mar 13, 2019
85a41c2
update all babel packages
jaronheard Mar 13, 2019
c9903db
babel-core to @babel-core
jaronheard Mar 13, 2019
11ca11d
update component library babelrc and plugins
jaronheard Mar 13, 2019
95336b5
update 2017 readme files to remove npm references
jaronheard Mar 13, 2019
f53c88c
standardize homelessness babelrc
jaronheard Mar 13, 2019
502f1b5
add babel config file to root
jaronheard Mar 13, 2019
1979bd3
babel config file in root setup
jaronheard Mar 13, 2019
2be8974
update test suite dependencies
jaronheard Mar 13, 2019
ce1dc98
updated test suite across packages
jaronheard Mar 13, 2019
31e683c
remove packages with dependencies on babel 6
jaronheard Mar 13, 2019
0048d07
remove gl dependency
jaronheard Mar 13, 2019
69c39f7
remove housing and emergency response dependencies from year package
jaronheard Mar 13, 2019
484710c
add enzyme-adapter-react-15 to 2017 project deps
jaronheard Mar 13, 2019
b0eb52c
add react-test-renderer to 2017 project packages
jaronheard Mar 13, 2019
a6fcd68
fix neighborhood tests
jaronheard Mar 13, 2019
ce0ef30
attempt to refactor utils
jaronheard Mar 13, 2019
6d04cfa
modify dependencies and try to fix util loading
jaronheard Mar 14, 2019
5df842a
update component library utils references
jaronheard Mar 14, 2019
6c35341
remove es files from git tracking
jaronheard Mar 14, 2019
dd16c3d
remove es directory from git tracking
jaronheard Mar 14, 2019
1424a3b
update eslint and related dependencies
jaronheard Mar 14, 2019
2ea7a2f
run eslint -- fix
jaronheard Mar 14, 2019
a85aade
fix linting errors in component library
jaronheard Mar 14, 2019
ac44239
add husky es-lint
jaronheard Mar 14, 2019
0b18af7
add husky es-lint
jaronheard Mar 14, 2019
e0dfe70
add linting and eslint fixes
jaronheard Mar 14, 2019
1fb829c
update readme, dockerfile, lerna
jaronheard Mar 14, 2019
efe7d50
remove storybook babel config
jaronheard Mar 14, 2019
79e7fda
remove istanbul
jaronheard Mar 14, 2019
5e2db10
fix storybook
jaronheard Mar 14, 2019
105e8e4
Fix the ConcurrentCompilationError issue
DingoEatingFuzz Mar 14, 2019
116d211
back out of the lazy trick
DingoEatingFuzz Mar 15, 2019
f5330e2
rollback the emotion babel transformer
DingoEatingFuzz Mar 15, 2019
faf899e
Move formatter utils into a utils file
DingoEatingFuzz Mar 15, 2019
36c3304
Fixes a couple missed packages from the util repackaging
DingoEatingFuzz Mar 16, 2019
5156539
Upgrade to Emotion 10
DingoEatingFuzz Mar 16, 2019
7406536
Upgrade to React 15.6
DingoEatingFuzz Mar 17, 2019
ccb2b74
Upgrade to React 16.8
DingoEatingFuzz Mar 17, 2019
f74ed13
Migrate from React.PropTypes to PropTypes
DingoEatingFuzz Mar 17, 2019
3a22d37
Upgrade to the React 16 enzyme adapter
DingoEatingFuzz Mar 18, 2019
107b0be
Upgrade victory, fixes to bar charts
jaronheard Mar 18, 2019
51d479c
Fixed assorted breaking issues
jaronheard Mar 20, 2019
13414d1
Fixed home page and removed unused files from 2018 package
jaronheard Mar 20, 2019
95cd031
Move animation timing to theme, fix util loading and clean up story
jaronheard Mar 20, 2019
605c693
Add back utils file for module export
jaronheard Mar 20, 2019
fd0d3ac
pull in changes from master
jaronheard Mar 20, 2019
d8f7356
update map components
jaronheard Mar 20, 2019
3140a04
merge fixes from fix/removeJSON
jaronheard Mar 20, 2019
b45106b
Fix HeatMap story
mendozaline Mar 21, 2019
21f10c4
update react hot loader, missing lock-file update
jaronheard Mar 26, 2019
086ff72
naive implementation of react-hot-loader in mock-wrapper
jaronheard Mar 26, 2019
b2acfc5
remove blah
jaronheard Mar 26, 2019
f232fc8
remove webpack callback to fix concurrent compilation error, reduce l…
jaronheard Mar 26, 2019
5c2c043
refactor 2018 package for HMR
jaronheard Mar 26, 2019
4c54899
add missing App file to 2018 package
jaronheard Mar 26, 2019
f9cd817
Enable HMR in project packages
jaronheard Mar 26, 2019
6fd9bd3
Refactor 2017 package for HMR
jaronheard Mar 26, 2019
41bf31a
Update ErPie and use CivicStoryCard
jaronheard Mar 28, 2019
2ed1d00
Add numeric formatting to civicFormat.dollars
jaronheard Mar 29, 2019
b51c5d6
Update App component to use PageLayout and CivicStoryCard
jaronheard Mar 29, 2019
47af725
Update small multiples recharts to use BarChart and Scatterplot
jaronheard Mar 29, 2019
0334791
Replace broken image with original svg
jaronheard Mar 29, 2019
c6f5978
Fix lint errors
jaronheard Mar 29, 2019
3fb8372
Add border stroke options to MapOverlay
jaronheard Mar 29, 2019
d645c2f
Refactor map from leaflet to BaseMap and MapOverlay
jaronheard Mar 29, 2019
0f7ba18
Remove unused components add linting script
jaronheard Mar 29, 2019
ba173a0
Update tests for civicFormat
jaronheard Mar 29, 2019
9635d9f
Work around a Victory bug that causes animates to prematurely stop
DingoEatingFuzz Mar 30, 2019
960e444
Update dollar formatting test to reflect rounding same as numeric
jaronheard Apr 1, 2019
f829ff6
Updated recharts and commented out bubble charts
jaronheard Apr 1, 2019
ae10a92
add back ErPieChart
jaronheard Apr 1, 2019
5ad4847
Remove interactive budget bubbles
jaronheard Apr 2, 2019
f69ee33
Merge pull request #442 from hackoregon/fix/upgrade-reacharts-emergency
jaronheard Apr 2, 2019
ce99970
remove recharts dependency
jaronheard Apr 2, 2019
60475ec
Clean CardCollection, remove MyTest component
jaronheard Apr 2, 2019
1f4e304
Allow for zoom and lon/lat to be updated as props
DingoEatingFuzz Apr 2, 2019
d619603
Add more traits to the MapOverlay from deck.gl
DingoEatingFuzz Apr 2, 2019
b792d7e
remove recharts and upgrade first several components
jaronheard Apr 2, 2019
04f5a6b
Some linter stuff in the api file
DingoEatingFuzz Apr 2, 2019
2f6d96b
Use https instead of http to make api calls
DingoEatingFuzz Apr 2, 2019
3f6ffa4
Update the transportation map to use BaseMap instead of Leaflet, amon…
DingoEatingFuzz Apr 2, 2019
1b5723b
Replace Recharts with component library charts ala victory
DingoEatingFuzz Apr 3, 2019
6df7261
Merge branch 'fix/remove-deps-from-root' into fix/modernize-2017-tran…
DingoEatingFuzz Apr 3, 2019
c12961b
Merge pull request #450 from hackoregon/fix/modernize-2017-transporta…
DingoEatingFuzz Apr 3, 2019
485f6fa
Use the .org address as well as https for api calls
DingoEatingFuzz Apr 3, 2019
12ac7f1
Use the hacko-cdn s3 bucket
DingoEatingFuzz Apr 3, 2019
49bf0ff
Replace Recharts with the component library/Victory
DingoEatingFuzz Apr 4, 2019
f7e1b70
Update remainder of components
jaronheard Apr 4, 2019
3b75736
Remove leaflet
jaronheard Apr 4, 2019
076d8f8
Add prop-types dependency across projects
jaronheard Apr 4, 2019
9d251c4
Changes to the MapOverlay component to support the housing-2017 map
DingoEatingFuzz Apr 4, 2019
cc8e886
Update housing map to use mapbox
DingoEatingFuzz Apr 4, 2019
5277b9e
Remove recharts and leaflet things
DingoEatingFuzz Apr 4, 2019
ed78afb
Merge branch 'fix/remove-deps-from-root' into fix/modernize-housing-2017
DingoEatingFuzz Apr 4, 2019
176ba65
Merge branch 'fix/remove-deps-from-root' into fix/upgrade-homelessnes…
jaronheard Apr 4, 2019
2bc4071
Merge pull request #452 from hackoregon/fix/modernize-housing-2017
DingoEatingFuzz Apr 4, 2019
712f55e
Merge pull request #451 from hackoregon/fix/upgrade-homelessness-comp…
jaronheard Apr 4, 2019
1b8618d
Merge pull request #448 from hackoregon/fix/ugrade-recharts-budget
jaronheard Apr 4, 2019
9303bc7
Upgrade react-test-renderer
jaronheard Apr 4, 2019
570f72b
Remove unused extract-text-webpack-plugin dependency
jaronheard Apr 4, 2019
b383caf
Remove unused react-addons-test-utils dependency
jaronheard Apr 4, 2019
f1763cf
Remove unused react add ons
jaronheard Apr 4, 2019
6215fed
Remove unused react-selectize dep
jaronheard Apr 4, 2019
8e71e37
Merge branch 'fix/remove-deps-from-root' of https://github.com/hackor…
jaronheard Apr 4, 2019
4875963
remove all remaining traces of leaflet and recharts
jaronheard Apr 4, 2019
fb44543
Fix react-test-runner dependency issues
jaronheard Apr 5, 2019
b898207
Upgrade react-redux and redux to latest
jaronheard Apr 5, 2019
5d30483
Give up on react-hot-loader
jaronheard Apr 5, 2019
bc79827
Upgrade redux-form
jaronheard Apr 5, 2019
473eeb8
Adjust webpack-common and dev-server settings for reloading
jaronheard Apr 5, 2019
ecd2eb7
Disable geocoder, fix IconMap prop, import mapbox-gl.css from mapbox-gl
jaronheard Apr 5, 2019
389380c
Configure prettier with default config file
jaronheard Apr 5, 2019
bdc6214
remove pesky budget test
jaronheard Apr 5, 2019
d990032
Merge branch 'master' into fix/remove-deps-from-root
jaronheard Apr 5, 2019
650a2f3
Merge branch 'master' into fix/remove-deps-from-root
jaronheard Apr 5, 2019
b6882e9
Added header prop to PageLayout
jaronheard Apr 6, 2019
f4a1a60
Remove double header from emergency response
jaronheard Apr 6, 2019
8e467b8
fix root state selector issue in housing and transportation
jaronheard Apr 6, 2019
0632938
make rootState handle undefined
jaronheard Apr 6, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.11.1
10.15.3
16 changes: 12 additions & 4 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"jsxSingleQuote": false,
"trailingComma": "none",
"bracketSpacing": "true",
"jsxBracketSameLine": "false",
"arrowParens": "avoid",
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"endOfLine": "lf",
}
97 changes: 86 additions & 11 deletions .storybook/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,112 @@
"env": {
"test": {
"presets": [
"es2015",
"stage-1",
"react"
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"istanbul"
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-syntax-import-meta",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-json-strings",
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
"@babel/plugin-proposal-function-sent",
"@babel/plugin-proposal-export-namespace-from",
"@babel/plugin-proposal-numeric-separator",
"@babel/plugin-proposal-throw-expressions",
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-logical-assignment-operators",
"@babel/plugin-proposal-optional-chaining",
[
"@babel/plugin-proposal-pipeline-operator",
{
"proposal": "minimal"
}
],
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-proposal-do-expressions"
]
},
"cjs": {
"presets": [
[
"es2015",
"@babel/preset-env",
{
"modules": "commonjs"
}
],
"stage-1",
"react"
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-syntax-import-meta",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-json-strings",
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
"@babel/plugin-proposal-function-sent",
"@babel/plugin-proposal-export-namespace-from",
"@babel/plugin-proposal-numeric-separator",
"@babel/plugin-proposal-throw-expressions",
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-logical-assignment-operators",
"@babel/plugin-proposal-optional-chaining",
[
"@babel/plugin-proposal-pipeline-operator",
{
"proposal": "minimal"
}
],
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-proposal-do-expressions"
]
},
"esm": {
"presets": [
[
"es2015",
"@babel/preset-env",
{
"modules": false
}
],
"stage-1",
"react"
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-syntax-import-meta",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-json-strings",
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
"@babel/plugin-proposal-function-sent",
"@babel/plugin-proposal-export-namespace-from",
"@babel/plugin-proposal-numeric-separator",
"@babel/plugin-proposal-throw-expressions",
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-logical-assignment-operators",
"@babel/plugin-proposal-optional-chaining",
[
"@babel/plugin-proposal-pipeline-operator",
{
"proposal": "minimal"
}
],
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-proposal-do-expressions"
]
}
}
}
}
16 changes: 15 additions & 1 deletion .storybook/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
const webpack = require('webpack');
const autoprefixer = require('autoprefixer');
const { createConfig, match, css, postcss, file } = require('webpack-blocks');
const {
createConfig,
match,
css,
postcss,
file,
customConfig,
} = require('webpack-blocks');

module.exports = createConfig([
match(
Expand All @@ -13,4 +20,11 @@ module.exports = createConfig([
]
),
match(['*.svg', '*.png', '*.gif', '*.jpg', '*.jpeg'], [file()]),
customConfig({
externals: [
{
xmlhttprequest: '{XMLHttpRequest:XMLHttpRequest}',
},
],
}),
]);
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
cache: yarn
node_js:
- '8.11.1'
- '10.15.3'
services:
- docker
install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $ nvm use
# Note for next two steps, if you get an error, keep trying the same command again.

# Installs all package dependencies and links cross-dependencies.
$ yarn bootstrap
$ yarn install

# This will build all packages. Since some packages are used internally, they need to be built before the dependent packages are worked on.
$ yarn build
Expand Down
7 changes: 7 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = function(api) {
api.cache(true);

return {
extends: '@hackoregon/civic-babel-presets/.babelrc',
};
};
2 changes: 0 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"lerna": "2.5.1",
"version": "1.0.0-alpha.1c62c05f",
"useWorkspaces": true,
"npmClient": "yarn",
"hoist": true,
"private": true
}
119 changes: 57 additions & 62 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"private": true,
"scripts": {
"bootstrap": "yarn install --frozen-lockfile && lerna bootstrap",
"bootstrap": "yarn install --frozen-lockfile",
"build": "lerna run build",
"configure": "lerna run configure",
"tag": "lerna publish --skip-npm",
Expand All @@ -32,11 +32,13 @@
"deploy-storybook": "BABEL_ENV=esm storybook-to-ghpages",
"in": "lerna run --scope",
"link:all": "lerna link",
"lint": "lerna run lint -- --fix",
"lint": "lerna run lint",
"lint:fix": "lerna run lint --no-bail -- --fix",
"storybook": "BABEL_ENV=esm start-storybook -p 6006",
"test": "lerna run test",
"test": "lerna run test --no-bail",
"travis": "make travis",
"pretty": "prettier --write \"./**/*.{js,jsx,css,md}\""
"pretty": "prettier --write \"./**/*.{js,jsx,css,md}\"",
"eslint-check": "eslint --print-config . | eslint-config-prettier-check"
},
"husky": {
"hooks": {}
Expand All @@ -53,86 +55,79 @@
]
},
"devDependencies": {
"@storybook/addon-a11y": "^3.4.3",
"@storybook/addon-actions": "^3.4.2",
"@storybook/addon-info": "^3.4.2",
"@storybook/addon-knobs": "^3.4.2",
"@storybook/addon-links": "^3.4.2",
"@storybook/addon-notes": "^3.4.2",
"@storybook/react": "^3.4.2",
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@hackoregon/civic-babel-presets": "^1.0.0-alpha.1c62c05f",
"@storybook/addon-a11y": "^4.1.12",
"@storybook/addon-actions": "^4.1.12",
"@storybook/addon-info": "^4.1.12",
"@storybook/addon-knobs": "^4.1.12",
"@storybook/addon-links": "^4.1.12",
"@storybook/addon-notes": "^4.1.12",
"@storybook/react": "^4.1.12",
"@storybook/storybook-deployer": "^2.3.0",
"autoprefixer": "^6.7.7",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.1",
"babili-webpack-plugin": "0.0.10",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-enzyme": "^0.6.1",
"autoprefixer": "^9.4.10",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.5.0",
"babel-loader": "^8.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-enzyme": "^1.0.0-beta.1",
"chalk": "^1.1.3",
"cheerio": "^0.22.0",
"clean-webpack-plugin": "^0.1.15",
"clean-webpack-plugin": "^2.0.0",
"colors": "^1.1.2",
"coveralls": "^2.11.15",
"css-loader": "^0.28.0",
"enzyme": "^2.7.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"coveralls": "^3.0.3",
"css-loader": "^2.1.1",
"enzyme": "^3.9.0",
"eslint": "^5.15.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-emotion": "^10.0.7",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prefer-object-spread": "^1.1.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^6.10.0",
"eslint-watch": "^2.1.14",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"eslint-plugin-react": "^7.12.4",
"eslint-watch": "^5.0.1",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.3.1",
"isparta": "^4.0.0",
"istanbul": "^0.4.4",
"jest": "^20.0.4",
"jsdom": "^9.8.3",
"jsdom-global": "^2.1.0",
"jest": "^24.5.0",
"jsdom": "^14.0.0",
"jsdom-global": "^3.0.2",
"json-loader": "^0.5.4",
"lerna": "^2.5.1",
"lerna": "^3.13.1",
"lint-staged": "^8.1.4",
"lodash-webpack-plugin": "^0.11.2",
"mocha": "^3.2.0",
"mocha": "^6.0.2",
"mocha-clean": "^1.0.0",
"mochawesome": "^1.5.1",
"nock": "^9.0.2",
"mochawesome": "^3.1.1",
"nock": "^10.0.6",
"node-notifier": "^5.0.2",
"npm-run-all": "^4.0.2",
"postcss-loader": "^1.3.3",
"postcss-loader": "^3.0.0",
"prettier": "1.16.4",
"prop-types": "^15.5.3",
"react-addons-test-utils": "^15.5.3",
"react-hot-loader": "^3.0.0-beta.7",
"react-transform-hmr": "^1.0.4",
"redux-immutable-state-invariant": "^1.2.4",
"redux-mock-store": "^1.2.1",
"regenerator-runtime": "^0.10.1",
"regenerator-runtime": "^0.13.1",
"rimraf": "^2.6.2",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"style-loader": "^0.16.1",
"url-loader": "^0.5.7",
"sinon": "^7.2.7",
"sinon-chai": "^3.3.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"version-bump-prompt": "^3.1.0",
"watch": "^1.0.2",
"webpack": "^2.7.0",
"webpack-bundle-analyzer": "^2.1.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-dev-server": "^2.4.1",
"webpack-hot-middleware": "^2.17.0",
"webpack-md5-hash": "^0.0.5",
"webpack": "^4.29.6",
"webpack-blocks": "^2.0.0-rc",
"webpack-bundle-analyzer": "^3.1.0",
"webpack-dev-middleware": "^3.6.1",
"webpack-dev-server": "^3.2.1",
"webpack-hot-middleware": "^2.24.3",
"webpack-md5-hash": "^0.0.6",
"webpack-node-externals": "^1.5.4"
},
"dependencies": {
"@hackoregon/civic-server": "0.0.10",
"d3-request": "^1.0.6",
"deck.gl": "^5.2.4"
}
"dependencies": {}
}
2 changes: 1 addition & 1 deletion packages/2017/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8.11-stretch
FROM node:10.15.3-stretch

# Create app directory
WORKDIR /usr/src/app
Expand Down
Loading