eslint-plugin-gamut 3.0.3-alpha.4d7b12.0 → 3.0.3-alpha.546df6.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 f1ef4acab3be250a
2
- eslint-plugin-gamut:build: $ yarn build:clean && yarn build:compile
3
- eslint-plugin-gamut:build: $ rm -rf dist
4
- eslint-plugin-gamut:build: $ tsc
1
+ eslint-plugin-gamut:build: cache hit, replaying output a136075f4d2f7e82
2
+ eslint-plugin-gamut:build: $ yarn build:clean && yarn build:compile
3
+ eslint-plugin-gamut:build: $ rm -rf dist
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.4d7b12.0 (2022-03-18)
6
+ ### 3.0.3-alpha.546df6.0 (2022-03-18)
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.4d7b12.0",
11
+ "version": "3.0.3-alpha.546df6.0",
12
12
  "license": "MIT",
13
13
  "main": "./dist/index.js",
14
14
  "module": "dist/index.js",
@@ -28,11 +28,11 @@
28
28
  },
29
29
  "types": "./dist/index.d.ts",
30
30
  "dependencies": {
31
- "@typescript-eslint/utils": "^5.15.0",
32
- "eslint": "^8.4.1"
31
+ "@typescript-eslint/utils": "^5.15.0"
33
32
  },
34
33
  "devDependencies": {
35
- "@types/eslint": "^8.4.1"
34
+ "@types/eslint": "^8.4.1",
35
+ "eslint": "^8.11.0"
36
36
  },
37
- "gitHead": "8be0c0ac2ab74ad7fa31bb9cc73d2a146f03637a"
37
+ "gitHead": "01703bf0f7a47cf22a12e01cdf989166b6f86051"
38
38
  }