@datacamp/waffles-heading
Advanced tools
Comparing version 0.0.16-alpha.0 to 0.0.17
{ | ||
"name": "@datacamp/waffles-heading", | ||
"version": "0.0.16-alpha.0", | ||
"version": "0.0.17", | ||
"description": "Creates heading element h1, h2, h3, h4, h5, h6", | ||
@@ -8,5 +8,4 @@ "main": "lib/index.js", | ||
"build": "babel src --out-dir lib --ignore spec.js --copy-files", | ||
"storybook": "start-storybook -p 6006", | ||
"build-storybook": "build-storybook", | ||
"prepare": "npm run build" | ||
"prepare": "yarn build", | ||
"watch": "yarn build --watch" | ||
}, | ||
@@ -24,28 +23,18 @@ "keywords": [], | ||
"devDependencies": { | ||
"@babel/core": "^7.2.0", | ||
"@storybook/addon-actions": "^4.1.1", | ||
"@storybook/addon-knobs": "4.0.12", | ||
"@storybook/addon-links": "^4.1.1", | ||
"@storybook/addons": "^4.1.1", | ||
"@storybook/react": "^4.1.1", | ||
"babel-cli": "^6.26.0", | ||
"babel-loader": "^8.0.4", | ||
"babel-core": "^6.26.0", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-preset-react": "^6.24.1", | ||
"babel-preset-stage-2": "6.24.1", | ||
"enzyme": "^3.9.0", | ||
"jest-styled-components": "6.3.1", | ||
"storybook-addon-jsx": "6.0.0", | ||
"storybook-readme": "4.0.2" | ||
"react": "^16.6.3" | ||
}, | ||
"dependencies": { | ||
"@datacamp/waffles-core": "^0.1.18-alpha.0", | ||
"@datacamp/waffles-core": "^0.1.19-alpha.0", | ||
"classnames": "^2.2.6", | ||
"prop-types": "^15.7.2", | ||
"styled-components": "4.1.2" | ||
}, | ||
"peerDependencies": { | ||
"@datacamp/waffles-core": ">= 0.1.2-alpha.0", | ||
"classnames": ">= 2.2.5", | ||
"lodash": ">= 4.17.4", | ||
"prop-types": ">= 15.6.0", | ||
"react": ">= 16.6.3", | ||
"styled-components": ">= 4.1.2" | ||
"react": ">= 16.6.3" | ||
}, | ||
@@ -55,3 +44,8 @@ "publishConfig": { | ||
}, | ||
"gitHead": "9568660b0bee9780121e20441e033c9f299ffa0c" | ||
"gitHead": "b3f8220e5423ec82aa88ca1ad3627ce4587a34fb", | ||
"browserslist": [ | ||
"last 2 versions", | ||
"Firefox ESR", | ||
"not IE < 11" | ||
] | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5
7
6481
7
94
1
+ Addedclassnames@^2.2.6
+ Addedprop-types@^15.7.2