Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 23, 2023
1 parent 0916fb3 commit 06e54d1
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 191 deletions.
6 changes: 3 additions & 3 deletions apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"chromatic": "npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN"
},
"dependencies": {
"@next/font": "13.1.6",
"@next/font": "13.2.0",
"@radix-ui/react-dialog": "1.0.2",
"@radix-ui/react-navigation-menu": "1.1.1",
"@urql/devtools": "2.0.3",
Expand All @@ -35,7 +35,7 @@
"babel-plugin-transform-remove-imports": "1.7.0",
"date-fns": "2.29.3",
"date-fns-tz": "2.0.0",
"framer-motion": "9.0.7",
"framer-motion": "9.1.6",
"graphql-tag": "2.12.6",
"graphql-ws": "5.11.3",
"next": "13.1.6",
Expand Down Expand Up @@ -67,7 +67,7 @@
"@graphql-codegen/typescript-operations": "2.5.13",
"@graphql-codegen/typescript-urql": "3.7.3",
"@graphql-codegen/urql-introspection": "2.2.1",
"@next/react-refresh-utils": "13.1.6",
"@next/react-refresh-utils": "13.2.0",
"@shio/jest": "workspace:*",
"@shio/prettier": "workspace:*",
"@shio/stylelint": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/jest": "29.4.0",
"@types/node": "18.14.0",
"@types/node": "18.14.1",
"@types/uuid": "9.0.1",
"cross-env": "7.0.3",
"eslint": "8.34.0",
Expand All @@ -34,7 +34,7 @@
"stylelint": "15.2.0",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"turbo": "1.8.1",
"turbo": "1.8.2",
"typescript": "4.9.5"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 06e54d1

Please sign in to comment.