Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Maintenance (#5)
Browse files Browse the repository at this point in the history
* upgrade react-scripts and run audit fix

* update recipe to new specification

* update artifacts spec
  • Loading branch information
David Wicks committed Jul 30, 2020
1 parent dbb12e5 commit 7612cdc
Show file tree
Hide file tree
Showing 9 changed files with 4,828 additions and 5,395 deletions.
2 changes: 1 addition & 1 deletion .artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ publisher:
- filter: on-branch
name: publisher-branches
config:
node_version: 10.9.0
node_version: 12.x
npm_build_script: build
site_build_dir: build
5,852 changes: 2,828 additions & 3,024 deletions client/package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"@turf/center": "^6.0.1",
"@types/jest": "^24.9.1",
"@types/mapbox-gl": "^0.54.5",
"@types/node": "^12.12.26",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"mapbox-gl": "^1.7.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "^3.3.0",
"rxjs": "^6.5.4",
"typescript": "^3.7.5",
"@types/node": "^12.12.53",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"mapbox-gl": "^1.11.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.1",
"rxjs": "^6.6.0",
"typescript": "^3.9.7",
"use-mapbox": "^0.2.3"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions data/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions data/recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"minzoom": 1,
"maxzoom": 16,
"features": {
"id": {
"attribute_id": "GEOID"
},
"id": ["get", "GEOID"],
"filter": [
"match",
["to-string", ["get", "STATE_NAME"]],
Expand Down
Loading

0 comments on commit 7612cdc

Please sign in to comment.