Skip to content

Commit 9b182db

Browse files
authored
chore: update deps. (#43)
1 parent a446349 commit 9b182db

File tree

3 files changed

+18
-19
lines changed

3 files changed

+18
-19
lines changed

package-lock.json

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magic-comments-loader",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "Add webpack magic comments to your dynamic imports at build time.",
55
"main": "dist",
66
"type": "module",
@@ -65,10 +65,9 @@
6565
"acorn-jsx": "^5.3.2",
6666
"acorn-jsx-walk": "^2.0.0",
6767
"acorn-walk": "^8.2.0",
68-
"magic-comments": "^2.1.12",
68+
"magic-comments": "^2.1.13",
6969
"magic-string": "^0.30.0",
70-
"micromatch": "^4.0.8",
71-
"schema-utils": "^4.2.0"
70+
"schema-utils": "^4.3.0"
7271
},
7372
"overrides": {
7473

src/loader.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import { relative } from 'node:path'
22

33
import { validate } from 'schema-utils'
4+
import { dynamicImportsWithoutComments } from 'magic-comments'
45

56
import { schema } from './schema.js'
67
import { parse } from './parser.js'
78
import { format } from './formatter.js'
8-
import { dynamicImportsWithoutComments } from 'magic-comments'
9-
109
import { getCommenter } from './comment.js'
1110

1211
const loader = function (source) {

0 commit comments

Comments
 (0)