Skip to content

Commit

Permalink
Merge pull request #24 from OpenSaasAU/renovate/patch-patch-dependencies
Browse files Browse the repository at this point in the history
Update patch dependencies (patch)
  • Loading branch information
borisno2 authored Feb 12, 2022
2 parents 4dd0fe4 + 80d6f23 commit a755eff
Show file tree
Hide file tree
Showing 6 changed files with 886 additions and 513 deletions.
12 changes: 6 additions & 6 deletions apps/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.5.5",
"@apollo/client": "^3.5.8",
"@apollo/link-error": "^2.0.0-beta.3",
"@apollo/react-hooks": "^4.0.0",
"@apollo/react-ssr": "^4.0.0",
"@babel/core": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/runtime": "^7.16.3",
"@babel/runtime-corejs3": "^7.16.3",
"@babel/core": "^7.16.12",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/runtime": "^7.16.7",
"@babel/runtime-corejs3": "^7.16.8",
"@monorepo-starter/button": "^1.0.0",
"@preconstruct/next": "^3.0.1",
"apollo-boost": "^0.4.9",
"graphql": "^15.6.1",
"isomorphic-unfetch": "^3.1.0",
"next": "^12.0.4",
"next": "^12.0.8",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@keystone-next/auth": "^37.0.0",
"@keystone-next/fields-document": "^14.0.0",
"@keystone-next/keystone": "^29.0.0",
"typescript": "^4.5.2"
"typescript": "^4.5.5"
},
"repository": "https://github.com/OpenSaasAu/monorepo-starter/tree/master/backend"
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"test": "jest"
},
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/core": "^7.16.12",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@changesets/cli": "^2.18.1",
"@manypkg/cli": "^0.19.1",
"@preconstruct/cli": "^2.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "dist/monorepo-starter-button.cjs.js",
"module": "dist/monorepo-starter-button.esm.js",
"dependencies": {
"@babel/preset-typescript": "7.16.0",
"@babel/preset-typescript": "7.16.7",
"react": "^17.0.2"
},
"repository": "https://github.com/OpenSaasAu/monorepo-starter/tree/master/packages/button"
Expand Down
2 changes: 1 addition & 1 deletion services/graphql-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "node ."
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.16.7",
"apollo-server": "^2.25.3",
"graphql": "^15.6.1",
"graphql-tools": "^4.0.8"
Expand Down
Loading

0 comments on commit a755eff

Please sign in to comment.