Skip to content

Commit

Permalink
chore(deps): bump the production-dependencies group with 7 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [@alwatr/crypto](https://github.com/AliMD/alwatr/tree/HEAD/core/crypto), [@alwatr/icon](https://github.com/AliMD/alwatr/tree/HEAD/ui/icon), [@alwatr/math](https://github.com/AliMD/alwatr/tree/HEAD/core/math), [@alwatr/router](https://github.com/AliMD/alwatr/tree/HEAD/core/router), [@alwatr/storage-client](https://github.com/AliMD/alwatr/tree/HEAD/core/storage-client), [@alwatr/storage-engine](https://github.com/AliMD/alwatr/tree/HEAD/core/storage-engine) and [@alwatr/validator](https://github.com/AliMD/alwatr/tree/HEAD/core/validator) to permit the latest version.

Updates `@alwatr/crypto` to 1.1.2
- [Release notes](https://github.com/AliMD/alwatr/releases)
- [Changelog](https://github.com/AliMD/alwatr/blob/next/core/crypto/CHANGELOG.md)
- [Commits](https://github.com/AliMD/alwatr/commits/@alwatr/[email protected]/core/crypto)

Updates `@alwatr/icon` to 1.1.2
- [Release notes](https://github.com/AliMD/alwatr/releases)
- [Changelog](https://github.com/AliMD/alwatr/blob/next/ui/icon/CHANGELOG.md)
- [Commits](https://github.com/AliMD/alwatr/commits/@alwatr/[email protected]/ui/icon)

Updates `@alwatr/math` to 1.1.2
- [Release notes](https://github.com/AliMD/alwatr/releases)
- [Changelog](https://github.com/AliMD/alwatr/blob/next/core/math/CHANGELOG.md)
- [Commits](https://github.com/AliMD/alwatr/commits/@alwatr/[email protected]/core/math)

Updates `@alwatr/router` to 1.1.2
- [Release notes](https://github.com/AliMD/alwatr/releases)
- [Changelog](https://github.com/AliMD/alwatr/blob/next/core/router/CHANGELOG.md)
- [Commits](https://github.com/AliMD/alwatr/commits/@alwatr/[email protected]/core/router)

Updates `@alwatr/storage-client` to 1.1.2
- [Release notes](https://github.com/AliMD/alwatr/releases)
- [Changelog](https://github.com/AliMD/alwatr/blob/next/core/storage-client/CHANGELOG.md)
- [Commits](https://github.com/AliMD/alwatr/commits/@alwatr/[email protected]/core/storage-client)

Updates `@alwatr/storage-engine` to 1.1.2
- [Release notes](https://github.com/AliMD/alwatr/releases)
- [Changelog](https://github.com/AliMD/alwatr/blob/next/core/storage-engine/CHANGELOG.md)
- [Commits](https://github.com/AliMD/alwatr/commits/@alwatr/[email protected]/core/storage-engine)

Updates `@alwatr/validator` to 1.1.2
- [Release notes](https://github.com/AliMD/alwatr/releases)
- [Changelog](https://github.com/AliMD/alwatr/blob/next/core/validator/CHANGELOG.md)
- [Commits](https://github.com/AliMD/alwatr/commits/@alwatr/[email protected]/core/validator)

---
updated-dependencies:
- dependency-name: "@alwatr/crypto"
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: "@alwatr/icon"
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: "@alwatr/math"
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: "@alwatr/router"
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: "@alwatr/storage-client"
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: "@alwatr/storage-engine"
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: "@alwatr/validator"
  dependency-type: direct:production
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 05d9b5b commit a966e6d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"type": "module",
"private": "true",
"dependencies": {
"@alwatr/crypto": "^1.0.0",
"@alwatr/crypto": "^1.1.2",
"@alwatr/fetch": "^1.0.0",
"@alwatr/icon": "^1.0.0",
"@alwatr/icon": "^1.1.2",
"@alwatr/logger": "^1.0.0",
"@alwatr/math": "^1.0.0",
"@alwatr/router": "^1.0.0",
"@alwatr/math": "^1.1.2",
"@alwatr/router": "^1.1.2",
"@alwatr/signal": "^1.0.0",
"@alwatr/storage-client": "^1.0.0",
"@alwatr/storage-engine": "^1.0.0",
"@alwatr/storage-client": "^1.1.2",
"@alwatr/storage-engine": "^1.1.2",
"@alwatr/type": "^1.0.0",
"@alwatr/util": "^1.0.0",
"@alwatr/validator": "^1.0.0",
"@alwatr/validator": "^1.1.2",
"tslib": "^2.6.2"
}
}

0 comments on commit a966e6d

Please sign in to comment.