eslint-plugin-gamut 3.0.3-alpha.02ea57.0 → 3.0.3-alpha.3ce5c8.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,4 +1,4 @@
1
- eslint-plugin-gamut:build: cache hit, replaying output d0dfd7ca4be0c9cf
1
+ eslint-plugin-gamut:build: cache hit, replaying output e6a5ae231de00b5e
2
2
  eslint-plugin-gamut:build: $ yarn build:clean && yarn build:compile
3
3
  eslint-plugin-gamut:build: $ rm -rf dist
4
4
  eslint-plugin-gamut:build: $ tsc
package/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ### 3.0.3-alpha.02ea57.0 (2022-03-08)
6
+ ### 3.0.3-alpha.3ce5c8.0 (2022-03-17)
7
7
 
8
8
  **Note:** Version bump only for package eslint-plugin-gamut
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "gamut-styles"
9
9
  ],
10
10
  "name": "eslint-plugin-gamut",
11
- "version": "3.0.3-alpha.02ea57.0",
11
+ "version": "3.0.3-alpha.3ce5c8.0",
12
12
  "license": "MIT",
13
13
  "main": "./dist/index.js",
14
14
  "module": "dist/index.js",
@@ -28,12 +28,11 @@
28
28
  },
29
29
  "types": "./dist/index.d.ts",
30
30
  "dependencies": {
31
- "@types/eslint": "^8.2.1",
32
31
  "@typescript-eslint/experimental-utils": "^5.7.0",
33
32
  "eslint": "^8.4.1"
34
33
  },
35
34
  "devDependencies": {
36
35
  "@types/eslint": "^8.2.1"
37
36
  },
38
- "gitHead": "94088e3972d97dca336c1c481d30df6bea8788b7"
37
+ "gitHead": "264aac0874888638657bd4890b89b47b9f90aa87"
39
38
  }