Skip to content

Commit bb0f9f7

Browse files
authored
chore: update deps and version for v4 (#43)
1 parent c21f28f commit bb0f9f7

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
!index.js
44
node_modules
55
yarn-error.log
6+
.DS_Store

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-netlify",
3-
"description": "A Gatsby plugin which generates a _headers file for netlify",
4-
"version": "4.0.0-next.0",
3+
"description": "A Gatsby plugin for sites deployed to Netlify",
4+
"version": "4.0.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/netlify/gatsby-plugin-netlify/issues"
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@babel/runtime": "^7.14.8",
1717
"fs-extra": "^10.0.0",
18-
"gatsby-core-utils": "^3.0.0-zz-next.1",
18+
"gatsby-core-utils": "^3.3.0",
1919
"kebab-hash": "^0.1.2",
2020
"lodash": "^4.17.21",
2121
"webpack-assets-manifest": "^5.0.6"
@@ -27,7 +27,7 @@
2727
"@babel/eslint-plugin": "^7.14.0",
2828
"@typescript-eslint/eslint-plugin": "^4.28.1",
2929
"@typescript-eslint/parser": "^4.28.1",
30-
"babel-preset-gatsby-package": "^2.0.0-zz-next.1",
30+
"babel-preset-gatsby-package": "^2.3.0",
3131
"cross-env": "^7.0.3",
3232
"eslint": "^7.32.0",
3333
"eslint-config-google": "^0.14.0",
@@ -37,8 +37,8 @@
3737
"eslint-plugin-jsx-a11y": "^6.4.1",
3838
"eslint-plugin-prettier": "^4.0.0",
3939
"eslint-plugin-react": "^7.24.0",
40-
"gatsby": "^4.0.0-zz-next.1",
41-
"gatsby-plugin-utils": "^2.0.0-zz-next.1",
40+
"gatsby": "^4.3.0",
41+
"gatsby-plugin-utils": "^2.3.0",
4242
"jest": "^27.0.6",
4343
"prettier": "^2.3.2",
4444
"typescript": "^4.3.5"
@@ -53,7 +53,7 @@
5353
"license": "MIT",
5454
"main": "index.js",
5555
"peerDependencies": {
56-
"gatsby": "^4.0.0-next.0"
56+
"gatsby": "^4.0.0"
5757
},
5858
"repository": {
5959
"type": "git",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2743,7 +2743,7 @@ babel-preset-current-node-syntax@^1.0.0:
27432743
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
27442744
"@babel/plugin-syntax-top-level-await" "^7.8.3"
27452745

2746-
babel-preset-gatsby-package@^2.0.0-zz-next.1:
2746+
babel-preset-gatsby-package@^2.3.0:
27472747
version "2.3.0"
27482748
resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-2.3.0.tgz#a79f534be3d3cd1e17223c6b6e6c9893f5e5444f"
27492749
integrity sha512-r60zKdZlJ818ibWKb7+LST6YErQ27W8EZdlIPkPMpPXV9QtA9x2iFUgQ6IDqj8miEJyBh89ss1F7Y/dNejnoBQ==
@@ -5170,7 +5170,7 @@ gatsby-cli@^4.3.0:
51705170
yoga-layout-prebuilt "^1.10.0"
51715171
yurnalist "^2.1.0"
51725172

5173-
gatsby-core-utils@^3.0.0-zz-next.1, gatsby-core-utils@^3.3.0:
5173+
gatsby-core-utils@^3.3.0:
51745174
version "3.3.0"
51755175
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.3.0.tgz#a8fb10e2341fd0e98a50ee3dd2b707bcca65fdee"
51765176
integrity sha512-Mr90+2T5mUie2fCkQS3dM6oHzTyt1vLbpJ2nU2OsdF95LHnLBt0kDgK+qEIuz7Ypr91gFN8y2HoP08vuokq7ZQ==
@@ -5254,7 +5254,7 @@ gatsby-plugin-typescript@^4.3.0:
52545254
"@babel/runtime" "^7.15.4"
52555255
babel-plugin-remove-graphql-queries "^4.3.0"
52565256

5257-
gatsby-plugin-utils@^2.0.0-zz-next.1, gatsby-plugin-utils@^2.3.0:
5257+
gatsby-plugin-utils@^2.3.0:
52585258
version "2.3.0"
52595259
resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-2.3.0.tgz#62ebca0be9ecb42760d0622ab8d3db9c799dece1"
52605260
integrity sha512-p4ysTzMBrHshCGqgPZB4i2hpsmFGgMX4xVylmQ5cObnK9WsckV8iFBhU61S8TpnX8c6Ac00GgNmPiwmWzZMvpA==
@@ -5361,7 +5361,7 @@ gatsby-worker@^1.3.0:
53615361
"@babel/core" "^7.15.5"
53625362
"@babel/runtime" "^7.15.4"
53635363

5364-
gatsby@^4.0.0-zz-next.1:
5364+
gatsby@^4.3.0:
53655365
version "4.3.0"
53665366
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-4.3.0.tgz#84013dcedb267b1dce165da35f05ba8825d6258b"
53675367
integrity sha512-f0CpCUiSGIZ7aJbl3JB1D9YWCqCw+KesLbbkxyfNMnaFXoiShRU9Z5PYPQBTx4XJohrvuDhdjkJreNiIQQke+A==

0 commit comments

Comments
 (0)