Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2023
1 parent a520938 commit 51ae73c
Show file tree
Hide file tree
Showing 4 changed files with 367 additions and 408 deletions.
532 changes: 266 additions & 266 deletions .yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-fetch.cjs
spec: "https://raw.githubusercontent.com/devthejo/yarn-plugin-fetch/master/bundles/@yarnpkg/plugin-fetch.js"
yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.5.1.cjs
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
}
Loading

0 comments on commit 51ae73c

Please sign in to comment.