babel-preset-kensho
Advanced tools
Comparing version 10.1.0 to 11.0.0
@@ -32,7 +32,9 @@ /* eslint-disable global-require */ | ||
{ | ||
include: /node_modules/, | ||
compact: true, | ||
}, | ||
{ | ||
exclude: /node_modules/, | ||
plugins: [ | ||
[require('@babel/plugin-proposal-class-properties').default, {loose}], | ||
[require('@babel/plugin-proposal-optional-chaining').default, {loose}], | ||
[require('@babel/plugin-proposal-nullish-coalescing-operator').default, {loose}], | ||
reactRefresh && [require('react-refresh/babel'), {skipEnvCheck: true, ...reactRefresh}], | ||
@@ -39,0 +41,0 @@ ].filter(Boolean), |
{ | ||
"name": "babel-preset-kensho", | ||
"version": "10.1.0", | ||
"version": "11.0.0", | ||
"description": "Babel preset to transpile ES2015+/JSX to ES5.", | ||
@@ -17,24 +17,22 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"@babel/runtime": "^7.3.0" | ||
"@babel/runtime": "^7.8.0" | ||
}, | ||
"dependencies": { | ||
"@babel/plugin-proposal-class-properties": "^7.7.4", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4", | ||
"@babel/plugin-proposal-optional-chaining": "^7.7.5", | ||
"@babel/plugin-transform-runtime": "^7.7.6", | ||
"@babel/preset-env": "^7.7.6", | ||
"@babel/preset-react": "^7.7.4", | ||
"@babel/preset-typescript": "^7.7.4", | ||
"@emotion/babel-preset-css-prop": "^10.0.23", | ||
"react-refresh": "^0.7.0" | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-transform-runtime": "^7.8.3", | ||
"@babel/preset-env": "^7.8.4", | ||
"@babel/preset-react": "^7.8.3", | ||
"@babel/preset-typescript": "^7.8.3", | ||
"@emotion/babel-preset-css-prop": "^10.0.27", | ||
"react-refresh": "^0.7.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.7.5", | ||
"@babel/runtime": "^7.7.6", | ||
"ava": "^2.4.0", | ||
"eslint": "^6.7.2", | ||
"eslint-config-kensho": "^15.4.0", | ||
"@babel/core": "^7.8.4", | ||
"@babel/runtime": "^7.8.4", | ||
"ava": "^3.4.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-kensho": "^15.6.0", | ||
"prettier": "^1.19.1", | ||
"typescript": "^3.7.3" | ||
"typescript": "^3.8.2" | ||
} | ||
} |
8
51
7492
- Removed@babel/plugin-proposal-nullish-coalescing-operator@^7.7.4
- Removed@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(transitive)
- Removed@babel/plugin-proposal-optional-chaining@7.21.0(transitive)
- Removed@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(transitive)
- Removed@babel/plugin-syntax-optional-chaining@7.8.3(transitive)
Updated@babel/preset-env@^7.8.4
Updated@babel/preset-react@^7.8.3
Updatedreact-refresh@^0.7.2