@babel/plugin-proposal-json-modules
Advanced tools
Comparing version
@@ -10,3 +10,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
} = api; | ||
api.assertVersion("8.0.0-alpha.9"); | ||
api.assertVersion("8.0.0-alpha.10"); | ||
const targets = api.targets(); | ||
@@ -13,0 +13,0 @@ let helperESM; |
{ | ||
"name": "@babel/plugin-proposal-json-modules", | ||
"version": "8.0.0-alpha.9", | ||
"version": "8.0.0-alpha.10", | ||
"description": "Transform json modules imports (`import '...' with { type: 'json' }`) to work in browsers and Node.js.", | ||
@@ -35,12 +35,12 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-import-to-platform-api": "^8.0.0-alpha.9", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.9", | ||
"@babel/plugin-syntax-import-attributes": "^8.0.0-alpha.9" | ||
"@babel/helper-import-to-platform-api": "^8.0.0-alpha.10", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.10", | ||
"@babel/plugin-syntax-import-attributes": "^8.0.0-alpha.10" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.9" | ||
"@babel/core": "^8.0.0-alpha.10" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.9", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.9", | ||
"@babel/core": "^8.0.0-alpha.10", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.10", | ||
"babel-plugin-polyfill-corejs3": "^0.10.4" | ||
@@ -47,0 +47,0 @@ }, |
Sorry, the diff of this file is not supported yet
81369
0.01%