Skip to content

Commit

Permalink
deps: bump the alwatr-dependencies group with 2 updates (#217)
Browse files Browse the repository at this point in the history
Bumps the alwatr-dependencies group with 2 updates: [@alwatr/nanolib](https://github.com/Alwatr/nanolib/tree/HEAD/packages/nanolib) and [@alwatr/nano-build](https://github.com/Alwatr/nanolib/tree/HEAD/packages/nano-build).


Updates `@alwatr/nanolib` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/Alwatr/nanolib/releases)
- [Changelog](https://github.com/Alwatr/nanolib/blob/next/packages/nanolib/CHANGELOG.md)
- [Commits](https://github.com/Alwatr/nanolib/commits/@alwatr/[email protected]/packages/nanolib)

Updates `@alwatr/nano-build` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/Alwatr/nanolib/releases)
- [Changelog](https://github.com/Alwatr/nanolib/blob/next/packages/nano-build/CHANGELOG.md)
- [Commits](https://github.com/Alwatr/nanolib/commits/@alwatr/[email protected]/packages/nano-build)

---
updated-dependencies:
- dependency-name: "@alwatr/nanolib"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alwatr-dependencies
- dependency-name: "@alwatr/nano-build"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: alwatr-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent a4d7ee4 commit a5fd542
Show file tree
Hide file tree
Showing 8 changed files with 174 additions and 164 deletions.
4 changes: 2 additions & 2 deletions packages/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/nanolib": "^1.2.0",
"@alwatr/nanolib": "^1.3.0",
"@alwatr/observable": "workspace:^"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.1",
"@alwatr/nano-build": "^2.0.2",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.2",
"@alwatr/type-helper": "^2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/fetch-state-machine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
},
"dependencies": {
"@alwatr/fsm": "workspace:^",
"@alwatr/nanolib": "^1.2.0"
"@alwatr/nanolib": "^1.3.0"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.1",
"@alwatr/nano-build": "^2.0.2",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.2",
"@alwatr/type-helper": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/flux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@alwatr/signal": "workspace:^"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.1",
"@alwatr/nano-build": "^2.0.2",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.2",
"@alwatr/type-helper": "^2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/fsm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/nanolib": "^1.2.0",
"@alwatr/nanolib": "^1.3.0",
"@alwatr/observable": "workspace:^"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.1",
"@alwatr/nano-build": "^2.0.2",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.2",
"@alwatr/type-helper": "^2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/nanolib": "^1.2.0"
"@alwatr/nanolib": "^1.3.0"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.1",
"@alwatr/nano-build": "^2.0.2",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.2",
"@alwatr/type-helper": "^2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/remote-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
},
"dependencies": {
"@alwatr/fetch-state-machine": "workspace:^",
"@alwatr/nanolib": "^1.2.0"
"@alwatr/nanolib": "^1.3.0"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.1",
"@alwatr/nano-build": "^2.0.2",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.2",
"@alwatr/type-helper": "^2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/signal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/nanolib": "^1.2.0",
"@alwatr/nanolib": "^1.3.0",
"@alwatr/observable": "workspace:^"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.1",
"@alwatr/nano-build": "^2.0.2",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.2",
"@alwatr/type-helper": "^2.0.2",
Expand Down
Loading

0 comments on commit a5fd542

Please sign in to comment.