Skip to content

Commit

Permalink
deps: update
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Oct 16, 2024
1 parent ec3b4b9 commit 8917c2e
Show file tree
Hide file tree
Showing 5 changed files with 270 additions and 273 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"devDependencies": {
"@alwatr/eslint-config": "^1.2.11",
"@alwatr/prettier-config": "^1.0.6",
"@lerna-lite/changed": "^3.9.3",
"@lerna-lite/cli": "^3.9.3",
"@lerna-lite/diff": "^3.9.3",
"@lerna-lite/exec": "^3.9.3",
"@lerna-lite/publish": "^3.9.3",
"@lerna-lite/run": "^3.9.3",
"@lerna-lite/version": "^3.9.3",
"@lerna-lite/changed": "^3.10.0",
"@lerna-lite/cli": "^3.10.0",
"@lerna-lite/diff": "^3.10.0",
"@lerna-lite/exec": "^3.10.0",
"@lerna-lite/publish": "^3.10.0",
"@lerna-lite/run": "^3.10.0",
"@lerna-lite/version": "^3.10.0",
"@types/jest": "^29.5.13",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,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/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,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/nanotron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
},
"dependencies": {
"@alwatr/crypto": "workspace:^",
"@alwatr/nanolib": "^1.2.0",
"@alwatr/nanolib": "^1.3.0",
"@alwatr/nanotron-api-server": "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 8917c2e

Please sign in to comment.