Skip to content

Commit

Permalink
Upgrade all example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KidkArolis committed Nov 1, 2023
1 parent 04470cf commit 1e9f4ee
Show file tree
Hide file tree
Showing 8 changed files with 257 additions and 271 deletions.
18 changes: 9 additions & 9 deletions examples/hello-world/package-lock.json

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

18 changes: 9 additions & 9 deletions examples/lazy-loading/package-lock.json

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

111 changes: 88 additions & 23 deletions examples/serve-with-express/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/serve-with-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"express": "^4.18.2"
},
"scripts": {
"watch": "jetpack -x",
"watch": "../../bin/jetpack -x",
"start": "node .",
"build": "jetpack build"
"build": "../../bin/jetpack build"
}
}
Loading

0 comments on commit 1e9f4ee

Please sign in to comment.