Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
typeofweb committed Oct 9, 2021
1 parent 5e37a79 commit d7445be
Show file tree
Hide file tree
Showing 3 changed files with 597 additions and 505 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
42 changes: 19 additions & 23 deletions package.json
Expand Up @@ -21,7 +21,8 @@
"test": "jest --detectOpenHandles --forceExit --passWithNoTests",
"test:ci": "jest --passWithNoTests",
"tsc": "tsc --noEmit",
"studio": "prisma studio"
"studio": "prisma studio",
"prepare": "husky install"
},
"prisma": {
"schema": "./api-helpers/prisma/schema.prisma"
Expand All @@ -36,13 +37,13 @@
"dependencies": {
"@hapi/boom": "9.1.4",
"@hcaptcha/react-hcaptcha": "0.3.7",
"@prisma/client": "3.2.0",
"@sentry/browser": "6.13.2",
"@sentry/integrations": "6.13.2",
"@sentry/node": "6.13.2",
"@sentry/react": "6.13.2",
"@sentry/tracing": "6.13.2",
"@sentry/webpack-plugin": "1.17.2",
"@prisma/client": "3.2.1",
"@sentry/browser": "6.13.3",
"@sentry/integrations": "6.13.3",
"@sentry/node": "6.13.3",
"@sentry/react": "6.13.3",
"@sentry/tracing": "6.13.3",
"@sentry/webpack-plugin": "1.17.3",
"@supabase/supabase-js": "1.24.0",
"@supabase/ui": "0.35.0",
"algoliasearch": "4.10.5",
Expand All @@ -64,10 +65,10 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.12.1",
"rxjs": "7.3.1",
"rxjs": "7.4.0",
"slugify": "1.6.1",
"superjson": "1.7.5",
"xss": "1.0.9",
"xss": "1.0.10",
"yup": "0.32.9"
},
"devDependencies": {
Expand All @@ -81,7 +82,7 @@
"@types/feedparser": "2.2.4",
"@types/gtag.js": "0.0.7",
"@types/hcaptcha__react-hcaptcha": "0.1.5",
"@types/jest": "26.0.24",
"@types/jest": "27.0.2",
"@types/lodash": "4.14.175",
"@types/mailgun-js": "0.22.12",
"@types/ms": "0.7.31",
Expand All @@ -96,13 +97,13 @@
"@typescript-eslint/parser": "4.33.0",
"all-contributors-cli": "6.20.0",
"babel-eslint": "10.1.0",
"babel-jest": "27.0.6",
"babel-jest": "27.2.5",
"babel-plugin-superjson-next": "0.4.1",
"concurrently": "6.3.0",
"critters": "0.0.10",
"cross-env": "7.0.3",
"dotenv": "10.0.0",
"eslint": "7.32.0",
"eslint": "7",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "8.3.0",
"eslint-config-react-app": "6.0.0",
Expand All @@ -114,19 +115,19 @@
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"husky": "4.3.6",
"jest": "27.0.6",
"husky": "7.0.2",
"jest": "27.2.5",
"jest-css-modules": "2.1.0",
"jest-extended": "0.11.5",
"jest-watch-typeahead": "0.6.4",
"lint-staged": "11.2.0",
"jest-watch-typeahead": "1.0.0",
"lint-staged": "11.2.2",
"lodash": "4.17.21",
"msw": "0.35.0",
"pino-pretty": "7.0.1",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "6.7.0",
"prettier": "2.4.1",
"prisma": "3.2.0",
"prisma": "3.2.1",
"rimraf": "3.0.2",
"sass": "1.42.1",
"supabase": "0.5.0",
Expand All @@ -136,11 +137,6 @@
"typescript-plugin-css-modules": "3.4.0",
"wait-on": "6.0.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"resolutions": {
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jsx-a11y": "6.4.1",
Expand Down

0 comments on commit d7445be

Please sign in to comment.