Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0c6cd61

Browse files
committed
chore(release): Publish
- babel-plugin-remove-graphql-queries@5.0.0 - babel-preset-gatsby-package@3.0.0 - babel-preset-gatsby@3.0.0 - create-gatsby@3.0.0 - gatsby-cli@5.0.0 - gatsby-codemods@4.0.0 - gatsby-core-utils@4.0.0 - gatsby-cypress@3.0.0 - gatsby-design-tokens@5.0.0 - gatsby-dev-cli@5.0.0 - gatsby-graphiql-explorer@3.0.0 - gatsby-legacy-polyfills@3.0.0 - gatsby-link@5.0.0 - gatsby-page-utils@3.0.0 - gatsby-parcel-config@1.0.0 - @gatsbyjs/parcel-namer-relative-to-cwd@2.0.0 - gatsby-plugin-benchmark-reporting@3.0.0 - gatsby-plugin-canonical-urls@5.0.0 - gatsby-plugin-catch-links@5.0.0 - gatsby-plugin-coffeescript@5.0.0 - gatsby-plugin-cxs@5.0.0 - gatsby-plugin-emotion@8.0.0 - gatsby-plugin-facebook-analytics@5.0.0 - gatsby-plugin-feed@5.0.0 - gatsby-plugin-flow@4.0.0 - gatsby-plugin-fullstory@5.0.0 - gatsby-plugin-gatsby-cloud@5.0.0 - gatsby-plugin-google-analytics@5.0.0 - gatsby-plugin-google-gtag@5.0.0 - gatsby-plugin-google-tagmanager@5.0.0 - gatsby-plugin-image@3.0.0 - gatsby-plugin-jss@5.0.0 - gatsby-plugin-layout@4.0.0 - gatsby-plugin-less@7.0.0 - gatsby-plugin-lodash@6.0.0 - gatsby-plugin-manifest@5.0.0 - gatsby-plugin-mdx@5.0.0 - gatsby-plugin-netlify-cms@7.0.0 - gatsby-plugin-no-sourcemaps@5.0.0 - gatsby-plugin-nprogress@5.0.0 - gatsby-plugin-offline@6.0.0 - gatsby-plugin-page-creator@5.0.0 - gatsby-plugin-postcss@6.0.0 - gatsby-plugin-preact@7.0.0 - gatsby-plugin-preload-fonts@4.0.0 - gatsby-plugin-react-css-modules@5.0.0 - gatsby-plugin-react-helmet@6.0.0 - gatsby-plugin-sass@6.0.0 - gatsby-plugin-schema-snapshot@4.0.0 - gatsby-plugin-sharp@5.0.0 - gatsby-plugin-sitemap@6.0.0 - gatsby-plugin-styled-components@6.0.0 - gatsby-plugin-styled-jsx@6.0.0 - gatsby-plugin-styletron@8.0.0 - gatsby-plugin-stylus@5.0.0 - gatsby-plugin-subfont@5.0.0 - gatsby-plugin-twitter@5.0.0 - gatsby-plugin-typescript@5.0.0 - gatsby-plugin-typography@5.0.0 - gatsby-plugin-utils@4.0.0 - gatsby-react-router-scroll@6.0.0 - gatsby-remark-autolink-headers@6.0.0 - gatsby-remark-code-repls@7.0.0 - gatsby-remark-copy-linked-files@6.0.0 - gatsby-remark-custom-blocks@5.0.0 - gatsby-remark-embed-snippet@8.0.0 - gatsby-remark-graphviz@5.0.0 - gatsby-remark-images-contentful@6.0.0 - gatsby-remark-images@7.0.0 - gatsby-remark-katex@7.0.0 - gatsby-remark-prismjs@7.0.0 - gatsby-remark-responsive-iframe@6.0.0 - gatsby-remark-smartypants@6.0.0 - gatsby-script@2.0.0 - gatsby-sharp@1.0.0 - gatsby-source-contentful@8.0.0 - gatsby-source-drupal@6.0.0 - gatsby-source-faker@5.0.0 - gatsby-source-filesystem@5.0.0 - gatsby-source-graphql@5.0.0 - gatsby-source-hacker-news@5.0.0 - gatsby-source-lever@5.0.0 - gatsby-source-medium@5.0.0 - gatsby-source-mongodb@5.0.0 - gatsby-source-npm-package-search@5.0.0 - gatsby-source-shopify@8.0.0 - gatsby-source-wikipedia@5.0.0 - gatsby-source-wordpress@7.0.0 - gatsby-telemetry@4.0.0 - gatsby-transformer-asciidoc@4.0.0 - gatsby-transformer-csv@5.0.0 - gatsby-transformer-documentationjs@7.0.0 - gatsby-transformer-excel@5.0.0 - gatsby-transformer-hjson@5.0.0 - gatsby-transformer-javascript-frontmatter@5.0.0 - gatsby-transformer-javascript-static-exports@5.0.0 - gatsby-transformer-json@5.0.0 - gatsby-transformer-pdf@4.0.0 - gatsby-transformer-react-docgen@8.0.0 - gatsby-transformer-remark@6.0.0 - gatsby-transformer-screenshot@5.0.0 - gatsby-transformer-sharp@5.0.0 - gatsby-transformer-sqip@5.0.0 - gatsby-transformer-toml@5.0.0 - gatsby-transformer-xml@5.0.0 - gatsby-transformer-yaml@5.0.0 - gatsby-worker@2.0.0 - gatsby@5.0.0
1 parent5e8e621 commit0c6cd61

File tree

108 files changed

+288
-288
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+288
-288
lines changed

‎packages/babel-plugin-remove-graphql-queries/package.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"babel-plugin-remove-graphql-queries",
3-
"version":"5.0.0-next.3",
3+
"version":"5.0.0",
44
"author":"Jason Quense <monastic.panic@gmail.com>",
55
"repository": {
66
"type":"git",
@@ -11,12 +11,12 @@
1111
"dependencies": {
1212
"@babel/runtime":"^7.15.4",
1313
"@babel/types":"^7.15.4",
14-
"gatsby-core-utils":"^4.0.0-next.2"
14+
"gatsby-core-utils":"^4.0.0"
1515
},
1616
"devDependencies": {
1717
"@babel/cli":"^7.15.4",
1818
"@babel/core":"^7.15.5",
19-
"babel-preset-gatsby-package":"^3.0.0-next.1",
19+
"babel-preset-gatsby-package":"^3.0.0",
2020
"cross-env":"^7.0.3"
2121
},
2222
"peerDependencies": {

‎packages/babel-preset-gatsby-package/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"babel-preset-gatsby-package",
3-
"version":"3.0.0-next.1",
3+
"version":"3.0.0",
44
"author":"Philipp Spiess <hello@philippspiess.com>",
55
"repository": {
66
"type":"git",

‎packages/babel-preset-gatsby/package.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"babel-preset-gatsby",
3-
"version":"3.0.0-next.3",
3+
"version":"3.0.0",
44
"author":"Philipp Spiess <hello@philippspiess.com>",
55
"repository": {
66
"type":"git",
@@ -22,8 +22,8 @@
2222
"babel-plugin-dynamic-import-node":"^2.3.3",
2323
"babel-plugin-macros":"^3.1.0",
2424
"babel-plugin-transform-react-remove-prop-types":"^0.4.24",
25-
"gatsby-core-utils":"^4.0.0-next.2",
26-
"gatsby-legacy-polyfills":"^3.0.0-next.1"
25+
"gatsby-core-utils":"^4.0.0",
26+
"gatsby-legacy-polyfills":"^3.0.0"
2727
},
2828
"peerDependencies": {
2929
"@babel/core":"^7.11.6",
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@babel/cli":"^7.15.4",
41-
"babel-preset-gatsby-package":"^3.0.0-next.1",
41+
"babel-preset-gatsby-package":"^3.0.0",
4242
"cross-env":"^7.0.3",
4343
"slash":"^3.0.0"
4444
},

‎packages/create-gatsby/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"create-gatsby",
3-
"version":"3.0.0-next.4",
3+
"version":"3.0.0",
44
"main":"lib/index.js",
55
"bin":"cli.js",
66
"license":"MIT",
@@ -26,7 +26,7 @@
2626
"enquirer":"^2.3.6",
2727
"execa":"^5.1.1",
2828
"fs-extra":"^10.1.0",
29-
"gatsby-plugin-utils":"^4.0.0-next.4",
29+
"gatsby-plugin-utils":"^4.0.0",
3030
"joi":"^17.4.2",
3131
"microbundle":"^0.15.0",
3232
"node-fetch":"^2.6.6",

‎packages/gatsby-cli/package.json‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name":"gatsby-cli",
33
"description":"Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version":"5.0.0-next.9",
4+
"version":"5.0.0",
55
"author":"Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby":"cli.js"
@@ -26,13 +26,13 @@
2626
"clipboardy":"^2.3.0",
2727
"common-tags":"^1.8.2",
2828
"convert-hrtime":"^3.0.0",
29-
"create-gatsby":"^3.0.0-next.4",
29+
"create-gatsby":"^3.0.0",
3030
"envinfo":"^7.8.1",
3131
"execa":"^5.1.1",
3232
"fs-exists-cached":"^1.0.0",
3333
"fs-extra":"^10.1.0",
34-
"gatsby-core-utils":"^4.0.0-next.2",
35-
"gatsby-telemetry":"^4.0.0-next.2",
34+
"gatsby-core-utils":"^4.0.0",
35+
"gatsby-telemetry":"^4.0.0",
3636
"hosted-git-info":"^3.0.8",
3737
"is-valid-path":"^0.1.1",
3838
"joi":"^17.4.2",
@@ -62,7 +62,7 @@
6262
"@types/hosted-git-info":"^3.0.2",
6363
"@types/yargs":"^15.0.14",
6464
"babel-plugin-lodash":"^3.3.4",
65-
"babel-preset-gatsby-package":"^3.0.0-next.1",
65+
"babel-preset-gatsby-package":"^3.0.0",
6666
"cross-env":"^7.0.3",
6767
"ink":"^3.2.0",
6868
"ink-spinner":"^4.0.3",

‎packages/gatsby-codemods/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"gatsby-codemods",
3-
"version":"4.0.0-next.2",
3+
"version":"4.0.0",
44
"description":"A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.",
55
"main":"index.js",
66
"scripts": {
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@babel/cli":"^7.15.4",
3939
"@types/jscodeshift":"^0.11.5",
40-
"babel-preset-gatsby-package":"^3.0.0-next.1",
40+
"babel-preset-gatsby-package":"^3.0.0",
4141
"cross-env":"^7.0.3"
4242
},
4343
"engines": {

‎packages/gatsby-core-utils/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"gatsby-core-utils",
3-
"version":"4.0.0-next.2",
3+
"version":"4.0.0",
44
"description":"A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",
@@ -81,7 +81,7 @@
8181
"@babel/cli":"^7.15.4",
8282
"@babel/core":"^7.15.5",
8383
"@types/ci-info":"2.0.0",
84-
"babel-preset-gatsby-package":"^3.0.0-next.1",
84+
"babel-preset-gatsby-package":"^3.0.0",
8585
"cross-env":"^7.0.3",
8686
"del-cli":"^5.0.0",
8787
"is-uuid":"^1.0.2",

‎packages/gatsby-cypress/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"gatsby-cypress",
3-
"version":"3.0.0-next.2",
3+
"version":"3.0.0",
44
"description":"Cypress tools for Gatsby projects",
55
"main":"index.js",
66
"repository": {
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@babel/cli":"^7.15.4",
2222
"@babel/core":"^7.15.5",
23-
"babel-preset-gatsby-package":"^3.0.0-next.1",
23+
"babel-preset-gatsby-package":"^3.0.0",
2424
"cross-env":"^7.0.3"
2525
},
2626
"keywords": [

‎packages/gatsby-design-tokens/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"gatsby-design-tokens",
3-
"version":"5.0.0-next.0",
3+
"version":"5.0.0",
44
"description":"Gatsby Design Tokens",
55
"main":"dist/index.js",
66
"module":"dist/index.esm.js",

‎packages/gatsby-dev-cli/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name":"gatsby-dev-cli",
33
"description":"CLI helpers for contributors working on Gatsby",
4-
"version":"5.0.0-next.1",
4+
"version":"5.0.0",
55
"author":"Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby-dev":"./dist/index.js"
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@babel/cli":"^7.15.4",
2929
"@babel/core":"^7.15.5",
30-
"babel-preset-gatsby-package":"^3.0.0-next.1",
30+
"babel-preset-gatsby-package":"^3.0.0",
3131
"cross-env":"^7.0.3"
3232
},
3333
"homepage":"https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli#readme",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp