Skip to content

Commit

Permalink
build(deps): bump vite from 5.1.4 to 5.2.14
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.4 to 5.2.14.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.2.14/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.14/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent e52a7c3 commit 8a88a11
Show file tree
Hide file tree
Showing 7 changed files with 496 additions and 12 deletions.
2 changes: 1 addition & 1 deletion views/backend/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"select2": "^4.0.13",
"tailwindcss": "^3.2.7",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite": "^5.2.14",
"vue": "^3.2.47"
}
}
2 changes: 1 addition & 1 deletion views/frontend/checkout-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@myparcel-woocommerce/vite-config": "workspace:*",
"@types/jquery": "^3.5.16",
"typescript": "^5.2.2",
"vite": "^5.0.0"
"vite": "^5.2.14"
}
}
2 changes: 1 addition & 1 deletion views/frontend/checkout-delivery-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/jquery": "^3.5.16",
"sass": "^1.58.3",
"typescript": "^5.2.2",
"vite": "^5.0.0"
"vite": "^5.2.14"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/jquery": "^3.5.16",
"sass": "^1.58.3",
"typescript": "^5.2.2",
"vite": "^5.0.0"
"vite": "^5.2.14"
}
}
2 changes: 1 addition & 1 deletion views/frontend/checkout-tax-fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@myparcel-woocommerce/vite-config": "workspace:*",
"@types/jquery": "^3.5.16",
"typescript": "^5.2.2",
"vite": "^5.0.0"
"vite": "^5.2.14"
}
}
2 changes: 1 addition & 1 deletion views/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"types": "index.d.ts",
"dependencies": {
"@vitest/coverage-v8": "^1.0.0",
"vite": "^5.0.0",
"vite": "^5.2.14",
"vite-plugin-custom-tsconfig": "^1.0.4",
"vite-plugin-dts": "^3.3.1",
"vitest": "^1.0.0"
Expand Down
Loading

0 comments on commit 8a88a11

Please sign in to comment.