Compare commits

..

4 Commits

Author SHA1 Message Date
dependabot[bot]
206dde45ba chore(deps-dev): bump vite from 7.3.6 to 8.1.3
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.6 to 8.1.3.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.1.3/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.1.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-02 08:42:42 +00:00
David Ralph
678e1d7116 Update copyright year and holder in LICENSE file (#1169) 2026-04-27 00:34:06 +01:00
dependabot[bot]
7531ef00f1 chore(deps): bump react-toastify from 11.0.5 to 11.1.0 (#1165)
Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 11.0.5 to 11.1.0.
- [Release notes](https://github.com/fkhadra/react-toastify/releases)
- [Commits](https://github.com/fkhadra/react-toastify/compare/v11.0.5...v11.1.0)

---
updated-dependencies:
- dependency-name: react-toastify
  dependency-version: 11.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Ralph <14052956+davidcralph@users.noreply.github.com>
2026-04-24 20:47:19 +01:00
Alex Sparkes
ebfccb605f chore: add submit-beta and update submit workflows for automated store deployment (#1168) 2026-04-24 15:06:14 +01:00
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
BSD 3-Clause License
Copyright (c) 2019-2026 The Mue Authors
Copyright (c) 2023-2025 Kaiso One Ltd
Copyright (c) 2018-2019 David Ralph
All rights reserved.

View File

@@ -35,7 +35,7 @@
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"react-modal": "3.16.3",
"react-toastify": "11.0.5",
"react-toastify": "11.1.0",
"use-debounce": "^10.1.0"
},
"devDependencies": {
@@ -56,7 +56,7 @@
"stylelint": "^17.0.0",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-scss": "^7.0.0",
"vite": "^7.3.1",
"vite": "^8.1.3",
"vite-plugin-progress": "^0.0.7"
},
"scripts": {