Skip to content

Commit

Permalink
fix(deps): dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Dec 27, 2023
1 parent c684724 commit b129567
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 34 deletions.
5 changes: 2 additions & 3 deletions packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,15 @@
"dependencies": {
"@alwatr/flat-string": "^1.0.10",
"@alwatr/logger": "^2.4.1",
"@alwatr/util": "^1.4.1",
"@alwatr/store-reference": "workspace:^",
"exit-hook": "^4.0.0"
},
"devDependencies": {
"@alwatr/nano-build": "^1.2.2",
"@alwatr/prettier-config": "^1.0.4",
"@alwatr/store-reference": "workspace:^",
"@alwatr/store-types": "workspace:^",
"@alwatr/tsconfig-base": "^1.0.5",
"@alwatr/type": "^1.2.4",
"@alwatr/type-helper": "^1.0.1",
"@types/node": "^20.10.5",
"typescript": "^5.3.3"
}
Expand Down
6 changes: 4 additions & 2 deletions packages/store-reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@
"watch:ts": "yarn run build:ts --watch --preserveWatchOutput",
"clean": "rm -rfv dist *.tsbuildinfo"
},
"devDependencies": {
"dependencies": {
"@alwatr/flat-string": "^1.0.10",
"@alwatr/logger": "^2.4.1",
"@alwatr/logger": "^2.4.1"
},
"devDependencies": {
"@alwatr/nano-build": "^1.2.2",
"@alwatr/prettier-config": "^1.0.4",
"@alwatr/store-types": "workspace:^",
Expand Down
30 changes: 1 addition & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@ __metadata:
languageName: node
linkType: hard

"@alwatr/math@npm:^1.3.1":
version: 1.3.1
resolution: "@alwatr/math@npm:1.3.1"
dependencies:
"@alwatr/logger": "npm:^2.4.1"
checksum: 646acce0420ca2f3f338962e69f2800961679709c957f3654cdcd7dbb893d7957917a99d0c414d4f56286644d976eb0c785fe04830d2048b3d3c7c70c4baa0dc
languageName: node
linkType: hard

"@alwatr/nano-build@npm:^1.2.2":
version: 1.2.2
resolution: "@alwatr/nano-build@npm:1.2.2"
Expand Down Expand Up @@ -79,8 +70,7 @@ __metadata:
"@alwatr/store-reference": "workspace:^"
"@alwatr/store-types": "workspace:^"
"@alwatr/tsconfig-base": "npm:^1.0.5"
"@alwatr/type": "npm:^1.2.4"
"@alwatr/util": "npm:^1.4.1"
"@alwatr/type-helper": "npm:^1.0.1"
"@types/node": "npm:^20.10.5"
exit-hook: "npm:^4.0.0"
typescript: "npm:^5.3.3"
Expand Down Expand Up @@ -130,24 +120,6 @@ __metadata:
languageName: node
linkType: hard

"@alwatr/type@npm:^1.2.4":
version: 1.2.4
resolution: "@alwatr/type@npm:1.2.4"
checksum: 9835f61a768ea295a062d1ac50b5e935a4b6c0f175f0d37f55b9bd848cf48a0af3bb5633fc31408b636a2966f6c8dce36036d648a51de25c7d76aeacf0f804b3
languageName: node
linkType: hard

"@alwatr/util@npm:^1.4.1":
version: 1.4.1
resolution: "@alwatr/util@npm:1.4.1"
dependencies:
"@alwatr/logger": "npm:^2.4.1"
"@alwatr/math": "npm:^1.3.1"
"@alwatr/type": "npm:^1.2.4"
checksum: 666bfc0880f08527f9cb37a5fb750137f4679cc995ff77bec3ea662f4aca2314a20b67f1deed12d9c5cfb62201fe09405ab351d701160cc55cc7359b549cf657
languageName: node
linkType: hard

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

0 comments on commit b129567

Please sign in to comment.