gatsby-worker
Advanced tools
Comparing version 2.6.0-next.0 to 2.7.0-next.0
@@ -6,2 +6,10 @@ # Changelog: `gatsby-worker` | ||
## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@2.5.0/packages/gatsby-worker) (2023-01-24) | ||
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.5) | ||
#### Chores | ||
- Upgrade some non-breaking major versions [#37406](https://github.com/gatsbyjs/gatsby/issues/37406) ([2ea80c0](https://github.com/gatsbyjs/gatsby/commit/2ea80c02e464fe9306f6a1eccbb6c74983a76208)) | ||
## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@2.4.0/packages/gatsby-worker) (2023-01-10) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "gatsby-worker", | ||
"description": "Utility to create worker pools", | ||
"version": "2.6.0-next.0", | ||
"version": "2.7.0-next.0", | ||
"author": "Michal Piechowiak<misiek.piechowiak@gmail.com>", | ||
@@ -10,4 +10,4 @@ "bugs": { | ||
"dependencies": { | ||
"@babel/core": "^7.20.7", | ||
"@babel/runtime": "^7.20.7", | ||
"@babel/core": "^7.20.12", | ||
"@babel/runtime": "^7.20.13", | ||
"fs-extra": "^11.1.0", | ||
@@ -19,6 +19,6 @@ "signal-exit": "^3.0.7" | ||
"@babel/register": "^7.18.9", | ||
"babel-preset-gatsby-package": "^3.6.0-next.0", | ||
"babel-preset-gatsby-package": "^3.7.0-next.0", | ||
"cross-env": "^7.0.3", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.9.3" | ||
"typescript": "^4.9.4" | ||
}, | ||
@@ -46,3 +46,3 @@ "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-worker#readme", | ||
}, | ||
"gitHead": "ede0901d34f1224914a873d59c2a370297e47422" | ||
"gitHead": "342e393de312ea765656e66970e4554991125275" | ||
} |
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
47492
+ Added@jridgewell/gen-mapping@0.3.7(transitive)
+ Added@jridgewell/sourcemap-codec@1.4.16-beta.0(transitive)
+ Addedbrowserslist@4.24.2(transitive)
+ Addedcaniuse-lite@1.0.30001687(transitive)
+ Addedelectron-to-chromium@1.5.72(transitive)
+ Addedjsesc@3.0.2(transitive)
- Removed@jridgewell/gen-mapping@0.3.8(transitive)
- Removed@jridgewell/set-array@1.2.1(transitive)
- Removedbrowserslist@4.24.3(transitive)
- Removedcaniuse-lite@1.0.30001688(transitive)
- Removedelectron-to-chromium@1.5.73(transitive)
- Removedjsesc@3.1.0(transitive)
Updated@babel/core@^7.20.12
Updated@babel/runtime@^7.20.13