Skip to content

Commit

Permalink
Upgrade minor/patch deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltott committed Apr 4, 2024
1 parent e2b77f5 commit d57ee85
Show file tree
Hide file tree
Showing 2 changed files with 1,876 additions and 1,715 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@faker-js/faker": "^8.4.1",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@heroicons/react": "^2.1.3",
"@imgix/js-core": "^3.8.0",
"@netlify/functions": "^2.6.0",
"@remix-run/dev": "^1.19.3",
Expand All @@ -52,14 +52,14 @@
"@sindresorhus/slugify": "^2.2.1",
"@slack/web-api": "^6.12.0",
"airtable": "^0.12.2",
"autoprefixer": "^10.4.17",
"axios": "^1.6.7",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"bootstrap": "^4.6.2",
"calendar-link": "^2.6.0",
"classnames": "^2.5.1",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"cssnano": "^6.0.5",
"cssnano": "^6.1.2",
"dotenv": "^16.4.5",
"encoding": "^0.1.13",
"eslint": "^8.57.0",
Expand All @@ -75,15 +75,15 @@
"mdast-util-toc": "^7.0.0",
"node-fetch": "^3.3.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"postcss": "^8.4.38",
"postcss-cli": "^10.1.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-router": "^6.22.1",
"react-router-dom": "^6.22.1",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"rehype-autolink-headings": "^6.1.1",
"rehype-highlight": "^6.0.0",
"rehype-sanitize": "^5.0.1",
Expand All @@ -96,28 +96,28 @@
"remix-auth-form": "^1.4.0",
"remix-utils": "^6.6.0",
"require-dir": "^1.2.0",
"sanitize-html": "^2.12.1",
"sass": "^1.71.1",
"sanitize-html": "^2.13.0",
"sass": "^1.74.1",
"tiny-invariant": "^1.3.3",
"unified": "^10.1.2"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/leaflet": "^1.9.8",
"@tailwindcss/typography": "^0.5.12",
"@types/leaflet": "^1.9.9",
"@types/leaflet.markercluster": "^1.5.4",
"@types/luxon": "^3.4.2",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/require-dir": "^1.0.4",
"@types/sanitize-html": "^2.11.0",
"all-contributors-cli": "^6.26.1",
"netlify-cli": "^16.9.3",
"prettier": "^3.2.5",
"source-map-explorer": "^2.5.3",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"tsx": "^3.14.0",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
}
}
Loading

0 comments on commit d57ee85

Please sign in to comment.