@untemps/react-vocal
Advanced tools
Comparing version 1.7.11 to 1.7.12
@@ -0,1 +1,3 @@ | ||
## [1.7.12](https://github.com/untemps/react-vocal/compare/v1.7.11...v1.7.12) (2022-07-06) | ||
## [1.7.11](https://github.com/untemps/react-vocal/compare/v1.7.10...v1.7.11) (2022-07-06) | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "@untemps/react-vocal", | ||
"version": "1.7.11", | ||
"version": "1.7.12", | ||
"author": "Vincent Le Badezet <v.lebadezet@untemps.net>", | ||
@@ -41,5 +41,5 @@ "repository": "git@github.com:untemps/react-vocal.git", | ||
"@rollup/plugin-node-resolve": "^11.0.1", | ||
"@semantic-release/changelog": "^5.0.1", | ||
"@semantic-release/git": "^9.0.0", | ||
"@semantic-release/github": "^7.2.0", | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^8.0.4", | ||
"@testing-library/dom": "^7.29.0", | ||
@@ -62,3 +62,3 @@ "@testing-library/jest-dom": "^5.11.6", | ||
"rollup": "^2.35.1", | ||
"rollup-plugin-filesize": "^9.1.0", | ||
"rollup-plugin-sizes": "^1.0.4", | ||
"rollup-plugin-terser": "^7.0.2", | ||
@@ -65,0 +65,0 @@ "rollup-plugin-visualizer": "^4.2.0", |
import babel from '@rollup/plugin-babel' | ||
import commonjs from '@rollup/plugin-commonjs' | ||
import resolve from '@rollup/plugin-node-resolve' | ||
import filesize from 'rollup-plugin-filesize' | ||
import filesize from 'rollup-plugin-sizes' | ||
import { terser } from 'rollup-plugin-terser' | ||
@@ -6,0 +6,0 @@ import visualizer from 'rollup-plugin-visualizer' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1008981