@primer/stylelint-config 13.0.0-rc.f7b4bdd → 13.0.0-rc.fe9ab86
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 +7 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primer/stylelint-config",
|
|
3
|
-
"version": "13.0.0-rc.
|
|
3
|
+
"version": "13.0.0-rc.fe9ab86",
|
|
4
4
|
"description": "Sharable stylelint config used by GitHub's CSS",
|
|
5
5
|
"author": "GitHub, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -69,22 +69,21 @@
|
|
|
69
69
|
"prettier": "@github/prettier-config",
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@changesets/changelog-github": "^0.5.0",
|
|
72
|
-
"@changesets/cli": "2.27.
|
|
72
|
+
"@changesets/cli": "2.27.1",
|
|
73
73
|
"@github/prettier-config": "^0.0.6",
|
|
74
|
-
"@rollup/plugin-commonjs": "^
|
|
74
|
+
"@rollup/plugin-commonjs": "^25.0.7",
|
|
75
75
|
"@rollup/plugin-json": "^6.1.0",
|
|
76
76
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
77
|
-
"@typescript-eslint/parser": "^
|
|
77
|
+
"@typescript-eslint/parser": "^7.7.0",
|
|
78
78
|
"dedent": "^1.5.3",
|
|
79
|
-
"eslint": "^8.
|
|
80
|
-
"eslint-plugin-github": "^
|
|
81
|
-
"eslint-plugin-import": "^2.29.1",
|
|
79
|
+
"eslint": "^8.0.1",
|
|
80
|
+
"eslint-plugin-github": "^4.10.2",
|
|
82
81
|
"eslint-plugin-jest": "^28.2.0",
|
|
83
82
|
"eslint-plugin-prettier": "^5.1.3",
|
|
84
83
|
"jest": "^29.7.0",
|
|
85
84
|
"jest-preset-stylelint": "^7.0.0",
|
|
86
85
|
"prettier": "^3.2.5",
|
|
87
|
-
"rimraf": "^
|
|
86
|
+
"rimraf": "^5.0.5",
|
|
88
87
|
"rollup": "^4.14.3"
|
|
89
88
|
},
|
|
90
89
|
"jest": {
|