@superdispatch/eslint-plugin-ui 0.22.1 → 0.23.0

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.
@@ -1,2 +1,2 @@
1
- @superdispatch/eslint-plugin-ui:version: cache hit, replaying output 6ec5d4ded244a086
2
- @superdispatch/eslint-plugin-ui:version: $ rimraf pkg && tsc -b
1
+ @superdispatch/eslint-plugin-ui:version: cache hit, replaying output 74de9f4c9c068c6d
2
+ @superdispatch/eslint-plugin-ui:version: $ rimraf pkg && tsc -b
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdispatch/eslint-plugin-ui",
3
- "version": "0.22.1",
3
+ "version": "0.23.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/superdispatch/ui.git"
@@ -11,7 +11,7 @@
11
11
  "version": "rimraf pkg && tsc -b"
12
12
  },
13
13
  "dependencies": {
14
- "@superdispatch/ui": "^0.22.1"
14
+ "@superdispatch/ui": "^0.23.0"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "@typescript-eslint/experimental-utils": "^4.0.0",
@@ -20,5 +20,5 @@
20
20
  "publishConfig": {
21
21
  "access": "public"
22
22
  },
23
- "gitHead": "bc20fbde585ca58b6105d41185e1469fdcc9b686"
23
+ "gitHead": "c3d5d5a4435cd7609678e85cff67795a5d66385c"
24
24
  }