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: weiran-zsd/react-app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eae5f31c54fa0d5cb6facb8436295c1d9b656794
Choose a base ref
..
head repository: weiran-zsd/react-app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4017e6f3bfc079b642d134e9308c0ed1c73f9f9d
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +4 −4 package.json
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -40,14 +40,14 @@
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"@tsconfig/vite-react": "^1.0.1",
"@types/react": "^17.0.50",
"@types/react-dom": "^18.0.6",
"@types/react": "^17.0.52",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "latest",
"c8": "^7.12.0",
"eslint-config-react-app": "^7.0.1",
"jsdom": "^20.0.1",
"jsdom": "^20.0.3",
"typescript": "latest",
"vite": "latest",
"vitest": "^0.23.4"
"vitest": "^0.25.2"
}
}