Skip to content

Commit

Permalink
Feature/member survey (#1115)
Browse files Browse the repository at this point in the history
* upgrade deps

* add member survey link
  • Loading branch information
danieltott authored Jan 18, 2024
1 parent 7756b7d commit 374db4d
Show file tree
Hide file tree
Showing 3 changed files with 2,484 additions and 3,172 deletions.
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
to = "/members"
status = 301

[[redirects]]
from = "/member-survey"
to = "https://airtable.com/appGHm8ztVWug6UxH/pagKrtAhS4jnRhtYD/form"
status = 301

[[redirects]]
from = "/netlify-forms"
to = "/"
Expand Down
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"engines": {
"node": ">=18.16"
},
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.14.1",
"scripts": {
"preinstall": "npx only-allow pnpm",
"format": "npx prettier --write --ignore-unknown --list-different \"**/*\"",
Expand All @@ -36,12 +36,12 @@
"analyze": "source-map-explorer 'public/build/**/*.js'"
},
"dependencies": {
"@faker-js/faker": "^8.2.0",
"@faker-js/faker": "^8.3.1",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@imgix/js-core": "^3.8.0",
"@netlify/functions": "^2.3.0",
"@netlify/functions": "^2.5.0",
"@remix-run/dev": "^1.19.3",
"@remix-run/eslint-config": "^1.19.3",
"@remix-run/netlify": "^1.19.3",
Expand All @@ -50,40 +50,40 @@
"@remix-run/serve": "^1.19.3",
"@remix-run/server-runtime": "^1.19.3",
"@sindresorhus/slugify": "^2.2.1",
"@slack/web-api": "^6.9.0",
"@slack/web-api": "^6.11.2",
"airtable": "^0.12.2",
"autoprefixer": "^10.4.16",
"axios": "^1.5.1",
"autoprefixer": "^10.4.17",
"axios": "^1.6.5",
"bootstrap": "^4.6.2",
"calendar-link": "^2.6.0",
"classnames": "^2.3.2",
"classnames": "^2.5.1",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"cssnano": "^6.0.1",
"cssnano": "^6.0.3",
"dotenv": "^16.3.1",
"encoding": "^0.1.13",
"eslint": "^8.52.0",
"eslint": "^8.56.0",
"front-matter": "^4.0.2",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"hast-util-to-string": "^2.0.0",
"hastscript": "^8.0.0",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"luxon": "^3.4.3",
"luxon": "^3.4.4",
"markdown-it": "^13.0.2",
"mdast-util-toc": "^7.0.0",
"node-fetch": "^3.3.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"postcss": "^8.4.33",
"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.17.0",
"react-router-dom": "^6.17.0",
"react-router": "^6.21.2",
"react-router-dom": "^6.21.2",
"rehype-autolink-headings": "^6.1.1",
"rehype-highlight": "^6.0.0",
"rehype-sanitize": "^5.0.1",
Expand All @@ -97,27 +97,27 @@
"remix-utils": "^6.6.0",
"require-dir": "^1.2.0",
"sanitize-html": "^2.11.0",
"sass": "^1.69.5",
"sass": "^1.70.0",
"tiny-invariant": "^1.3.1",
"unified": "^10.1.2"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/leaflet": "^1.9.7",
"@types/leaflet": "^1.9.8",
"@types/leaflet.markercluster": "^1.5.4",
"@types/luxon": "^3.3.3",
"@types/react": "^18.2.32",
"@types/react-dom": "^18.2.14",
"@types/require-dir": "^1.0.3",
"@types/sanitize-html": "^2.9.3",
"@types/luxon": "^3.4.1",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/require-dir": "^1.0.4",
"@types/sanitize-html": "^2.9.5",
"all-contributors-cli": "^6.26.1",
"netlify-cli": "^16.9.2",
"prettier": "^3.0.3",
"netlify-cli": "^16.9.3",
"prettier": "^3.2.4",
"source-map-explorer": "^2.5.3",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.4.1",
"tsx": "^3.14.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 374db4d

Please sign in to comment.