Skip to content

Commit

Permalink
Merge pull request #774 from CodeForPhilly/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
nlebovits authored Jul 18, 2024
2 parents dada14c + 29edc7f commit 34b1f2c
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 59 deletions.
18 changes: 9 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "daily"
interval: 'daily'

- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'

- package-ecosystem: "pip"
directory: "/data"
- package-ecosystem: 'pip'
directory: '/data/src'
schedule:
interval: "weekly"
interval: 'weekly'
101 changes: 57 additions & 44 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@heroicons/react": "^2.1.5",
"@mapbox/mapbox-gl-geocoder": "^5.0.1",
"@nextui-org/react": "^2.1.10",
"@phosphor-icons/react": "^2.0.15",
"@turf/centroid": "^7.0.0-alpha.114",
"@turf/centroid": "^7.0.0",
"autoprefixer": "10.4.15",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"framer-motion": "^10.16.4",
"lodash": "^4.17.21",
"mapbox-gl": "^3.2.0",
"maplibre-gl": "^4.1.1",
"maplibre-gl": "^4.5.0",
"multi-range-slider-react": "^2.0.5",
"next": "^14.0.3",
"pmtiles": "^3.0.5",
Expand All @@ -30,7 +30,7 @@
"react-icons": "^5.0.1",
"react-map-gl": "^7.1.6",
"sharp": "^0.33.0",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.6",
"typescript": "5.2.2"
},
"devDependencies": {
Expand All @@ -42,7 +42,7 @@
"@types/react-dom": "^18.2.22",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.2",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-custom-rules": "file:./eslint-plugin-custom-rules",
Expand Down

0 comments on commit 34b1f2c

Please sign in to comment.