Skip to content

Commit

Permalink
chore: upgrade pathe (#7551)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Jan 14, 2025
1 parent e679c28 commit d6d1ef2
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"ansi-colors": "^4.1.3",
"json-logic-js": "^2.0.5",
"json5": "^2.2.3",
"pathe": "^1.1.2",
"pathe": "^2.0.1",
"semver": "^7.6.3",
"winston": "^3.15.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"fflate": "^0.8.2",
"logform": "^2.6.1",
"nrf-intel-hex": "^1.4.0",
"pathe": "^1.1.2",
"pathe": "^2.0.1",
"reflect-metadata": "^0.2.2",
"semver": "^7.6.3",
"triple-beam": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/flash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@zwave-js/core": "workspace:*",
"pathe": "^1.1.2",
"pathe": "^2.0.1",
"yargs": "^17.7.2",
"zwave-js": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"alcalzone-shared": "^5.0.0",
"pathe": "^1.1.2"
"pathe": "^2.0.1"
},
"scripts": {
"build": "tsc -b tsconfig.build.json --pretty && yarn postbuild",
Expand Down
2 changes: 1 addition & 1 deletion packages/zwave-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"ky": "^1.7.2",
"mdns-server": "^1.0.11",
"p-queue": "^8.0.1",
"pathe": "^1.1.2",
"pathe": "^2.0.1",
"reflect-metadata": "^0.2.2",
"semver": "^7.6.3",
"serialport": "^12.0.0",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2545,7 +2545,7 @@ __metadata:
json-logic-js: "npm:^2.0.5"
json5: "npm:^2.2.3"
ky: "npm:^1.7.2"
pathe: "npm:^1.1.2"
pathe: "npm:^2.0.1"
peggy: "npm:^3.0.2"
semver: "npm:^7.6.3"
sinon: "npm:^19.0.2"
Expand Down Expand Up @@ -2578,7 +2578,7 @@ __metadata:
fflate: "npm:^0.8.2"
logform: "npm:^2.6.1"
nrf-intel-hex: "npm:^1.4.0"
pathe: "npm:^1.1.2"
pathe: "npm:^2.0.1"
reflect-metadata: "npm:^0.2.2"
semver: "npm:^7.6.3"
sinon: "npm:^19.0.2"
Expand Down Expand Up @@ -2615,7 +2615,7 @@ __metadata:
"@types/yargs": "npm:^17.0.33"
"@zwave-js/core": "workspace:*"
del-cli: "npm:^6.0.0"
pathe: "npm:^1.1.2"
pathe: "npm:^2.0.1"
typescript: "npm:5.7.3"
yargs: "npm:^17.7.2"
zwave-js: "workspace:*"
Expand Down Expand Up @@ -2815,7 +2815,7 @@ __metadata:
"@types/sinon": "npm:^17.0.3"
alcalzone-shared: "npm:^5.0.0"
del-cli: "npm:^6.0.0"
pathe: "npm:^1.1.2"
pathe: "npm:^2.0.1"
sinon: "npm:^19.0.2"
tsx: "npm:^4.19.2"
typescript: "npm:5.7.3"
Expand Down Expand Up @@ -7623,6 +7623,13 @@ __metadata:
languageName: node
linkType: hard

"pathe@npm:^2.0.1":
version: 2.0.1
resolution: "pathe@npm:2.0.1"
checksum: 10/f6b628b28b228a1960b30c969d8cdc989c0f7041af3904ce794f050b60846c6b599e72e6a491012b4f414c3c441a9adfc1be66ad5d51633ae42793d29e2f03d5
languageName: node
linkType: hard

"pathval@npm:^2.0.0":
version: 2.0.0
resolution: "pathval@npm:2.0.0"
Expand Down Expand Up @@ -9847,7 +9854,7 @@ __metadata:
mdns-server: "npm:^1.0.11"
mockdate: "npm:^3.0.5"
p-queue: "npm:^8.0.1"
pathe: "npm:^1.1.2"
pathe: "npm:^2.0.1"
reflect-metadata: "npm:^0.2.2"
semver: "npm:^7.6.3"
serialport: "npm:^12.0.0"
Expand Down

0 comments on commit d6d1ef2

Please sign in to comment.