Compare commits

..

2 Commits

Author SHA1 Message Date
cuddle-please
ae8ad63e29 chore(release): 0.1.0
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
2024-12-24 01:07:23 +00:00
2d8def92a3 fix(deps): update react-router monorepo to v7.1.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-12-24 01:05:11 +00:00
3 changed files with 16 additions and 14 deletions

View File

@ -6,13 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.1.0] - 2024-12-22
## [0.1.0] - 2024-12-24
### Added
- without node
- add stuff
### Fixed
- *(deps)* update material-ui monorepo to v6.3.0
- *(deps)* update react-router monorepo to v7.1.1
- *(deps)* update react-router monorepo to v7.1.0
- *(deps)* update dependency @backstage/plugin-scaffolder to v1.27.3
- *(deps)* update backstage monorepo

View File

@ -38,8 +38,8 @@
"history": "^5.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router": "7.1.0",
"react-router-dom": "7.1.0",
"react-router": "7.1.1",
"react-router-dom": "7.1.1",
"react-use": "^17.0.0"
},
"devDependencies": {

View File

@ -11531,8 +11531,8 @@ anymatch@^3.0.3, anymatch@~3.1.2:
history "^5.0.0"
react "^18.0.0"
react-dom "^18.0.0"
react-router "7.1.0"
react-router-dom "7.1.0"
react-router "7.1.1"
react-router-dom "7.1.1"
react-use "^17.0.0"
append-field@^1.0.0:
@ -23529,17 +23529,17 @@ react-resizable@^3.0.5:
prop-types "15.x"
react-draggable "^4.0.3"
react-router-dom@7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.1.0.tgz#5e48f6499a1b788edd5aacb4009d929d5f3dd4e1"
integrity sha512-F4/nYBC9e4s0/ZjxM8GkZ9a68DpX76LN1a9W9mfPl2GfbDJ9/vzJro6MThNR5qGBH6KkgcK1BziyEzXhHV46Xw==
react-router-dom@7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.1.1.tgz#9e76fb63a762ba5da13032f5fd9e4a24946396b6"
integrity sha512-vSrQHWlJ5DCfyrhgo0k6zViOe9ToK8uT5XGSmnuC2R3/g261IdIMpZVqfjD6vWSXdnf5Czs4VA/V60oVR6/jnA==
dependencies:
react-router "7.1.0"
react-router "7.1.1"
react-router@7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.1.0.tgz#85911e27aae8c4a57482f2404aef65ac9ca68a10"
integrity sha512-VcFhWqkNIcojDRYaUO8qV0Jib52s9ULpCp3nkBbmrvtoCVFRp6tmk3tJ2w9BZauVctA1YRnJlFYDn9iJRuCpGA==
react-router@7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.1.1.tgz#88f5657fa5b8f0b918c7222ec710de0274d00b2e"
integrity sha512-39sXJkftkKWRZ2oJtHhCxmoCrBCULr/HAH4IT5DHlgu/Q0FCPV0S4Lx+abjDTx/74xoZzNYDYbOZWlJjruyuDQ==
dependencies:
"@types/cookie" "^0.6.0"
cookie "^1.0.1"