@toptal/davinci-syntax 17.1.4 → 17.1.5-alpha-fix-skeleton-script-a66044fa.2
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-syntax",
|
|
3
|
-
"version": "17.1.
|
|
3
|
+
"version": "17.1.5-alpha-fix-skeleton-script-a66044fa.2+a66044fa",
|
|
4
4
|
"description": "Lint and prettier support",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@stylelint/postcss-css-in-js": "^0.38.0",
|
|
34
|
-
"@toptal/davinci-cli-shared": "1.10.
|
|
35
|
-
"@toptal/davinci-dir-lint": "
|
|
36
|
-
"@toptal/eslint-plugin-davinci": "5.4.
|
|
34
|
+
"@toptal/davinci-cli-shared": "1.10.1-alpha-fix-skeleton-script-a66044fa.2+a66044fa",
|
|
35
|
+
"@toptal/davinci-dir-lint": "0.2.2-alpha-fix-skeleton-script-a66044fa.185+a66044fa",
|
|
36
|
+
"@toptal/eslint-plugin-davinci": "5.4.2-alpha-fix-skeleton-script-a66044fa.91+a66044fa",
|
|
37
37
|
"@typescript-eslint/eslint-plugin": "^5.38.0",
|
|
38
38
|
"@typescript-eslint/parser": "^5.42.1",
|
|
39
39
|
"eslint": "^8.19.0",
|
|
@@ -66,5 +66,6 @@
|
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"typescript": "^4"
|
|
69
|
-
}
|
|
69
|
+
},
|
|
70
|
+
"gitHead": "a66044fa5edea35b6cc1385f0a11233feaa571d5"
|
|
70
71
|
}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@toptal/davinci-syntax",
|
|
3
|
-
"version": "17.1.4",
|
|
4
|
-
"description": "Lint and prettier support",
|
|
5
|
-
"publishConfig": {
|
|
6
|
-
"access": "public"
|
|
7
|
-
},
|
|
8
|
-
"keywords": [
|
|
9
|
-
"lint"
|
|
10
|
-
],
|
|
11
|
-
"author": "Toptal",
|
|
12
|
-
"homepage": "https://github.com/toptal/davinci/tree/master/packages/syntax#readme",
|
|
13
|
-
"license": "ISC",
|
|
14
|
-
"main": "src/index.js",
|
|
15
|
-
"bin": {
|
|
16
|
-
"davinci-syntax": "bin/davinci-syntax.js"
|
|
17
|
-
},
|
|
18
|
-
"repository": {
|
|
19
|
-
"type": "git",
|
|
20
|
-
"url": "git+https://github.com/toptal/davinci.git"
|
|
21
|
-
},
|
|
22
|
-
"scripts": {
|
|
23
|
-
"build:package": "../../bin/build-package.js",
|
|
24
|
-
"prepublishOnly": "../../bin/prepublish.js",
|
|
25
|
-
"lint:path": "eslint --ext=.js,.jsx,.ts,.tsx --color --fix",
|
|
26
|
-
"lint": "yarn run lint:path .",
|
|
27
|
-
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/toptal/davinci/issues"
|
|
31
|
-
},
|
|
32
|
-
"dependencies": {
|
|
33
|
-
"@stylelint/postcss-css-in-js": "^0.38.0",
|
|
34
|
-
"@toptal/davinci-cli-shared": "1.10.0",
|
|
35
|
-
"@toptal/davinci-dir-lint": "^0.2.1",
|
|
36
|
-
"@toptal/eslint-plugin-davinci": "5.4.1",
|
|
37
|
-
"@typescript-eslint/eslint-plugin": "^5.38.0",
|
|
38
|
-
"@typescript-eslint/parser": "^5.42.1",
|
|
39
|
-
"eslint": "^8.19.0",
|
|
40
|
-
"eslint-config-prettier": "^8.5.0",
|
|
41
|
-
"eslint-config-prettier-standard": "^4.0.1",
|
|
42
|
-
"eslint-plugin-cypress": "^2.12.1",
|
|
43
|
-
"eslint-plugin-import": "^2.26.0",
|
|
44
|
-
"eslint-plugin-jest": "^26.4.5",
|
|
45
|
-
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
46
|
-
"eslint-plugin-no-inline-styles": "^1.0.5",
|
|
47
|
-
"eslint-plugin-node": "^11.1.0",
|
|
48
|
-
"eslint-plugin-prettier": "^4.0.0",
|
|
49
|
-
"eslint-plugin-promise": "^6.0.1",
|
|
50
|
-
"eslint-plugin-react": "^7.30.1",
|
|
51
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
52
|
-
"eslint-plugin-todo-plz": "^1.3.0",
|
|
53
|
-
"eslint-plugin-unused-imports": "2.0.0",
|
|
54
|
-
"husky": "^8.0.2",
|
|
55
|
-
"lint-staged": "^13.0.2",
|
|
56
|
-
"postcss-syntax": "^0.36.2",
|
|
57
|
-
"prettier": "^2.6.2",
|
|
58
|
-
"prettier-config-standard": "^5.0.0",
|
|
59
|
-
"stylelint": "^14.11.0",
|
|
60
|
-
"stylelint-config-standard": "^26.0.0",
|
|
61
|
-
"stylelint-config-styled-components": "^0.1.1",
|
|
62
|
-
"stylelint-processor-styled-components": "^1.10.0"
|
|
63
|
-
},
|
|
64
|
-
"devDependencies": {
|
|
65
|
-
"json5": "^2.2.0"
|
|
66
|
-
},
|
|
67
|
-
"peerDependencies": {
|
|
68
|
-
"typescript": "^4"
|
|
69
|
-
}
|
|
70
|
-
}
|