Skip to content

Commit

Permalink
(chore): Bump dependencies (#242)
Browse files Browse the repository at this point in the history
* (chore): Bump yarn

* bump turbo
  • Loading branch information
NethmiRodrigo authored Feb 17, 2025
1 parent 865a157 commit e1afe92
Show file tree
Hide file tree
Showing 5 changed files with 967 additions and 958 deletions.
925 changes: 0 additions & 925 deletions .yarn/releases/yarn-4.4.0.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.4.0.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"sass": "^1.77.8",
"sass-loader": "^13.3.3",
"swc-loader": "^0.2.6",
"turbo": "^2.2.3",
"turbo": "^2.4.2",
"typescript": "^4.9.5",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
Expand All @@ -62,5 +62,5 @@
"*.{ts,tsx}": "eslint --cache --fix --max-warnings 0",
"*.{css,scss,ts,tsx}": "prettier --write --list-different"
},
"packageManager": "yarn@4.4.0"
"packageManager": "yarn@4.6.0"
}
60 changes: 30 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3337,7 +3337,7 @@ __metadata:
sass: "npm:^1.77.8"
sass-loader: "npm:^13.3.3"
swc-loader: "npm:^0.2.6"
turbo: "npm:^2.2.3"
turbo: "npm:^2.4.2"
typescript: "npm:^4.9.5"
webpack: "npm:^5.94.0"
webpack-cli: "npm:^5.1.4"
Expand Down Expand Up @@ -17779,58 +17779,58 @@ __metadata:
languageName: node
linkType: hard

"turbo-darwin-64@npm:2.2.3":
version: 2.2.3
resolution: "turbo-darwin-64@npm:2.2.3"
"turbo-darwin-64@npm:2.4.2":
version: 2.4.2
resolution: "turbo-darwin-64@npm:2.4.2"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"turbo-darwin-arm64@npm:2.2.3":
version: 2.2.3
resolution: "turbo-darwin-arm64@npm:2.2.3"
"turbo-darwin-arm64@npm:2.4.2":
version: 2.4.2
resolution: "turbo-darwin-arm64@npm:2.4.2"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"turbo-linux-64@npm:2.2.3":
version: 2.2.3
resolution: "turbo-linux-64@npm:2.2.3"
"turbo-linux-64@npm:2.4.2":
version: 2.4.2
resolution: "turbo-linux-64@npm:2.4.2"
conditions: os=linux & cpu=x64
languageName: node
linkType: hard

"turbo-linux-arm64@npm:2.2.3":
version: 2.2.3
resolution: "turbo-linux-arm64@npm:2.2.3"
"turbo-linux-arm64@npm:2.4.2":
version: 2.4.2
resolution: "turbo-linux-arm64@npm:2.4.2"
conditions: os=linux & cpu=arm64
languageName: node
linkType: hard

"turbo-windows-64@npm:2.2.3":
version: 2.2.3
resolution: "turbo-windows-64@npm:2.2.3"
"turbo-windows-64@npm:2.4.2":
version: 2.4.2
resolution: "turbo-windows-64@npm:2.4.2"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"turbo-windows-arm64@npm:2.2.3":
version: 2.2.3
resolution: "turbo-windows-arm64@npm:2.2.3"
"turbo-windows-arm64@npm:2.4.2":
version: 2.4.2
resolution: "turbo-windows-arm64@npm:2.4.2"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"turbo@npm:^2.2.3":
version: 2.2.3
resolution: "turbo@npm:2.2.3"
dependencies:
turbo-darwin-64: "npm:2.2.3"
turbo-darwin-arm64: "npm:2.2.3"
turbo-linux-64: "npm:2.2.3"
turbo-linux-arm64: "npm:2.2.3"
turbo-windows-64: "npm:2.2.3"
turbo-windows-arm64: "npm:2.2.3"
"turbo@npm:^2.4.2":
version: 2.4.2
resolution: "turbo@npm:2.4.2"
dependencies:
turbo-darwin-64: "npm:2.4.2"
turbo-darwin-arm64: "npm:2.4.2"
turbo-linux-64: "npm:2.4.2"
turbo-linux-arm64: "npm:2.4.2"
turbo-windows-64: "npm:2.4.2"
turbo-windows-arm64: "npm:2.4.2"
dependenciesMeta:
turbo-darwin-64:
optional: true
Expand All @@ -17846,7 +17846,7 @@ __metadata:
optional: true
bin:
turbo: bin/turbo
checksum: 10/ce7dc0b45d11ba9d2a435daad3357ad45e51a81583134912d1ff5b4569c6d233f56b5fc2459ad5c4a8d41ddec566574e34e5c8649ef64b7546348014bd371ea5
checksum: 10/31f0d3a6f1453afebbd1b38ac8080b9b846662452c8312ab98e382249b3e4b978535cba9437e3966802ce55992064f44d4632a62eb85ceec1fa46a1a2bf9d1e0
languageName: node
linkType: hard

Expand Down

0 comments on commit e1afe92

Please sign in to comment.