Skip to content

Commit

Permalink
Update dependency serve to v14.2.3 (#2350)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 29, 2024
1 parent a2580a9 commit 7428868
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion examples/maven/src/main/frontend/package.json
Expand Up @@ -12,7 +12,7 @@
"@types/react": "^18.0.0",
"react-loadable": "5.5.0",
"react-tabs": "6.0.2",
"serve": "14.2.2",
"serve": "14.2.3",
"webpack": "5.91.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-swc/package.json
Expand Up @@ -12,7 +12,7 @@
"@types/react": "^18.0.0",
"react-loadable": "5.5.0",
"react-tabs": "6.0.2",
"serve": "14.2.2",
"serve": "14.2.3",
"webpack": "5.91.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/package.json
Expand Up @@ -13,7 +13,7 @@
"@types/react": "^18.0.0",
"react-loadable": "5.5.0",
"react-tabs": "6.0.2",
"serve": "14.2.2",
"serve": "14.2.3",
"webpack": "5.91.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Expand Up @@ -13,7 +13,7 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react-tabs": "6.0.2",
"serve": "14.2.2",
"serve": "14.2.3",
"webpack": "5.91.0"
},
"devDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Expand Up @@ -3730,10 +3730,10 @@ __metadata:
languageName: node
linkType: hard

"@zeit/schemas@npm:2.29.0":
version: 2.29.0
resolution: "@zeit/schemas@npm:2.29.0"
checksum: 10c0/57532f88f7d7962a10852584fb1c0c7f5bc79302bf6e92e575c32ce06d3639a125de5ca151cc23675dca1d5743750077f9f7342a8ffcaf59cea67ce504e8651e
"@zeit/schemas@npm:2.36.0":
version: 2.36.0
resolution: "@zeit/schemas@npm:2.36.0"
checksum: 10c0/858c3ae46d23122f65d576013dc74f120af0ca7f3256c4b7077bcd12e952c8f71d8241a5165c23d18f6378e198a1db7e93bc8fae8ed0769e4cf4e2df953ee955
languageName: node
linkType: hard

Expand Down Expand Up @@ -5410,7 +5410,7 @@ __metadata:
react-dom: "npm:18.2.0"
react-loadable: "npm:5.5.0"
react-tabs: "npm:6.0.2"
serve: "npm:14.2.2"
serve: "npm:14.2.3"
webpack: "npm:5.91.0"
languageName: unknown
linkType: soft
Expand All @@ -5429,7 +5429,7 @@ __metadata:
react-dom: "npm:18.2.0"
react-loadable: "npm:5.5.0"
react-tabs: "npm:6.0.2"
serve: "npm:14.2.2"
serve: "npm:14.2.3"
webpack: "npm:5.91.0"
languageName: unknown
linkType: soft
Expand All @@ -5451,7 +5451,7 @@ __metadata:
react-dom: "npm:18.2.0"
react-loadable: "npm:5.5.0"
react-tabs: "npm:6.0.2"
serve: "npm:14.2.2"
serve: "npm:14.2.3"
webpack: "npm:5.91.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -5489,7 +5489,7 @@ __metadata:
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
react-tabs: "npm:6.0.2"
serve: "npm:14.2.2"
serve: "npm:14.2.3"
webpack: "npm:5.91.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -12331,11 +12331,11 @@ __metadata:
languageName: node
linkType: hard

"serve@npm:14.2.2":
version: 14.2.2
resolution: "serve@npm:14.2.2"
"serve@npm:14.2.3":
version: 14.2.3
resolution: "serve@npm:14.2.3"
dependencies:
"@zeit/schemas": "npm:2.29.0"
"@zeit/schemas": "npm:2.36.0"
ajv: "npm:8.12.0"
arg: "npm:5.0.2"
boxen: "npm:7.0.0"
Expand All @@ -12348,7 +12348,7 @@ __metadata:
update-check: "npm:1.5.4"
bin:
serve: build/main.js
checksum: 10c0/76ac47849ad17b6f325e954ab23478e53acf5c1e17996695f4c4406e704be586c0584442ca4b7a4859b6c30c71a984684db8e046bd7b0cfbf9bb4efc478867a2
checksum: 10c0/b03c683f02ad99852b5ec9ce88b26a1dee6276b26d89c7b85c23a487a75cee7ddd63fec38c2b7d7563803b223d3bd8a2cd1996c286188f9e4b1276876bc0faad
languageName: node
linkType: hard

Expand Down

0 comments on commit 7428868

Please sign in to comment.