Skip to content

Commit

Permalink
deps: update nanolib v1.4.0 and other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Oct 28, 2024
1 parent 056f5cd commit b8e7be7
Show file tree
Hide file tree
Showing 6 changed files with 239 additions and 245 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
10 changes: 5 additions & 5 deletions packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/nanolib": "^1.3.0"
"@alwatr/nanolib": "^1.4.0"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.2",
"@alwatr/nano-build": "^2.0.3",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.2",
"@alwatr/type-helper": "^2.0.2",
"@types/node": "^22.7.9",
"@alwatr/tsconfig-base": "^1.3.3",
"@alwatr/type-helper": "^2.0.3",
"@types/node": "^22.8.1",
"jest": "^29.7.0",
"typescript": "^5.6.3"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/nanolib": "^1.3.0"
"@alwatr/nanolib": "^1.4.0"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.2",
"@alwatr/nano-build": "^2.0.3",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.2",
"@alwatr/type-helper": "^2.0.2",
"@types/node": "^22.7.9",
"@alwatr/tsconfig-base": "^1.3.3",
"@alwatr/type-helper": "^2.0.3",
"@types/node": "^22.8.1",
"jest": "^29.7.0",
"typescript": "^5.6.3"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/nanotron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@
},
"dependencies": {
"@alwatr/crypto": "workspace:^",
"@alwatr/nanolib": "^1.3.0",
"@alwatr/nanolib": "^1.4.0",
"@alwatr/nanotron-api-server": "workspace:^",
"@alwatr/pre-handlers": "workspace:^"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.2",
"@alwatr/nano-build": "^2.0.3",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.2",
"@alwatr/type-helper": "^2.0.2",
"@types/node": "^22.7.9",
"@alwatr/tsconfig-base": "^1.3.3",
"@alwatr/type-helper": "^2.0.3",
"@types/node": "^22.8.1",
"jest": "^29.7.0",
"typescript": "^5.6.3"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/pre-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/nanolib": "^1.3.0"
"@alwatr/nanolib": "^1.4.0"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.2",
"@alwatr/nano-build": "^2.0.3",
"@alwatr/nanotron-api-server": "workspace:^",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.2",
"@alwatr/type-helper": "^2.0.2",
"@types/node": "^22.7.5",
"@alwatr/tsconfig-base": "^1.3.3",
"@alwatr/type-helper": "^2.0.3",
"@types/node": "^22.8.1",
"jest": "^29.7.0",
"typescript": "^5.6.3"
}
Expand Down
Loading

0 comments on commit b8e7be7

Please sign in to comment.