Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: reduxjs/vue-redux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: reduxjs/vue-redux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dependabot/npm_and_yarn/vite-5.4.12
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jan 22, 2025

  1. chore(deps-dev): bump vite from 5.4.2 to 5.4.12

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.2 to 5.4.12.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 22, 2025
    Copy the full SHA
    139b89d View commit details
Showing with 647 additions and 341 deletions.
  1. +1 −1 examples/vue/simple/package.json
  2. +1 −1 packages/vue-redux/package.json
  3. +645 −339 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion examples/vue/simple/package.json
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.3",
"typescript": "5.4.2",
"vite": "^5.4.2",
"vite": "^5.4.12",
"vue-tsc": "^2.0.26"
}
}
2 changes: 1 addition & 1 deletion packages/vue-redux/package.json
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@
"redux": "^5.0.1",
"@reduxjs/toolkit": "^2.2.7",
"@vitejs/plugin-vue": "^5.1.3",
"vite": "^5.4.2",
"vite": "^5.4.12",
"vue": "^3.3.4"
},
"peerDependencies": {
Loading