File tree Expand file tree Collapse file tree 13 files changed +20
-20
lines changed
gatsby-plugin-create-client-paths
gatsby-plugin-gatsby-cloud
gatsby-plugin-react-helmet Expand file tree Collapse file tree 13 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-preset-gatsby" ,
3
- "version" : " 2.0.0-zz-next.4 " ,
3
+ "version" : " 2.0.0-zz-next.5 " ,
4
4
"author" : " Philipp Spiess <hello@philippspiess.com>" ,
5
5
"repository" : {
6
6
"type" : " git" ,
23
23
"babel-plugin-macros" : " ^2.8.0" ,
24
24
"babel-plugin-transform-react-remove-prop-types" : " ^0.4.24" ,
25
25
"gatsby-core-utils" : " ^3.0.0-zz-next.3" ,
26
- "gatsby-legacy-polyfills" : " ^2.0.0-zz-next.2 "
26
+ "gatsby-legacy-polyfills" : " ^2.0.0-zz-next.3 "
27
27
},
28
28
"peerDependencies" : {
29
29
"@babel/core" : " ^7.11.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-dev-cli" ,
3
3
"description" : " CLI helpers for contributors working on Gatsby" ,
4
- "version" : " 4.0.0-zz-next.3 " ,
4
+ "version" : " 4.0.0-zz-next.4 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bin" : {
7
7
"gatsby-dev" : " ./dist/index.js"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-legacy-polyfills" ,
3
3
"description" : " Polyfills for legacy browsers" ,
4
- "version" : " 2.0.0-zz-next.2 " ,
4
+ "version" : " 2.0.0-zz-next.3 " ,
5
5
"main" : " dist/polyfills.js" ,
6
6
"author" : " Ward Peeters <ward@gatsbyjs.com>" ,
7
7
"homepage" : " https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme" ,
31
31
" dist/"
32
32
],
33
33
"devDependencies" : {
34
- "yet-another-abortcontroller-polyfill" : " 0.0.4" ,
35
34
"chokidar-cli" : " ^3.0.0" ,
36
35
"codegen.macro" : " ^4.1.0" ,
37
36
"core-js" : " 3.9.0" ,
44
43
"object-assign" : " ^4.1.1" ,
45
44
"source-map" : " ^0.7.3" ,
46
45
"url-polyfill" : " ^1.1.12" ,
47
- "whatwg-fetch" : " ^3.6.2"
46
+ "whatwg-fetch" : " ^3.6.2" ,
47
+ "yet-another-abortcontroller-polyfill" : " 0.0.4"
48
48
}
49
49
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-link" ,
3
3
"description" : " An enhanced Link component for Gatsby sites with support for resource prefetching" ,
4
- "version" : " 4.0.0-zz-next.4 " ,
4
+ "version" : " 4.0.0-zz-next.5 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-plugin-create-client-paths" ,
3
3
"description" : " Gatsby-plugin for creating paths that exist only on the client" ,
4
- "version" : " 4.0.0-zz-next.2 " ,
4
+ "version" : " 4.0.0-zz-next.3 " ,
5
5
"author" : " scott.eckenthal@gmail.com" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-plugin-gatsby-cloud" ,
3
3
"description" : " A Gatsby plugin which optimizes working with Gatsby Cloud" ,
4
- "version" : " 4.0.0-zz-next.5 " ,
4
+ "version" : " 4.0.0-zz-next.6 " ,
5
5
"author" : " Kyle Mathews <mathews.kyle@gmail.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-plugin-mdx" ,
3
- "version" : " 3.0.0-zz-next.3 " ,
3
+ "version" : " 3.0.0-zz-next.4 " ,
4
4
"description" : " MDX integration for Gatsby" ,
5
5
"main" : " index.js" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-plugin-react-helmet" ,
3
3
"description" : " Manage document head data with react-helmet. Provides drop-in server rendering support for Gatsby." ,
4
- "version" : " 5.0.0-zz-next.2 " ,
4
+ "version" : " 5.0.0-zz-next.3 " ,
5
5
"author" : " Kyle Mathews <matthews.kyle@gmail.com>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-source-contentful" ,
3
3
"description" : " Gatsby source plugin for building websites using the Contentful CMS as a data source" ,
4
- "version" : " 6.0.0-zz-next.5 " ,
4
+ "version" : " 6.0.0-zz-next.6 " ,
5
5
"author" : " Marcus Ericsson <mericsson@gmail.com> (mericsson.com)" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
Original file line number Diff line number Diff line change 2
2
"name" : " gatsby-source-wordpress" ,
3
3
"description" : " Source data from WordPress in an efficient and scalable way." ,
4
4
"author" : " Tyler Barnes <tylerdbarnes@gmail.com>" ,
5
- "version" : " 6.0.0-zz-next.6 " ,
5
+ "version" : " 6.0.0-zz-next.7 " ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/gatsbyjs/gatsby/issues"
8
8
},
52
52
"@types/semver" : " ^7.3.8" ,
53
53
"babel-plugin-import-globals" : " ^2.0.0" ,
54
54
"babel-plugin-module-resolver" : " 4.1.0" ,
55
- "babel-preset-gatsby" : " ^2.0.0-zz-next.4 " ,
55
+ "babel-preset-gatsby" : " ^2.0.0-zz-next.5 " ,
56
56
"babel-preset-gatsby-package" : " ^2.0.0-zz-next.2" ,
57
57
"cross-env" : " ^7.0.3" ,
58
58
"gatsby-plugin-image" : " ^2.0.0-zz-next.3" ,
You can’t perform that action at this time.
0 commit comments