create-plasmic-app 0.0.90 → 0.0.92

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.
@@ -13,7 +13,7 @@ import { PLASMIC } from "@/plasmic-init";
13
13
 
14
14
  export default function PlasmicLoaderPage(props: {
15
15
  plasmicData?: ComponentRenderData;
16
- queryCache?: Record<string, any>;
16
+ queryCache?: Record<string, unknown>;
17
17
  }) {
18
18
  const { plasmicData, queryCache } = props;
19
19
  const router = useRouter();
@@ -25,7 +25,7 @@ To learn more about Plasmic, take a look at the following resources:
25
25
 
26
26
  - [Plasmic Website](https://www.plasmic.app/)
27
27
  - [Plasmic Documentation](https://docs.plasmic.app/learn/)
28
- - [Plasmic Slack Community](https://www.plasmic.app/slack)
28
+ - [Plasmic Community Forum](https://forum.plasmic.app/)
29
29
 
30
30
  You can check out [the Plasmic GitHub repository](https://github.com/plasmicapp/plasmic) - your feedback and contributions are welcome!
31
31
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-plasmic-app",
3
- "version": "0.0.90",
3
+ "version": "0.0.92",
4
4
  "description": "Create Plasmic-powered React apps",
5
5
  "main": "./dist/lib.js",
6
6
  "types": "./dist/lib.d.ts",
@@ -54,5 +54,5 @@
54
54
  "validate-npm-package-name": "^3.0.0",
55
55
  "yargs": "^16.2.0"
56
56
  },
57
- "gitHead": "ce7c1c867f3583d4d723912b6832ed44a56cd759"
57
+ "gitHead": "86eaf79b9b2daff453449425b7c2fc91ec43190f"
58
58
  }
@@ -25,7 +25,7 @@ To learn more about Plasmic, take a look at the following resources:
25
25
 
26
26
  - [Plasmic Website](https://www.plasmic.app/)
27
27
  - [Plasmic Documentation](https://docs.plasmic.app/learn/)
28
- - [Plasmic Slack Community](https://www.plasmic.app/slack)
28
+ - [Plasmic Community Forum](https://forum.plasmic.app/)
29
29
 
30
30
  You can check out [the Plasmic GitHub repository](https://github.com/plasmicapp/plasmic) - your feedback and contributions are welcome!
31
31
  `;
@@ -1,13 +0,0 @@
1
-
2
- /** @type {import('next').NextConfig} */
3
- const nextConfig = {
4
- // Turn off React StrictMode for now, as react-aria (used by Plasmic)
5
- // has some troubles with it. See
6
- // https://github.com/adobe/react-spectrum/labels/strict%20mode
7
- reactStrictMode: false,
8
- experimental: {
9
- appDir: true,
10
- }
11
- };
12
-
13
- module.exports = nextConfig;
@@ -1,13 +0,0 @@
1
-
2
- /** @type {import('next').NextConfig} */
3
- const nextConfig = {
4
- // Turn off React StrictMode for now, as react-aria (used by Plasmic)
5
- // has some troubles with it. See
6
- // https://github.com/adobe/react-spectrum/labels/strict%20mode
7
- reactStrictMode: false,
8
- experimental: {
9
- appDir: true,
10
- }
11
- };
12
-
13
- module.exports = nextConfig;
@@ -1,10 +0,0 @@
1
-
2
- /** @type {import('next').NextConfig} */
3
- const nextConfig = {
4
- eslint: {
5
- ignoreDuringBuilds: true,
6
- },
7
- trailingSlash: true,
8
- };
9
-
10
- module.exports = nextConfig;
@@ -1,10 +0,0 @@
1
-
2
- /** @type {import('next').NextConfig} */
3
- const nextConfig = {
4
- eslint: {
5
- ignoreDuringBuilds: true,
6
- },
7
- trailingSlash: true,
8
- };
9
-
10
- module.exports = nextConfig;
@@ -1,10 +0,0 @@
1
-
2
- /** @type {import('next').NextConfig} */
3
- const nextConfig = {
4
- // Turn off React StrictMode for now, as react-aria (used by Plasmic)
5
- // has some troubles with it. See
6
- // https://github.com/adobe/react-spectrum/labels/strict%20mode
7
- reactStrictMode: false,
8
- };
9
-
10
- module.exports = nextConfig;
@@ -1,10 +0,0 @@
1
-
2
- /** @type {import('next').NextConfig} */
3
- const nextConfig = {
4
- // Turn off React StrictMode for now, as react-aria (used by Plasmic)
5
- // has some troubles with it. See
6
- // https://github.com/adobe/react-spectrum/labels/strict%20mode
7
- reactStrictMode: false,
8
- };
9
-
10
- module.exports = nextConfig;