Compare commits

..

3 Commits

Author SHA1 Message Date
cuddle-please
f449017320 chore(release): 0.1.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-02-13 05:04:15 +00:00
a69819ac82 chore(deps): update dependency @types/node to v22.13.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-02-13 05:03:30 +00:00
534393f671 fix(deps): update dependency pg to v8.13.3
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2025-02-13 01:03:35 +00:00
2 changed files with 9 additions and 7 deletions

View File

@ -6,13 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.1.0] - 2025-02-12
## [0.1.0] - 2025-02-13
### Added
- without node
- add stuff
### Fixed
- *(deps)* update dependency pg to v8.13.3
- *(deps)* update material-ui monorepo to v6.4.4
- *(deps)* update material-ui monorepo to v6.4.3
- *(deps)* update react-router monorepo to v7.1.5
@ -71,6 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- *(deps)* update dependency @material-ui/lab to v4.0.0-alpha.61
### Other
- *(deps)* update dependency @types/node to v22.13.2
- *(deps)* update all dependencies
- *(deps)* update dependency prettier to v3.5.0
- *(deps)* update dependency cypress to v14.0.2

View File

@ -10565,9 +10565,9 @@
"@types/node" "*"
"@types/node@*", "@types/node@^22.0.0":
version "22.13.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.1.tgz#a2a3fefbdeb7ba6b89f40371842162fac0934f33"
integrity sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==
version "22.13.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.2.tgz#6f401c5ccadac75354f5652128e9fcc3b0cf23b7"
integrity sha512-Z+r8y3XL9ZpI2EY52YYygAFmo2/oWfNSj4BCpAXE2McAexDk8VcnBMGC9Djn9gTKt4d2T/hhXqmPzo4hfIXtTg==
dependencies:
undici-types "~6.20.0"
@ -22465,9 +22465,9 @@ pg@^8.11.3:
pg-cloudflare "^1.1.1"
pg@^8.3.0:
version "8.13.2"
resolved "https://registry.yarnpkg.com/pg/-/pg-8.13.2.tgz#1839ce186f10cd95a77932f04d36f08e37c67827"
integrity sha512-L5QkPvTjVWWHbLaFjCkOSplpb2uCiRYbg0IJ2okCy5ClYfWlSgDDnvdR6dyw3EWAH2AfS4j8E61QFI7gLfTtlw==
version "8.13.3"
resolved "https://registry.yarnpkg.com/pg/-/pg-8.13.3.tgz#19cd021d1f9e9d26d860b80cd450f109a8652738"
integrity sha512-P6tPt9jXbL9HVu/SSRERNYaYG++MjnscnegFh9pPHihfoBSujsrka0hyuymMzeJKFWrcG8wvCKy8rCe8e5nDUQ==
dependencies:
pg-connection-string "^2.7.0"
pg-pool "^3.7.1"