@shopify/react-form-state
Advanced tools
Comparing version 0.12.0 to 0.12.1
{ | ||
"name": "@shopify/react-form-state", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"license": "MIT", | ||
@@ -24,5 +24,5 @@ "description": "Manage React forms tersely and type-safely with no magic", | ||
}, | ||
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-form-state/README.md", | ||
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-form-state/README.md", | ||
"dependencies": { | ||
"@shopify/predicates": "^1.3.0", | ||
"@shopify/predicates": "^1.3.1", | ||
"fast-deep-equal": "^3.1.3", | ||
@@ -35,4 +35,4 @@ "tslib": "^1.14.1" | ||
"devDependencies": { | ||
"@shopify/enzyme-utilities": "^2.2.0", | ||
"@shopify/useful-types": "^2.3.0", | ||
"@shopify/enzyme-utilities": "^2.2.1", | ||
"@shopify/useful-types": "^2.3.1", | ||
"faker": "^4.1.0" | ||
@@ -39,0 +39,0 @@ }, |
# `@shopify/react-form-state` | ||
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=master)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI) | ||
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=master)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI) | ||
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI) | ||
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI) | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-form-state.svg)](https://badge.fury.io/js/%40shopify%2Freact-form-state.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-form-state.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-form-state.svg) | ||
@@ -9,3 +9,3 @@ | ||
This library is now superseded by [@shopify/react-form](https://github.com/Shopify/quilt/tree/master/packages/react-form) as it allows you to write the preferred, functional, and hooks-driven React components over class-based ones. | ||
This library is now superseded by [@shopify/react-form](https://github.com/Shopify/quilt/tree/main/packages/react-form) as it allows you to write the preferred, functional, and hooks-driven React components over class-based ones. | ||
@@ -49,3 +49,3 @@ ## Installation | ||
For detailed explanations of how to use `<FormState />` check out [the guide](https://github.com/Shopify/quilt/tree/master/packages/react-form-state/docs/building-forms.md). | ||
For detailed explanations of how to use `<FormState />` check out [the guide](https://github.com/Shopify/quilt/tree/main/packages/react-form-state/docs/building-forms.md). | ||
@@ -60,2 +60,2 @@ ### `validators` | ||
For detailed explanations of the validation utilities, check out [the validation docs](https://github.com/Shopify/quilt/tree/master/packages/react-form-state/docs/validators.md). | ||
For detailed explanations of the validation utilities, check out [the validation docs](https://github.com/Shopify/quilt/tree/main/packages/react-form-state/docs/validators.md). |
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
185963
Updated@shopify/predicates@^1.3.1