Skip to content

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
hschimke committed Dec 20, 2024
1 parent dc7a795 commit 5eab19f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/webpack+js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"engines" : {
"node" : ">=18.0.0"
"engines": {
"node": ">=23.0.0"
},
"dependencies": {
"rxing-wasm": "0.3.3"
"rxing-wasm": "^0.3.3"
}
}

0 comments on commit 5eab19f

Please sign in to comment.