react-eslint-standard 9.2.0 → 9.4.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.
- package/dist/index.js +1 -1
- package/package.json +12 -13
package/dist/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import eslint from '@eslint/js';
|
|
2
|
+
import vitest from '@vitest/eslint-plugin';
|
|
2
3
|
import prettierConfig from 'eslint-config-prettier';
|
|
3
4
|
import prettierRecommended from 'eslint-plugin-prettier/recommended';
|
|
4
5
|
import react from 'eslint-plugin-react';
|
|
5
6
|
import simpleImportSort from 'eslint-plugin-simple-import-sort';
|
|
6
|
-
import vitest from 'eslint-plugin-vitest';
|
|
7
7
|
import tseslint from 'typescript-eslint';
|
|
8
8
|
import { tseslintRules } from 'typescript-eslint-standard';
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-eslint-standard",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.4.0",
|
|
4
4
|
"description": "quickly start eslint in react",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -23,23 +23,22 @@
|
|
|
23
23
|
"test": "vitest"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"eslint-plugin-react": "^7.
|
|
27
|
-
"typescript-eslint-standard": "^9.
|
|
26
|
+
"eslint-plugin-react": "^7.36.1",
|
|
27
|
+
"typescript-eslint-standard": "^9.10.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@rollup/plugin-commonjs": "^
|
|
30
|
+
"@rollup/plugin-commonjs": "^28.0.0",
|
|
31
31
|
"@rollup/plugin-json": "^6.1.0",
|
|
32
|
-
"@rollup/plugin-node-resolve": "^15.
|
|
33
|
-
"@rollup/plugin-replace": "^
|
|
32
|
+
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
33
|
+
"@rollup/plugin-replace": "^6.0.1",
|
|
34
34
|
"@rollup/plugin-terser": "^0.4.4",
|
|
35
|
-
"@rollup/plugin-typescript": "^
|
|
36
|
-
"@types/node": "^22.
|
|
37
|
-
"rollup": "^4.
|
|
35
|
+
"@rollup/plugin-typescript": "^12.1.0",
|
|
36
|
+
"@types/node": "^22.6.1",
|
|
37
|
+
"rollup": "^4.22.4",
|
|
38
38
|
"rollup-plugin-dts": "^6.1.1",
|
|
39
|
-
"tslib": "^2.
|
|
40
|
-
"typescript": "^5.
|
|
41
|
-
"
|
|
42
|
-
"vitest": "^2.0.5"
|
|
39
|
+
"tslib": "^2.7.0",
|
|
40
|
+
"typescript": "^5.6.2",
|
|
41
|
+
"vitest": "^2.1.1"
|
|
43
42
|
},
|
|
44
43
|
"author": "mivui",
|
|
45
44
|
"license": "MIT",
|