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: pmndrs/react-spring
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 953910c03705f48590ab73121f5eede65fa6dd82
Choose a base ref
..
head repository: pmndrs/react-spring
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a30c5b2521b37845b69bf2748f5db46e394e554a
Choose a head ref
Showing with 157 additions and 115 deletions.
  1. +1 −1 .github/publish-ci/vite/package.json
  2. +153 −111 .github/publish-ci/vite/yarn.lock
  3. +2 −2 docs/app/routes/docs/concepts/controllers-and-springs.mdx
  4. +1 −1 docs/app/routes/docs/guides/testing.mdx
2 changes: 1 addition & 1 deletion .github/publish-ci/vite/package.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
"@types/node": "^18.16.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^4.0.4",
"@vitejs/plugin-react": "^4.1.0",
"prettier": "^2.8.4",
"typescript": "^4.9.4",
"vite": "^4.0.0"
Loading