Skip to content

Commit

Permalink
build(woonerf): Update woonerf and react to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorgerhardt committed Sep 25, 2018
1 parent 524c455 commit 697adcf
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 86 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ configurations/*
!configurations/messages
tmp
config.json
yarn-error.log
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"main": "src/index.js",
"scripts": {
"build": "mastarm build",
"deploy": "mastarm deploy --env production --minify",
"deploy": "mastarm deploy",
"predeploy": "yarn",
"prestart": "yarn",
"pretest": "yarn",
"semantic-release": "semantic-release",
"start": "mastarm build --serve --env development",
"start": "mastarm build --serve --env",
"test": "mastarm lint src"
},
"repository": {
Expand All @@ -29,7 +29,7 @@
"dependencies": {
"@conveyal/gridualizer": "^2.1.0",
"@conveyal/lonlat": "^1.3.0",
"@conveyal/woonerf": "../woonerf",
"@conveyal/woonerf": "^4.0.0",
"@mapbox/polyline": "^1.0.0",
"d3-scale": "^2.1.0",
"date-fns": "^1.29.0",
Expand All @@ -39,8 +39,8 @@
"leaflet": "^1.3.4",
"lodash": "^4.17.10",
"mastarm": "^4.3.1",
"react": "^16",
"react-dom": "^16",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-leaflet": "^1.9.1",
"react-redux": "^5.0.7",
"react-select": "^1.2.1",
Expand Down
Loading

0 comments on commit 697adcf

Please sign in to comment.