Skip to content

Commit

Permalink
[demo-ui] add npm-check-updates as dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Nov 27, 2024
1 parent 62e4ce3 commit 621ae8b
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 3 deletions.
15 changes: 15 additions & 0 deletions leshan-demo-bsserver/webapp/package-lock.json

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

1 change: 1 addition & 0 deletions leshan-demo-bsserver/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"browserslist-to-esbuild": "^1.2.0",
"eslint": "^8.0.0",
"eslint-plugin-vue": "^8.0.0",
"npm-check-updates": "^17.1.10",
"rollup-plugin-visualizer": "^5.9.3",
"sass": "~1.32.0",
"unplugin-vue-components": "^0.25.2",
Expand Down
7 changes: 4 additions & 3 deletions leshan-demo-server/webapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,15 @@ npm run lint

#### Update direct dependencies

Regularly we need to update direct dependencies, this can be done with :
Regularly we need to update direct dependencies.
This can be done with [npm-check-updates](https://www.npmjs.com/package/npm-check-updates)

```
npm outdated
npx npm-check-updates -i --format group -t minor
```
(we should test https://www.npmjs.com/package/npm-check-updates)

#### Update indirect depndencies
#### Update indirect dependencies

Sometime it is needed to upgrade indirect dependencies especially for security issues. (e.g. [dependabot alert](https://github.com/eclipse/leshan/security/dependabot))

Expand Down
15 changes: 15 additions & 0 deletions leshan-demo-server/webapp/package-lock.json

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

1 change: 1 addition & 0 deletions leshan-demo-server/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"browserslist-to-esbuild": "^1.2.0",
"eslint": "^8.0.0",
"eslint-plugin-vue": "^8.0.0",
"npm-check-updates": "^17.1.10",
"rollup-plugin-visualizer": "^5.9.3",
"sass": "~1.32.0",
"unplugin-vue-components": "^0.25.2",
Expand Down

0 comments on commit 621ae8b

Please sign in to comment.