simplecov-tailwindcss 2.1.1 → 2.2.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.
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simplecov-tailwind",
3
- "version": "2.1.1",
3
+ "version": "2.2.0",
4
4
  "description": "HTML tailwind Design View for Simplecov formatter",
5
5
  "scripts": {
6
6
  "build": "npm-run-all build:*",
@@ -9,13 +9,15 @@
9
9
  "test:start": "bundle exec rake test",
10
10
  "test:open": "open coverage/index.html",
11
11
  "test": "npm-run-all test:*",
12
- "lint:markdown": "markdownlint CHANGELOG.md .github/CODE_OF_CONDUCT.md .github/CONTRIBUTING.md README.md .github/PULL_REQUEST_TEMPLATE.md -c .markdownlint.yml",
12
+ "lint": "./bin/lint",
13
+ "lint:markdown": "markdownlint CHANGELOG.md README.md .github/**/*.md -c .markdownlint.yml",
13
14
  "lint:ruby": "rubocop",
14
15
  "lint:erb": "bundle exec erblint --lint-all",
15
16
  "lint:javascript": "eslint dist",
16
17
  "gem:build": "gem build simplecov-tailwindcss.gemspec",
17
- "format": "prettier './**/*.{css,js,json,yml,md}' --list-different",
18
- "format:fix": "prettier './**/*.{css,js,json,yml,md}' --write",
18
+ "format": "prettier './**/*.{css,js,json,yml,md,erb}' -l",
19
+ "format:check": "prettier './**/*.{css,js,json,yml,md,erb}' -c",
20
+ "format:fix": "prettier './**/*.{css,js,json,yml,md,erb}' -w",
19
21
  "full": "yarn build & yarn gem:build & yarn test"
20
22
  },
21
23
  "repository": {
@@ -33,31 +35,33 @@
33
35
  },
34
36
  "author": {
35
37
  "name": "Christopher Pezza",
36
- "email": "github@chiefpansancolt.live"
38
+ "email": "github@chiefpansancolt.dev"
37
39
  },
38
40
  "contributors": [
39
41
  {
40
42
  "name": "Christopher Pezza",
41
- "email": "github@chiefpansancolt.live",
42
- "url": "https://chiefpansancolt.live"
43
+ "email": "github@chiefpansancolt.dev",
44
+ "url": "https://chiefpansancolt.dev"
43
45
  }
44
46
  ],
45
- "homepage": "https://chiefpansancolt.live/docs/simplecov_tailwindcss/",
47
+ "homepage": "https://simplecov-tailwind.chiefpansancolt.dev/",
46
48
  "babel": {},
47
49
  "devDependencies": {
48
- "@babel/core": "^7.21.3",
49
- "@babel/eslint-parser": "^7.21.3",
50
- "@hotwired/stimulus": "^3.2.1",
51
- "@prettier/plugin-ruby": "^3.2.2",
52
- "@tailwindcss/forms": "^0.5.3",
53
- "@tailwindcss/typography": "^0.5.9",
54
- "esbuild": "^0.17.12",
55
- "eslint": "^8.36.0",
56
- "markdownlint": "^0.27.0",
50
+ "@babel/core": "^7.23.3",
51
+ "@babel/eslint-parser": "^7.23.3",
52
+ "@hotwired/stimulus": "^3.2.2",
53
+ "@prettier/plugin-ruby": "^4.0.2",
54
+ "@tailwindcss/forms": "^0.5.7",
55
+ "@tailwindcss/typography": "^0.5.10",
56
+ "@trivago/prettier-plugin-sort-imports": "^4.3.0",
57
+ "esbuild": "^0.19.7",
58
+ "eslint": "^8.54.0",
59
+ "markdownlint": "^0.32.1",
57
60
  "npm-run-all": "^4.1.5",
58
- "prettier": "^2.8.4",
61
+ "prettier": "^3.1.0",
59
62
  "prettier-plugin-erb": "^0.4.0",
60
- "tailwindcss": "^3.2.7",
63
+ "prettier-plugin-tailwindcss": "^0.5.7",
64
+ "tailwindcss": "^3.3.5",
61
65
  "timeago.js": "^4.0.2"
62
66
  }
63
67
  }