-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all dependencies
- Loading branch information
1 parent
a520938
commit 51ae73c
Showing
4 changed files
with
367 additions
and
408 deletions.
There are no files selected for viewing
532 changes: 266 additions & 266 deletions
532
.yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.5.1.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
"generate-password": "1.7.0", | ||
"graphql": "16.3.0", | ||
"graphql-request": "3.7.0", | ||
"jsonwebtoken": "9.0.0", | ||
"jsonwebtoken": "9.0.1", | ||
"lodash": "^4.17.21", | ||
"next": "12.3.4", | ||
"next-auth": "4.20.1", | ||
|
@@ -43,7 +43,7 @@ | |
}, | ||
"resolutions": { | ||
"async": "3.2.4", | ||
"@types/react": "17.0.53" | ||
"@types/react": "17.0.62" | ||
}, | ||
"scripts": { | ||
"dev": "FORCE_COLOR=true next dev | pino-pretty", | ||
|
@@ -59,30 +59,30 @@ | |
"@testing-library/react": "12.1.5", | ||
"@types/jsonwebtoken": "8.5.9", | ||
"@types/lodash": "^4.14.195", | ||
"@types/node": "17.0.12", | ||
"@types/react": "17.0.53", | ||
"@types/node": "17.0.45", | ||
"@types/react": "17.0.62", | ||
"@types/react-modal": "3.13.1", | ||
"@typescript-eslint/eslint-plugin": "5.49.0", | ||
"@typescript-eslint/parser": "5.49.0", | ||
"autoprefixer": "10.4.13", | ||
"autoprefixer": "10.4.14", | ||
"eslint": "8.31.0", | ||
"eslint-config-next": "12.3.4", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"husky": "8.0.3", | ||
"is-ci": "3.0.1", | ||
"jest": "27.5.1", | ||
"msw": "0.49.3", | ||
"node-mocks-http": "1.12.1", | ||
"node-talisman": "1.29.7", | ||
"node-mocks-http": "1.12.2", | ||
"node-talisman": "1.29.10", | ||
"pino-pretty": "9.1.1", | ||
"postcss": "8.4.21", | ||
"prettier": "2.8.4", | ||
"postcss": "8.4.27", | ||
"prettier": "2.8.8", | ||
"stylelint": "14.16.1", | ||
"stylelint-config-prettier-scss": "0.0.1", | ||
"stylelint-config-standard-scss": "3.0.0", | ||
"tailwindcss": "3.2.6", | ||
"tailwindcss": "3.2.7", | ||
"typescript": "4.9.5", | ||
"whatwg-fetch": "3.6.2" | ||
"whatwg-fetch": "3.6.17" | ||
}, | ||
"packageManager": "[email protected].0" | ||
"packageManager": "[email protected].1" | ||
} |
Oops, something went wrong.