@phun-ky/speccer 11.2.17 → 11.2.19

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.
package/README.md CHANGED
@@ -719,7 +719,8 @@ $ npm test
719
719
 
720
720
  ## Used by
721
721
 
722
- ![if logo](./public/used-by-if.png)
722
+ |[![if insurance logo](./public/used-by-if.png)](https://www.if-insurance.com)|[![24seven office logo](./public/used-by-tfso.png)](https://24sevenoffice.com)|
723
+ |-----------|-------------|
723
724
 
724
725
  ## Contributing
725
726
 
@@ -2,7 +2,7 @@
2
2
  * @phun-ky/speccer
3
3
  * A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements
4
4
  * @author Alexander Vassbotn Røyne-Helgesen <alexander@phun-ky.net>
5
- * @version 11.2.17
5
+ * @version 11.2.19
6
6
  * @license
7
7
  * Copyright (c) 2018-2025 Alexander Vassbotn Røyne-Helgesen
8
8
  *
package/dist/speccer.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * @phun-ky/speccer
3
3
  * A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements
4
4
  * @author Alexander Vassbotn Røyne-Helgesen <alexander@phun-ky.net>
5
- * @version 11.2.17
5
+ * @version 11.2.19
6
6
  * @license
7
7
  * Copyright (c) 2018-2025 Alexander Vassbotn Røyne-Helgesen
8
8
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phun-ky/speccer",
3
- "version": "11.2.17",
3
+ "version": "11.2.19",
4
4
  "description": "A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements",
5
5
  "keywords": [
6
6
  "a11y",
@@ -82,24 +82,18 @@
82
82
  }
83
83
  },
84
84
  "devDependencies": {
85
- "@eslint/js": "^9.20.0",
86
- "@eslint/markdown": "^6.2.2",
85
+ "@phun-ky/eslint-config": "^0.1.9",
87
86
  "@playwright/test": "^1.50.1",
88
87
  "@release-it/conventional-changelog": "^10.0.0",
89
88
  "@rollup/plugin-node-resolve": "^16.0.0",
90
89
  "@rollup/plugin-terser": "^0.4.4",
91
- "@stylistic/eslint-plugin": "^4.2.0",
92
90
  "@testing-library/dom": "^10.4.0",
93
91
  "@testing-library/jest-dom": "^6.4.2",
94
92
  "@types/node": "^22.13.1",
95
93
  "cobertura": "^1.0.1",
96
94
  "cssnano": "^7.0.6",
97
95
  "eslint": "^9.20.0",
98
- "eslint-config-prettier": "^10.0.1",
99
- "eslint-import-resolver-typescript": "^4.3.4",
100
- "eslint-plugin-compat": "^6.0.2",
101
- "eslint-plugin-import": "^2.31.0",
102
- "eslint-plugin-prettier": "^5.2.3",
96
+ "eslint-config-prettier": "^10.1.2",
103
97
  "git-cz": "^4.9.0",
104
98
  "glob": "^11.0.1",
105
99
  "global-jsdom": "^26.0.0",
@@ -125,10 +119,9 @@
125
119
  "typedoc-plugin-markdown": "^4.2.3",
126
120
  "typedoc-plugin-mdn-links": "^5.0.1",
127
121
  "typedoc-plugin-no-inherit": "^1.4.0",
128
- "typedoc-plugin-remark": "^1.0.2",
122
+ "typedoc-plugin-remark": "^2.0.0",
129
123
  "typedoc-plugin-rename-defaults": "^0.7.1",
130
124
  "typescript": "^5.7.3",
131
- "typescript-eslint": "^8.23.0",
132
125
  "unified-prettier": "^2.0.1"
133
126
  },
134
127
  "engines": {