Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#4341)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Mar 30, 2022
1 parent cdecc1b commit 6c45c7f
Show file tree
Hide file tree
Showing 6 changed files with 344 additions and 344 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -47,8 +47,8 @@
"@types/debug": "4.1.7",
"@types/jest": "27.4.1",
"@types/node": "16.11.26",
"@typescript-eslint/eslint-plugin": "5.16.0",
"@typescript-eslint/parser": "5.16.0",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"babel-jest": "27.5.1",
"bob-the-bundler": "1.6.1",
"chalk": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/resolvers-composition/package.json
Expand Up @@ -30,7 +30,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"@types/lodash": "4.14.180",
"@types/lodash": "4.14.181",
"@types/micromatch": "4.0.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Expand Up @@ -29,7 +29,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"graphql-scalars": "1.16.0"
"graphql-scalars": "1.16.1"
},
"buildOptions": {
"input": "./src/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@types/dateformat": "3.0.1",
"dateformat": "4.6.3",
"graphql-scalars": "1.16.0"
"graphql-scalars": "1.16.1"
},
"dependencies": {
"tslib": "~2.3.0"
Expand Down
8 changes: 4 additions & 4 deletions website/package.json
Expand Up @@ -19,7 +19,7 @@
"esbuild": "0.14.28"
},
"devDependencies": {
"@next/bundle-analyzer": "12.1.1",
"@next/bundle-analyzer": "12.1.2",
"@types/concurrently": "6.4.0",
"@types/mdx-js__react": "1.5.5",
"@types/node": "16.11.26",
Expand All @@ -36,7 +36,7 @@
},
"dependencies": {
"@chakra-ui/icons": "1.1.7",
"@chakra-ui/react": "1.8.6",
"@chakra-ui/react": "1.8.7",
"@chakra-ui/theme-tools": "1.3.6",
"@chakra-ui/utils": "1.10.4",
"@emotion/react": "11.8.2",
Expand All @@ -46,9 +46,9 @@
"@mdx-js/react": "2.1.0",
"@theguild/components": "1.10.2",
"framer-motion": "6.2.8",
"next": "12.1.1",
"next": "12.1.2",
"next-i18next": "10.5.0",
"next-seo": "5.2.0",
"next-seo": "5.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "4.3.1",
Expand Down

0 comments on commit 6c45c7f

Please sign in to comment.