Skip to content

Commit

Permalink
fix: Update pathe dependencies everywhere (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbud authored Nov 25, 2023
1 parent ec40fec commit 30550fd
Show file tree
Hide file tree
Showing 7 changed files with 256 additions and 64 deletions.
2 changes: 1 addition & 1 deletion packages/histoire-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"concurrently": "^7.6.0",
"fs-extra": "^10.1.0",
"globby": "^13.2.2",
"pathe": "^0.2.0",
"pathe": "^1.1.1",
"postcss": "^8.4.31",
"postcss-import": "^14.1.0",
"tailwindcss": "^3.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-percy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@percy/sdk-utils": "^1.27.4",
"defu": "^6.1.3",
"fs-extra": "^10.1.0",
"pathe": "^0.2.0",
"pathe": "^1.1.1",
"puppeteer": "^13.7.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"capture-website": "^2.4.1",
"defu": "^6.1.3",
"fs-extra": "^10.1.0",
"pathe": "^0.2.0"
"pathe": "^1.1.1"
},
"devDependencies": {
"@types/node": "^17.0.45",
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"change-case": "^4.1.2",
"globby": "^13.2.2",
"launch-editor": "^2.6.1",
"pathe": "^0.2.0"
"pathe": "^1.1.1"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"change-case": "^4.1.2",
"globby": "^13.2.2",
"launch-editor": "^2.6.1",
"pathe": "^0.2.0"
"pathe": "^1.1.1"
},
"devDependencies": {
"@types/node": "^17.0.45",
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/fs-extra": "^9.0.13",
"@types/markdown-it": "^12.2.3",
"chokidar": "^3.5.3",
"pathe": "^0.2.0",
"pathe": "^1.1.1",
"picocolors": "^1.0.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 30550fd

Please sign in to comment.