Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: redwoodjs/example-planetscale
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 76f072c7d520cfb9ca63159b71543174e12e7730
Choose a base ref
..
head repository: redwoodjs/example-planetscale
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ff0ed50b4c03c02c770ee12c782f99288a531e85
Choose a head ref
Showing with 343 additions and 320 deletions.
  1. +2 −2 api/package.json
  2. +1 −1 package.json
  3. +4 −4 web/package.json
  4. +336 −313 yarn.lock
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "1.1.1",
"@redwoodjs/graphql-server": "1.1.1"
"@redwoodjs/api": "1.2.0",
"@redwoodjs/graphql-server": "1.2.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "1.1.1"
"@redwoodjs/core": "1.2.0"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
8 changes: 4 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -13,10 +13,10 @@
]
},
"dependencies": {
"@redwoodjs/auth": "1.1.1",
"@redwoodjs/forms": "1.1.1",
"@redwoodjs/router": "1.1.1",
"@redwoodjs/web": "1.1.1",
"@redwoodjs/auth": "1.2.0",
"@redwoodjs/forms": "1.2.0",
"@redwoodjs/router": "1.2.0",
"@redwoodjs/web": "1.2.0",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2"
Loading