@configura/babylon-view-react 2.0.0-alpha.20 → 2.0.0-alpha.22

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/.eslintrc.json +1 -14
  2. package/package.json +4 -4
package/.eslintrc.json CHANGED
@@ -1,18 +1,5 @@
1
1
  {
2
2
  "parser": "@typescript-eslint/parser",
3
3
  "plugins": ["@typescript-eslint"],
4
- "extends": [
5
- "eslint:recommended",
6
- "plugin:@typescript-eslint/recommended",
7
- "prettier"
8
-
9
- // TODO: Type-checking rules require a proper tsconfig-file to work,
10
- // pointed at by the parserOption.project setting.
11
- //
12
- //"plugin:@typescript-eslint/recommended-requiring-type-checking"
13
- ]
14
- //"rules": { "@typescript-eslint/no-floating-promises": "error" }
15
- //"parserOptions": {
16
- // "project": "./tsconfig.json"
17
- //}
4
+ "extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
18
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@configura/babylon-view-react",
3
- "version": "2.0.0-alpha.20",
3
+ "version": "2.0.0-alpha.22",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -20,8 +20,8 @@
20
20
  "test": "echo \"Error: run tests from root\" && exit 1"
21
21
  },
22
22
  "dependencies": {
23
- "@configura/babylon-view": "2.0.0-alpha.20",
24
- "@configura/web-api": "2.0.0-alpha.20",
23
+ "@configura/babylon-view": "2.0.0-alpha.22",
24
+ "@configura/web-api": "2.0.0-alpha.22",
25
25
  "react": "17.x || ^16.12.0",
26
26
  "react-dom": "17.x || ^16.12.0"
27
27
  },
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "74b8fd6c45f392b9133843b409f7662dbf93c47e"
45
+ "gitHead": "cfa2ea1601ad133a4caa98fcfccc6666b9cd8638"
46
46
  }