Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
chore(deps): update npm to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent 923aeba commit a505d25
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"engines": {
"node": "^18",
"npm": "^9"
"npm": "^10.0.0"
},
"devDependencies": {
"del-cli": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"engines": {
"node": "^18",
"npm": "^9"
"npm": "^10.0.0"
},
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components-react-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"engines": {
"node": "^18",
"npm": "^9"
"npm": "^10.0.0"
},
"type": "module",
"main": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"engines": {
"node": "^18",
"npm": "^9"
"npm": "^10.0.0"
},
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit a505d25

Please sign in to comment.