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: the-guild-org/website
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 89cd5c377b7d3251382aee9a79cba1a3c1aee9df
Choose a base ref
..
head repository: the-guild-org/website
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 96a1ffe2b7985b4b6df8c33871ae203b7d6bf40f
Choose a head ref
Showing with 153 additions and 135 deletions.
  1. +1 −1 package.json
  2. +1 −1 packages/blog-sync/package.json
  3. +150 −132 pnpm-lock.yaml
  4. +1 −1 website/package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
"prettier:check": "prettier --cache --check ."
},
"devDependencies": {
"@theguild/eslint-config": "0.11.0",
"@theguild/eslint-config": "0.11.1",
"@theguild/prettier-config": "1.2.0",
"@vue/compiler-sfc": "^3.3.4",
"eslint": "8.56.0",
2 changes: 1 addition & 1 deletion packages/blog-sync/package.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"@types/js-yaml": "4.0.9",
"@types/node": "20.10.2",
"estree-walker": "3.0.3",
"globby": "13.2.2",
"globby": "14.0.0",
"guild-devto-nodejs-sdk": "1.0.6",
"js-yaml": "4.1.0",
"remark-frontmatter": "5.0.0",
Loading