@babel/plugin-proposal-json-modules
Advanced tools
Comparing version
@@ -15,3 +15,3 @@ "use strict"; | ||
} = api; | ||
api.assertVersion("^7.22.0"); | ||
api.assertVersion("^7.22.0 || >8.0.0-alpha <8.0.0-beta"); | ||
const targets = api.targets(); | ||
@@ -18,0 +18,0 @@ let helperESM; |
{ | ||
"name": "@babel/plugin-proposal-json-modules", | ||
"version": "7.24.3", | ||
"version": "7.24.6", | ||
"description": "Transform json modules imports (`import '...' with { type: 'json' }`) to work in browsers and Node.js.", | ||
@@ -17,3 +17,6 @@ "repository": { | ||
"exports": { | ||
".": "./lib/index.js", | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
@@ -33,5 +36,5 @@ }, | ||
"dependencies": { | ||
"@babel/helper-import-to-platform-api": "^7.24.1", | ||
"@babel/helper-plugin-utils": "^7.24.0", | ||
"@babel/plugin-syntax-import-attributes": "^7.24.1" | ||
"@babel/helper-import-to-platform-api": "^7.24.6", | ||
"@babel/helper-plugin-utils": "^7.24.6", | ||
"@babel/plugin-syntax-import-attributes": "^7.24.6" | ||
}, | ||
@@ -42,4 +45,4 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.24.3", | ||
"@babel/helper-plugin-test-runner": "^7.24.1", | ||
"@babel/core": "^7.24.6", | ||
"@babel/helper-plugin-test-runner": "^7.24.6", | ||
"babel-plugin-polyfill-corejs3": "^0.10.4" | ||
@@ -46,0 +49,0 @@ }, |
Sorry, the diff of this file is not supported yet
81451
445.26%7
40%118
22.92%