gatsby-core-utils
Advanced tools
Comparing version 4.12.0-next.0 to 4.12.0-next.1
@@ -6,2 +6,14 @@ # Changelog: `gatsby-core-utils` | ||
## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.11.0/packages/gatsby-core-utils) (2023-06-15) | ||
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11) | ||
#### Bug Fixes | ||
- update typescript [#38133](https://github.com/gatsbyjs/gatsby/issues/38133) ([aa7a078](https://github.com/gatsbyjs/gatsby/commit/aa7a078383ca5a549743be3269e9bde44655a185)) | ||
#### Chores | ||
- Various `yarn bootstrap` fixes fixes [#38223](https://github.com/gatsbyjs/gatsby/issues/38223) ([df12265](https://github.com/gatsbyjs/gatsby/commit/df1226576b911be0f962c149c0bcbad279d9f806)) | ||
## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.10.0/packages/gatsby-core-utils) (2023-05-16) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "gatsby-core-utils", | ||
"version": "4.12.0-next.0", | ||
"version": "4.12.0-next.1", | ||
"description": "A collection of gatsby utils used in different gatsby packages", | ||
@@ -89,5 +89,5 @@ "keywords": [ | ||
"is-uuid": "^1.0.2", | ||
"msw": "^1.2.1", | ||
"msw": "^1.2.2", | ||
"npm-run-all": "^4.1.5", | ||
"typescript": "^5.0.4" | ||
"typescript": "^5.1.6" | ||
}, | ||
@@ -97,3 +97,3 @@ "engines": { | ||
}, | ||
"gitHead": "09911782158b4ac2ea08c652d074cb6c9325e9d6" | ||
"gitHead": "1ebae562b846165da217da3ee726b3201909f9a1" | ||
} |
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
172873