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: chvndler/arie
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1199afbe7dae77a5c530e9afd9a34fcab88a25f5
Choose a base ref
..
head repository: chvndler/arie
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 348fc5691e9bdb96463e2d033a2a9000d1e4b2c0
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 package.json
  2. +1 −1 package/arie-react/package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
],
"author": "chvndler",
"license": "MIT",
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.2.0",
"devDependencies": {
"eslint": "^8.45.0",
"prettier": "^3.0.0",
2 changes: 1 addition & 1 deletion package/arie-react/package.json
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
},
"author": "chvndler",
"license": "MIT",
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.2.0",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"