@plasmicapp/loader-gatsby 1.0.145 → 1.0.148

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +3 -3
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # @plasmicapp/loader-gatsby
2
+
3
+ This is the SDK for using the Plasmic visual builder with Gatsby codebases.
4
+
5
+ To get started, see the quickstart for Gatsby:
6
+
7
+ https://docs.plasmic.app/learn/gatsby-quickstart
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/loader-gatsby",
3
- "version": "1.0.145",
3
+ "version": "1.0.148",
4
4
  "typings": "dist/index.d.ts",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -45,9 +45,9 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@plasmicapp/loader-core": "1.0.76",
48
- "@plasmicapp/loader-react": "1.0.151",
48
+ "@plasmicapp/loader-react": "1.0.154",
49
49
  "@plasmicapp/watcher": "1.0.67",
50
50
  "lodash": "^4.17.21"
51
51
  },
52
- "gitHead": "9490d480c431ed66c6bedef07d4c0a4b81521aff"
52
+ "gitHead": "b19345d314ea4eb5a9227cc4110fc370bc9abfec"
53
53
  }