Skip to content

Commit

Permalink
feat(gatsby-plugin-gatsby-cloud): enable preview status indicator and…
Browse files Browse the repository at this point in the history
… tooltip (#31347)

Co-authored-by: Ward Peeters <ward@coding-tech.com>
  • Loading branch information
DanielSLew and wardpeet authored May 20, 2021
1 parent 5392cff commit 60a9898
Show file tree
Hide file tree
Showing 17 changed files with 1,221 additions and 450 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ module.exports = {
`<rootDir>/dist/`,
`<rootDir>/node_modules/`,
`<rootDir>/packages/gatsby-admin/.cache/`,
`<rootDir>/packages/gatsby-plugin-gatsby-cloud/src/__tests__/mocks/`,
`<rootDir>/deprecated-packages/`,
`__tests__/fixtures`,
`__testfixtures__/`,
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-gatsby-cloud/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
yarn.lock
/*.js
!index.js

components/
assets/
utils/
5 changes: 4 additions & 1 deletion packages/gatsby-plugin-gatsby-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"date-fns": "^2.21.1",
"fs-extra": "^8.1.0",
"kebab-hash": "^0.1.2",
"lodash": "^4.17.21",
Expand All @@ -22,7 +23,9 @@
"@testing-library/user-event": "^13.1.3",
"babel-preset-gatsby-package": "^1.6.0-next.0",
"cross-env": "^7.0.3",
"jest": "^26.6.3"
"jest": "^26.6.3",
"msw": "^0.28.2",
"node-fetch": "^2.6.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-gatsby-cloud#readme",
"keywords": [
Expand Down
Loading

0 comments on commit 60a9898

Please sign in to comment.