Skip to content

Commit

Permalink
chore: update deps. (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
morganney authored Jan 20, 2024
1 parent 9c34969 commit 46df8b2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magic-comments-loader",
"version": "2.0.4",
"version": "2.0.5",
"description": "Add webpack magic comments to your dynamic imports at build time.",
"main": "dist",
"type": "module",
Expand Down Expand Up @@ -33,11 +33,12 @@
},
"keywords": [
"webpack",
"magic",
"comments",
"magic comments",
"loader",
"dynamic",
"import"
"import",
"build",
"config"
],
"author": "Morgan Ney <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -67,7 +68,7 @@
"acorn-jsx": "^5.3.2",
"acorn-jsx-walk": "^2.0.0",
"acorn-walk": "^8.2.0",
"magic-comments": "^2.1.1",
"magic-comments": "^2.1.11",
"magic-string": "^0.30.0",
"micromatch": "^4.0.4",
"schema-utils": "^4.1.0"
Expand Down

0 comments on commit 46df8b2

Please sign in to comment.