@form8ion/babel-preset
Advanced tools
Comparing version 1.6.41 to 1.6.42
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.6.41", | ||
"version": "1.6.42", | ||
"main": "lib/index.cjs.js", | ||
@@ -28,3 +28,2 @@ "module": "lib/index.es.js", | ||
"lint:sensitive": "ban", | ||
"lint:travis": "travis-lint .travis.yml", | ||
"clean": "rimraf ./lib", | ||
@@ -38,14 +37,13 @@ "prebuild": "run-s clean", | ||
"devDependencies": { | ||
"@babel/register": "7.12.10", | ||
"@babel/register": "7.12.13", | ||
"@form8ion/commitlint-config": "1.0.14", | ||
"@form8ion/eslint-config": "1.7.2", | ||
"@form8ion/eslint-config": "1.7.6", | ||
"@form8ion/eslint-config-mocha": "1.2.9", | ||
"@form8ion/remark-lint-preset": "1.0.11", | ||
"@travi/any": "2.0.15", | ||
"@travi/travis-lint": "1.0.1", | ||
"ban-sensitive-files": "1.9.14", | ||
"ban-sensitive-files": "1.9.15", | ||
"chai": "4.2.0", | ||
"codecov": "3.8.1", | ||
"cz-conventional-changelog": "3.3.0", | ||
"husky": "5.0.6", | ||
"husky": "5.0.8", | ||
"mocha": "8.2.1", | ||
@@ -56,14 +54,14 @@ "npm-run-all": "4.1.5", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.35.1", | ||
"rollup": "2.38.4", | ||
"rollup-plugin-auto-external": "2.0.0", | ||
"sinon": "9.2.2" | ||
"sinon": "9.2.4" | ||
}, | ||
"dependencies": { | ||
"@babel/core": "7.12.10", | ||
"@babel/plugin-proposal-class-properties": "7.12.1", | ||
"@babel/plugin-proposal-object-rest-spread": "7.12.1", | ||
"@babel/preset-env": "7.12.11", | ||
"@babel/preset-react": "7.12.10", | ||
"@babel/core": "7.12.13", | ||
"@babel/plugin-proposal-class-properties": "7.12.13", | ||
"@babel/plugin-proposal-object-rest-spread": "7.12.13", | ||
"@babel/preset-env": "7.12.13", | ||
"@babel/preset-react": "7.12.13", | ||
"babel-plugin-inline-react-svg": "1.1.2" | ||
} | ||
} |
@@ -5,12 +5,18 @@ # babel-preset | ||
<!-- status badges --> | ||
[![Build Status][ci-badge]][ci-link] | ||
<!--status-badges start --> | ||
[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link] | ||
<!--status-badges end --> | ||
## Usage | ||
<!-- consumer badges --> | ||
<!--consumer-badges start --> | ||
[![npm][npm-badge]][npm-link] | ||
[![Try @form8ion/babel-preset on RunKit][runkit-badge]][runkit-link] | ||
[![Try @form8ion/babel-preset on RunKit][runkit-badge]][runkit-link] | ||
[![MIT license][license-badge]][license-link] | ||
<!--consumer-badges end --> | ||
### Installation | ||
@@ -24,3 +30,4 @@ | ||
<!-- contribution badges --> | ||
<!--contribution-badges start --> | ||
[![Conventional Commits][commit-convention-badge]][commit-convention-link] | ||
@@ -32,2 +39,4 @@ [![Commitizen friendly][commitizen-badge]][commitizen-link] | ||
<!--contribution-badges end --> | ||
### Dependencies | ||
@@ -47,16 +56,31 @@ | ||
[npm-link]: https://www.npmjs.com/package/@form8ion/babel-preset | ||
[npm-badge]: https://img.shields.io/npm/v/@form8ion/babel-preset.svg | ||
[runkit-link]: https://npm.runkit.com/@form8ion/babel-preset | ||
[runkit-badge]: https://badge.runkitcdn.com/@form8ion/babel-preset.svg | ||
[license-link]: LICENSE | ||
[license-badge]: https://img.shields.io/github/license/form8ion/babel-preset.svg | ||
[ci-link]: https://travis-ci.com/form8ion/babel-preset | ||
[ci-badge]: https://img.shields.io/travis/com/form8ion/babel-preset/master.svg | ||
[commit-convention-link]: https://conventionalcommits.org | ||
[commit-convention-badge]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg | ||
[commitizen-link]: http://commitizen.github.io/cz-cli/ | ||
[commitizen-badge]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg | ||
[semantic-release-link]: https://github.com/semantic-release/semantic-release | ||
[semantic-release-badge]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg | ||
[PRs-link]: http://makeapullrequest.com | ||
[PRs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg | ||
[github-actions-ci-link]: https://github.com/form8ion/babel-preset/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster | ||
[github-actions-ci-badge]: https://github.com/form8ion/babel-preset/workflows/Node.js%20CI/badge.svg |
13636
19
83
+ Added@babel/core@7.12.13(transitive)
+ Added@babel/plugin-proposal-class-properties@7.12.13(transitive)
+ Added@babel/plugin-proposal-object-rest-spread@7.12.13(transitive)
+ Added@babel/preset-env@7.12.13(transitive)
+ Added@babel/preset-react@7.12.13(transitive)
- Removed@babel/core@7.12.10(transitive)
- Removed@babel/plugin-proposal-class-properties@7.12.1(transitive)
- Removed@babel/plugin-proposal-object-rest-spread@7.12.1(transitive)
- Removed@babel/preset-env@7.12.11(transitive)
- Removed@babel/preset-react@7.12.10(transitive)
Updated@babel/core@7.12.13
Updated@babel/preset-env@7.12.13
Updated@babel/preset-react@7.12.13