@phun-ky/speccer 11.2.3 → 11.2.4
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/dist/speccer.esm.js +1 -1
- package/dist/speccer.js +1 -1
- package/package.json +9 -9
package/dist/speccer.esm.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.
|
|
5
|
+
* @version 11.2.4
|
|
6
6
|
* @license
|
|
7
7
|
* Copyright (c) 2018 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.
|
|
5
|
+
* @version 11.2.4
|
|
6
6
|
* @license
|
|
7
7
|
* Copyright (c) 2018 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.
|
|
3
|
+
"version": "11.2.4",
|
|
4
4
|
"description": "A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements",
|
|
5
5
|
"main": "dist/speccer.js",
|
|
6
6
|
"module": "dist/speccer.esm.js",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
},
|
|
79
79
|
"homepage": "https://phun-ky.net/projects/speccer",
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@release-it/conventional-changelog": "^
|
|
82
|
-
"@rollup/plugin-node-resolve": "^
|
|
81
|
+
"@release-it/conventional-changelog": "^10.0.0",
|
|
82
|
+
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
83
83
|
"@rollup/plugin-terser": "^0.4.4",
|
|
84
84
|
"@testing-library/dom": "^9.3.4",
|
|
85
85
|
"@testing-library/jest-dom": "^6.4.2",
|
|
@@ -88,23 +88,23 @@
|
|
|
88
88
|
"cobertura": "^1.0.1",
|
|
89
89
|
"cssnano": "^6.0.3",
|
|
90
90
|
"eslint": "^8.56.0",
|
|
91
|
-
"eslint-config-prettier": "^
|
|
91
|
+
"eslint-config-prettier": "^10.0.1",
|
|
92
92
|
"eslint-import-resolver-typescript": "3.7.0",
|
|
93
93
|
"eslint-plugin-compat": "^4.2.0",
|
|
94
94
|
"eslint-plugin-import": "^2.29.1",
|
|
95
95
|
"eslint-plugin-prettier": "^5.1.3",
|
|
96
96
|
"git-cz": "^4.9.0",
|
|
97
97
|
"glob": "^10.3.10",
|
|
98
|
-
"global-jsdom": "^
|
|
99
|
-
"jsdom": "^
|
|
98
|
+
"global-jsdom": "^26.0.0",
|
|
99
|
+
"jsdom": "^26.0.0",
|
|
100
100
|
"postcss": "^8.3.0",
|
|
101
101
|
"postcss-cli": "^8.3.1",
|
|
102
102
|
"prettier": "^3.2.5",
|
|
103
103
|
"prettier-eslint": "^16.3.0",
|
|
104
104
|
"prettier-eslint-cli": "^8.0.1",
|
|
105
|
-
"putout": "^
|
|
105
|
+
"putout": "^37.21.1",
|
|
106
106
|
"quibble": "^0.9.1",
|
|
107
|
-
"release-it": "^
|
|
107
|
+
"release-it": "^18.1.2",
|
|
108
108
|
"remark-github": "^12.0.0",
|
|
109
109
|
"remark-toc": "^9.0.0",
|
|
110
110
|
"rollup": "^4.12.0",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"typedoc": "^0.27.6",
|
|
118
118
|
"typedoc-plugin-frontmatter": "^1.0.0",
|
|
119
119
|
"typedoc-plugin-markdown": "^4.2.3",
|
|
120
|
-
"typedoc-plugin-mdn-links": "^
|
|
120
|
+
"typedoc-plugin-mdn-links": "^4.0.10",
|
|
121
121
|
"typedoc-plugin-no-inherit": "^1.4.0",
|
|
122
122
|
"typedoc-plugin-remark": "^1.0.2",
|
|
123
123
|
"typedoc-plugin-rename-defaults": "^0.7.1",
|