Skip to content

Commit fe4d2b6

Browse files
fix: update @ampproject/remapping to @jridgewell/remapping (#19)
1 parent 667aca0 commit fe4d2b6

File tree

3 files changed

+35
-5
lines changed

3 files changed

+35
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
}
171171
},
172172
"dependencies": {
173-
"@ampproject/remapping": "^2.2.1",
173+
"@jridgewell/remapping": "^2.3.5",
174174
"magic-string": "^0.30.5",
175175
"unplugin": "^1.6.0"
176176
},

pnpm-lock.yaml

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

src/core/unplugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { UnpluginFactory } from 'unplugin'
22
import { createUnplugin } from 'unplugin'
3-
import remapping from '@ampproject/remapping'
3+
import remapping from '@jridgewell/remapping'
44
import type { UserOptions } from '../types'
55
import { Context } from './context'
66
import { MessageDirective, ifDirective, theDefineDirective } from './directives'

0 commit comments

Comments
 (0)