@plasmicapp/loader-react 1.0.251 → 1.0.252

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 (1) hide show
  1. package/package.json +10 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/loader-react",
3
- "version": "1.0.251",
3
+ "version": "1.0.252",
4
4
  "module": "dist/loader-react.esm.js",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -43,19 +43,19 @@
43
43
  "postbuild:default": "node ../../print-module-api.js ./packages/loader-react/dist/index.js > index-api.txt",
44
44
  "postbuild:react-server": "node ../../print-module-api.js ./packages/loader-react/dist-react-server/index.js > index-react-server-api.txt",
45
45
  "yalcp": "yalc publish --push",
46
- "test": "tsdx test --passWithNoTests",
47
- "coverage": "tsdx test --coverage --passWithNoTests",
46
+ "test": "yarn --cwd=../.. test",
47
+ "coverage": "yarn --cwd=../.. test --coverage --passWithNoTests",
48
48
  "lint": "tsdx lint",
49
49
  "prepare": "if-env PREPARE_NO_BUILD=true || yarn build",
50
50
  "size": "size-limit",
51
51
  "analyze": "size-limit --why"
52
52
  },
53
53
  "dependencies": {
54
- "@plasmicapp/data-sources-context": "0.1.10",
55
- "@plasmicapp/host": "1.0.130",
56
- "@plasmicapp/loader-core": "1.0.99",
57
- "@plasmicapp/loader-splits": "1.0.27",
58
- "@plasmicapp/query": "0.1.62",
54
+ "@plasmicapp/data-sources-context": "0.1.11",
55
+ "@plasmicapp/host": "1.0.131",
56
+ "@plasmicapp/loader-core": "1.0.100",
57
+ "@plasmicapp/loader-splits": "1.0.28",
58
+ "@plasmicapp/query": "0.1.63",
59
59
  "@plasmicapp/react-ssr-prepass": "2.0.1",
60
60
  "pascalcase": "^1.0.0",
61
61
  "react-is": "^17.0.2",
@@ -109,9 +109,8 @@
109
109
  "rollup-plugin-typescript2": "^0.30.0",
110
110
  "size-limit": "^4.11.0",
111
111
  "tsdx": "^0.14.1",
112
- "tslib": "^2.2.0",
113
- "typescript": "^4.3.2"
112
+ "tslib": "^2.2.0"
114
113
  },
115
114
  "license": "MIT",
116
- "gitHead": "1d9faacaaac15e87767697dbdc4215504a358d02"
115
+ "gitHead": "aed79bb7319dc8f42c185c212f9ba23f26591fd4"
117
116
  }