Skip to content

Commit

Permalink
chore(deps): update serve to 14.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Oct 15, 2024
1 parent 2bccd4a commit d2b6c59
Show file tree
Hide file tree
Showing 12 changed files with 82 additions and 141 deletions.
58 changes: 26 additions & 32 deletions examples/config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions examples/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@
"private": true,
"devDependencies": {
"cypress": "13.15.0",
"serve": "14.2.3",
"serve": "14.2.4",
"start-server-and-test": "2.0.3"
},
"overrides": {
"serve": {
"path-to-regexp": "3.3.0"
}
}
}
7 changes: 1 addition & 6 deletions examples/start-and-pnpm-workspaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,5 @@
"name": "start-and-pnpm-workspaces",
"version": "1.0.0",
"description": "example using pnpm with workspaces",
"private": true,
"pnpm": {
"overrides": {
"path-to-regexp": "3.3.0"
}
}
"private": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"private": true,
"devDependencies": {
"cypress": "13.15.0",
"serve": "14.2.3"
"serve": "14.2.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"private": true,
"devDependencies": {
"cypress": "13.15.0",
"serve": "14.2.3"
"serve": "14.2.4"
}
}
38 changes: 11 additions & 27 deletions examples/start-and-pnpm-workspaces/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions examples/start-and-yarn-workspaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
"workspaces": [
"workspace-1",
"workspace-2"
],
"resolutions": {
"path-to-regexp": "3.3.0"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"private": true,
"devDependencies": {
"cypress": "13.15.0",
"serve": "14.2.3"
"serve": "14.2.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"private": true,
"devDependencies": {
"cypress": "13.15.0",
"serve": "14.2.3"
"serve": "14.2.4"
}
}
Loading

0 comments on commit d2b6c59

Please sign in to comment.