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: chrsep/chrsep.dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ccbe5bee3d7bba56ce2d39fa0082ef4b796350e7
Choose a base ref
..
head repository: chrsep/chrsep.dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2ac5fc182967ac419bd3f0b04d742f85a8f008a7
Choose a head ref
Showing with 97 additions and 107 deletions.
  1. +1 −1 apps/studio/package.json
  2. +2 −2 apps/web/package.json
  3. +94 −104 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion apps/studio/package.json
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
"@sanity/form-builder": "2.36.2",
"@sanity/vision": "2.36.2",
"caniuse-lite": "^1.0.30001341",
"eslint": "8.46.0",
"eslint": "8.47.0",
"prop-types": "15.8.1",
"react": "17",
"react-dom": "17",
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -24,8 +24,8 @@
"postcss-load-config": "4.0.1",
"prettier": "3.0.1",
"prettier-plugin-svelte": "3.0.3",
"prettier-plugin-tailwindcss": "0.4.1",
"svelte": "4.1.2",
"prettier-plugin-tailwindcss": "0.5.2",
"svelte": "4.2.0",
"svelte-check": "3.4.6",
"svelte-preprocess": "5.0.4",
"tailwindcss": "3.3.3",
Loading