@nejcm/react-skeleton-emotion
Advanced tools
Comparing version 3.0.3 to 3.0.4
{ | ||
"name": "@nejcm/react-skeleton-emotion", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"author": "Nejc Mursic <nmursi2@gmail.com> (https://github.com/nejcm)", | ||
@@ -40,5 +40,7 @@ "description": "React skeleton loader that allows customization with some predefined templates.", | ||
"peerDependencies": { | ||
"@babel/runtime": ">=7", | ||
"@emotion/styled": ">=10", | ||
"prop-types": ">=15", | ||
"react": ">=16.8" | ||
"react": ">=16.8", | ||
"react-dom": ">=16.8" | ||
}, | ||
@@ -78,3 +80,3 @@ "dependencies": { | ||
"eslint-plugin-html": "^6.0.2", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-import": "^2.21.1", | ||
"eslint-plugin-jsx-a11y": "6.2.3", | ||
@@ -86,3 +88,3 @@ "eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"kcd-scripts": "^6.2.0", | ||
"kcd-scripts": "^6.2.1", | ||
"prettier": "^2.0.5", | ||
@@ -93,3 +95,3 @@ "prop-types": "^15.7.2", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.14.0", | ||
"rollup": "^2.15.0", | ||
"rollup-plugin-babel": "^4.4.0", | ||
@@ -96,0 +98,0 @@ "rollup-plugin-commonjs": "^10.1.0", |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
158195
6