We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5104208 commit 7862cdfCopy full SHA for 7862cdf
packages/rollup-plugin/index.mjs
@@ -1,5 +1,5 @@
1
import { createFilter, dataToEsm } from '@rollup/pluginutils'
2
-import jsonMapKeys from 'json-map-keys'
+import { jsonMapKeys } from 'json-map-keys'
3
import { interpolateName } from 'loader-utils'
4
5
const mapKeys = (options) => {
packages/rollup-plugin/package.json
@@ -22,7 +22,7 @@
22
"main": "./index.mjs",
23
"dependencies": {
24
"@rollup/pluginutils": "^5.3.0",
25
- "json-map-keys": "^1.0.0-beta.1",
+ "json-map-keys": "^1.0.0",
26
"loader-utils": "^3.3.1"
27
},
28
"peerDependencies": {
0 commit comments