Skip to content

Commit

Permalink
deps: cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Oct 11, 2024
1 parent b57a97d commit 91eab0b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 26 deletions.
1 change: 0 additions & 1 deletion packages/helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"@alwatr/nitrobase-types": "workspace:^"
},
"devDependencies": {
"@alwatr/logger": "^4.0.5",
"@alwatr/nano-build": "^2.0.1",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.2",
Expand Down
3 changes: 1 addition & 2 deletions packages/nitrobase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,10 @@
"@alwatr/nitrobase-types": "workspace:^"
},
"devDependencies": {
"@alwatr/logger": "^4.0.5",
"@alwatr/nano-build": "^2.0.1",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.2",
"@alwatr/wait": "^1.1.16",
"@alwatr/type-helper": "^2.0.2",
"@types/node": "^22.7.5",
"typescript": "^5.6.3"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/nitrobase/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"rootDir": "src",
"outDir": "dist",
"emitDeclarationOnly": true,
"composite": true
"composite": true,
"types": ["node", "@alwatr/nano-build", "@alwatr/type-helper"]
},
"include": ["src/**/*.ts"]
}
24 changes: 2 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,6 @@ __metadata:
languageName: node
linkType: hard

"@alwatr/global-scope@npm:^1.1.21":
version: 1.1.24
resolution: "@alwatr/global-scope@npm:1.1.24"
dependencies:
"@alwatr/package-tracer": "npm:^1.0.2"
checksum: 10c0/37e6864e9077ae8b5419e8a8126c2c7f280011c71c7a9fbb7d2f1e54e72925ec1a4852fd5d166c42138e82bc017abdcfb6c952703232d8bfb48adf7f049f5926
languageName: node
linkType: hard

"@alwatr/global-this@npm:^1.0.0":
version: 1.0.0
resolution: "@alwatr/global-this@npm:1.0.0"
Expand Down Expand Up @@ -205,7 +196,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@alwatr/nitrobase-helper@workspace:packages/helper"
dependencies:
"@alwatr/logger": "npm:^4.0.5"
"@alwatr/nano-build": "npm:^2.0.1"
"@alwatr/nanolib": "npm:^1.2.0"
"@alwatr/nitrobase-types": "workspace:^"
Expand Down Expand Up @@ -257,7 +247,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@alwatr/nitrobase@workspace:packages/nitrobase"
dependencies:
"@alwatr/logger": "npm:^4.0.5"
"@alwatr/nano-build": "npm:^2.0.1"
"@alwatr/nanolib": "npm:^1.2.0"
"@alwatr/nitrobase-engine": "workspace:^"
Expand All @@ -266,7 +255,7 @@ __metadata:
"@alwatr/nitrobase-types": "workspace:^"
"@alwatr/prettier-config": "npm:^1.0.6"
"@alwatr/tsconfig-base": "npm:^1.3.2"
"@alwatr/wait": "npm:^1.1.16"
"@alwatr/type-helper": "npm:^2.0.2"
"@types/node": "npm:^22.7.5"
typescript: "npm:^5.6.3"
languageName: unknown
Expand All @@ -284,7 +273,7 @@ __metadata:
languageName: node
linkType: hard

"@alwatr/package-tracer@npm:^1.0.2, @alwatr/package-tracer@npm:^1.0.5":
"@alwatr/package-tracer@npm:^1.0.5":
version: 1.0.5
resolution: "@alwatr/package-tracer@npm:1.0.5"
checksum: 10c0/4ade05b1e46046eec097e79d896bdd59f0ae9014be8ef16a888b9f94ef4138621bc80ebcd7a8cdaee7ce5591fbc1a452f8876459bd7c2ab4c622c84715551e9a
Expand Down Expand Up @@ -359,15 +348,6 @@ __metadata:
languageName: node
linkType: hard

"@alwatr/wait@npm:^1.1.16":
version: 1.1.16
resolution: "@alwatr/wait@npm:1.1.16"
dependencies:
"@alwatr/global-scope": "npm:^1.1.21"
checksum: 10c0/3ac3af8b6c913a1f0414bc8893ac3ba0175a6e4e2732395a8f2ee263d3a2f65bb22bcfef78d57b611d00be0d75b9cf535ebf854c99db25b51cfd47e9d41e9b23
languageName: node
linkType: hard

"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.21.4, @babel/code-frame@npm:^7.22.13":
version: 7.24.2
resolution: "@babel/code-frame@npm:7.24.2"
Expand Down

0 comments on commit 91eab0b

Please sign in to comment.