@vitus-labs/tools-lint 1.1.0 → 1.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.
|
@@ -5285,7 +5285,7 @@ var drawChart = (function (exports) {
|
|
|
5285
5285
|
</script>
|
|
5286
5286
|
<script>
|
|
5287
5287
|
/*<!--*/
|
|
5288
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"vitus-tools-lint.js","children":[{"name":"src","children":[{"name":"eslint","children":[{"uid":"
|
|
5288
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"vitus-tools-lint.js","children":[{"name":"src","children":[{"name":"eslint","children":[{"uid":"57a4-1","name":"helpers.ts"},{"uid":"57a4-3","name":"index.ts"}]},{"uid":"57a4-5","name":"styles.ts"},{"uid":"57a4-7","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"57a4-1":{"renderedLength":1470,"gzipLength":425,"brotliLength":0,"metaUid":"57a4-0"},"57a4-3":{"renderedLength":9558,"gzipLength":1827,"brotliLength":0,"metaUid":"57a4-2"},"57a4-5":{"renderedLength":221,"gzipLength":132,"brotliLength":0,"metaUid":"57a4-4"},"57a4-7":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"57a4-6"}},"nodeMetas":{"57a4-0":{"id":"/src/eslint/helpers.ts","moduleParts":{"vitus-tools-lint.js":"57a4-1"},"imported":[],"importedBy":[{"uid":"57a4-2"}]},"57a4-2":{"id":"/src/eslint/index.ts","moduleParts":{"vitus-tools-lint.js":"57a4-3"},"imported":[{"uid":"57a4-8"},{"uid":"57a4-0"}],"importedBy":[{"uid":"57a4-6"}]},"57a4-4":{"id":"/src/styles.ts","moduleParts":{"vitus-tools-lint.js":"57a4-5"},"imported":[],"importedBy":[{"uid":"57a4-6"}]},"57a4-6":{"id":"/src/index.ts","moduleParts":{"vitus-tools-lint.js":"57a4-7"},"imported":[{"uid":"57a4-2"},{"uid":"57a4-4"}],"importedBy":[],"isEntry":true},"57a4-8":{"id":"lodash","moduleParts":{},"imported":[],"importedBy":[{"uid":"57a4-2"}],"isExternal":true}},"env":{"rollup":"3.29.4"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
|
|
5289
5289
|
|
|
5290
5290
|
const run = () => {
|
|
5291
5291
|
const width = window.innerWidth;
|
|
@@ -5285,7 +5285,7 @@ var drawChart = (function (exports) {
|
|
|
5285
5285
|
</script>
|
|
5286
5286
|
<script>
|
|
5287
5287
|
/*<!--*/
|
|
5288
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"vitus-tools-lint.module.js","children":[{"name":"src","children":[{"name":"eslint","children":[{"uid":"
|
|
5288
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"vitus-tools-lint.module.js","children":[{"name":"src","children":[{"name":"eslint","children":[{"uid":"57a4-10","name":"helpers.ts"},{"uid":"57a4-12","name":"index.ts"}]},{"uid":"57a4-14","name":"styles.ts"},{"uid":"57a4-16","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"57a4-10":{"renderedLength":1470,"gzipLength":425,"brotliLength":0,"metaUid":"57a4-9"},"57a4-12":{"renderedLength":9523,"gzipLength":1813,"brotliLength":0,"metaUid":"57a4-11"},"57a4-14":{"renderedLength":221,"gzipLength":132,"brotliLength":0,"metaUid":"57a4-13"},"57a4-16":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"57a4-15"}},"nodeMetas":{"57a4-9":{"id":"/src/eslint/helpers.ts","moduleParts":{"vitus-tools-lint.module.js":"57a4-10"},"imported":[],"importedBy":[{"uid":"57a4-11"}]},"57a4-11":{"id":"/src/eslint/index.ts","moduleParts":{"vitus-tools-lint.module.js":"57a4-12"},"imported":[{"uid":"57a4-17"},{"uid":"57a4-9"}],"importedBy":[{"uid":"57a4-15"}]},"57a4-13":{"id":"/src/styles.ts","moduleParts":{"vitus-tools-lint.module.js":"57a4-14"},"imported":[],"importedBy":[{"uid":"57a4-15"}]},"57a4-15":{"id":"/src/index.ts","moduleParts":{"vitus-tools-lint.module.js":"57a4-16"},"imported":[{"uid":"57a4-11"},{"uid":"57a4-13"}],"importedBy":[],"isEntry":true},"57a4-17":{"id":"lodash","moduleParts":{},"imported":[],"importedBy":[{"uid":"57a4-11"}],"isExternal":true}},"env":{"rollup":"3.29.4"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
|
|
5289
5289
|
|
|
5290
5290
|
const run = () => {
|
|
5291
5291
|
const width = window.innerWidth;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitus-labs/tools-lint",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Vit Bokisch <vit@bokisch.com>",
|
|
6
6
|
"maintainers": [
|
|
@@ -27,41 +27,41 @@
|
|
|
27
27
|
"lint": "yarn lint:ts"
|
|
28
28
|
},
|
|
29
29
|
"optionalDependencies": {
|
|
30
|
-
"graphql": "
|
|
30
|
+
"graphql": "^16.8.1",
|
|
31
31
|
"prettier": ">=2"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"typescript": ">=5"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
38
|
-
"@typescript-eslint/parser": "^6.
|
|
39
|
-
"eslint": "^8.
|
|
37
|
+
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
38
|
+
"@typescript-eslint/parser": "^6.7.4",
|
|
39
|
+
"eslint": "^8.50.0",
|
|
40
40
|
"eslint-config-airbnb": "^19.0.4",
|
|
41
|
-
"eslint-config-prettier": "^8.
|
|
42
|
-
"eslint-import-resolver-typescript": "^3.
|
|
41
|
+
"eslint-config-prettier": "^8.10.0",
|
|
42
|
+
"eslint-import-resolver-typescript": "^3.6.1",
|
|
43
43
|
"eslint-plugin-graphql": "^4.0.0",
|
|
44
|
-
"eslint-plugin-import": "^2.
|
|
45
|
-
"eslint-plugin-jest": "^27.2
|
|
44
|
+
"eslint-plugin-import": "^2.28.1",
|
|
45
|
+
"eslint-plugin-jest": "^27.4.2",
|
|
46
46
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
47
|
-
"eslint-plugin-markdown": "^3.0.
|
|
47
|
+
"eslint-plugin-markdown": "^3.0.1",
|
|
48
48
|
"eslint-plugin-prettier": "^5.0.0",
|
|
49
|
-
"eslint-plugin-react": "^7.33.
|
|
49
|
+
"eslint-plugin-react": "^7.33.2",
|
|
50
50
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
51
|
-
"eslint-plugin-storybook": "^0.6.
|
|
51
|
+
"eslint-plugin-storybook": "^0.6.14",
|
|
52
52
|
"lodash": "^4.17.21",
|
|
53
53
|
"lodash-es": "^4.17.21",
|
|
54
|
-
"stylelint": "^15.10.
|
|
54
|
+
"stylelint": "^15.10.3",
|
|
55
55
|
"stylelint-config-prettier": "^9.0.5",
|
|
56
56
|
"stylelint-config-recommended": "^13.0.0",
|
|
57
57
|
"stylelint-config-styled-components": "^0.1.1",
|
|
58
58
|
"stylelint-processor-styled-components": "^1.10.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@types/lodash": "^4.14.
|
|
62
|
-
"@vitus-labs/tools-babel": "1.
|
|
63
|
-
"@vitus-labs/tools-rollup": "1.
|
|
64
|
-
"@vitus-labs/tools-typescript": "1.
|
|
61
|
+
"@types/lodash": "^4.14.199",
|
|
62
|
+
"@vitus-labs/tools-babel": "1.2.0",
|
|
63
|
+
"@vitus-labs/tools-rollup": "1.2.0",
|
|
64
|
+
"@vitus-labs/tools-typescript": "1.2.0"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "12a43c0a31fe62fa55211429ca4b56dbfde845ae"
|
|
67
67
|
}
|