Skip to content

Commit 67994bd

Browse files
committed
feat(webpack-loader): update dependencies
1 parent 7862cdf commit 67994bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/webpack-loader/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import jsonMapKeys from 'json-map-keys'
1+
import { jsonMapKeys } from 'json-map-keys'
22
import { interpolateName } from 'loader-utils'
33

44
export default function generateMappings(content) {

packages/webpack-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"main": "./index.mjs",
2323
"dependencies": {
24-
"json-map-keys": "^1.0.0-beta.1",
24+
"json-map-keys": "^1.0.0",
2525
"loader-utils": "^3.3.1"
2626
},
2727
"peerDependencies": {

0 commit comments

Comments
 (0)