@guardian/src-inline-error
Advanced tools
+8
-6
| { | ||
| "name": "@guardian/src-inline-error", | ||
| "version": "0.15.0", | ||
| "version": "0.15.1", | ||
| "main": "dist/inline-error.js", | ||
@@ -10,3 +10,5 @@ "module": "dist/inline-error.esm.js", | ||
| "prepublish": "yarn build", | ||
| "publish:public": "yarn publish --access public" | ||
| "publish:public": "yarn publish --access public", | ||
| "verbump:minor": "yarn version --minor --no-git-tag-version", | ||
| "verbump:patch": "yarn version --patch --no-git-tag-version" | ||
| }, | ||
@@ -19,3 +21,3 @@ "devDependencies": { | ||
| "@emotion/babel-preset-css-prop": "^10.0.14", | ||
| "@guardian/src-foundations": "^0.15.0", | ||
| "@guardian/src-foundations": "^0.15.1", | ||
| "rollup": "^1.17.0", | ||
@@ -33,9 +35,9 @@ "rollup-plugin-babel": "^4.3.3", | ||
| "@emotion/core": "^10.0.14", | ||
| "@guardian/src-foundations": "^0.15.0", | ||
| "@guardian/src-foundations": "^0.15.1", | ||
| "react": "^16.8.6" | ||
| }, | ||
| "dependencies": { | ||
| "@guardian/src-helpers": "^0.15.0", | ||
| "@guardian/src-svgs": "^0.15.0" | ||
| "@guardian/src-helpers": "^0.15.1", | ||
| "@guardian/src-svgs": "^0.15.1" | ||
| } | ||
| } |
7873
1.65%Updated