Skip to content

Commit

Permalink
updates webpack to support Node >18
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed May 29, 2024
1 parent 3679f61 commit d09503a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/Datawheel/canon#readme",
"engines": {
"node": ">=12.0.0 <16.0.0"
"node": ">=16.0.0 <21.0.0"
},
"dependencies": {
"@babel/core": "^7.11.6",
Expand Down Expand Up @@ -149,7 +149,7 @@
"terser-webpack-plugin": "^4.2.3",
"url-loader": "^2.1.0",
"urllite": "^0.5.0",
"webpack": "4.44.2",
"webpack": "4.47",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^3.3.12",
"webpack-dev-middleware": "^3.7.0",
Expand Down

0 comments on commit d09503a

Please sign in to comment.