@o3r/eslint-config 13.0.0-next.27 → 13.0.0-next.28
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 +13 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/eslint-config",
|
|
3
|
-
"version": "13.0.0-next.
|
|
3
|
+
"version": "13.0.0-next.28",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@o3r/schematics": "^13.0.0-next.
|
|
40
|
+
"@o3r/schematics": "^13.0.0-next.28"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"@angular-devkit/core": "^20.0.0",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"@angular/compiler": "^20.0.0",
|
|
47
47
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
48
48
|
"@eslint/js": "^8.57.0 || ^9.22.0",
|
|
49
|
-
"@o3r/eslint-plugin": "^13.0.0-next.
|
|
50
|
-
"@o3r/schematics": "^13.0.0-next.
|
|
49
|
+
"@o3r/eslint-plugin": "^13.0.0-next.28",
|
|
50
|
+
"@o3r/schematics": "^13.0.0-next.28",
|
|
51
51
|
"@schematics/angular": "^20.0.0",
|
|
52
52
|
"@stylistic/eslint-plugin": "~5.2.0",
|
|
53
53
|
"@typescript-eslint/parser": "^8.15.0",
|
|
@@ -79,19 +79,19 @@
|
|
|
79
79
|
"@angular-devkit/schematics": "~20.0.0",
|
|
80
80
|
"@angular/compiler": "~20.0.0",
|
|
81
81
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
82
|
-
"@eslint/js": "~9.
|
|
82
|
+
"@eslint/js": "~9.33.0",
|
|
83
83
|
"@nx/eslint-plugin": "~21.3.11",
|
|
84
|
-
"@o3r/build-helpers": "^13.0.0-next.
|
|
85
|
-
"@o3r/eslint-plugin": "^13.0.0-next.
|
|
86
|
-
"@o3r/test-helpers": "^13.0.0-next.
|
|
84
|
+
"@o3r/build-helpers": "^13.0.0-next.28",
|
|
85
|
+
"@o3r/eslint-plugin": "^13.0.0-next.28",
|
|
86
|
+
"@o3r/test-helpers": "^13.0.0-next.28",
|
|
87
87
|
"@schematics/angular": "~20.0.0",
|
|
88
88
|
"@stylistic/eslint-plugin": "~5.2.0",
|
|
89
89
|
"@types/jest": "~29.5.2",
|
|
90
90
|
"@types/node": "^22.0.0",
|
|
91
|
-
"@typescript-eslint/parser": "~8.
|
|
91
|
+
"@typescript-eslint/parser": "~8.39.0",
|
|
92
92
|
"angular-eslint": "~20.1.0",
|
|
93
93
|
"cpy-cli": "^5.0.0",
|
|
94
|
-
"eslint": "~9.
|
|
94
|
+
"eslint": "~9.33.0",
|
|
95
95
|
"eslint-import-resolver-node": "~0.3.9",
|
|
96
96
|
"eslint-import-resolver-typescript": "~4.4.0",
|
|
97
97
|
"eslint-plugin-import": "~2.32.0",
|
|
@@ -104,17 +104,18 @@
|
|
|
104
104
|
"globals": "^16.0.0",
|
|
105
105
|
"jest": "~29.7.0",
|
|
106
106
|
"jest-junit": "~16.0.0",
|
|
107
|
+
"jest-util": "~29.7.0",
|
|
107
108
|
"jsonc-eslint-parser": "~2.4.0",
|
|
108
109
|
"nx": "~21.3.11",
|
|
109
110
|
"pid-from-port": "^1.1.3",
|
|
110
111
|
"rxjs": "^7.8.1",
|
|
111
112
|
"semver": "^7.5.2",
|
|
112
|
-
"ts-jest": "~29.
|
|
113
|
+
"ts-jest": "~29.4.0",
|
|
113
114
|
"ts-node": "~10.9.2",
|
|
114
115
|
"tslib": "^2.6.2",
|
|
115
116
|
"type-fest": "^4.30.1",
|
|
116
117
|
"typescript": "~5.8.2",
|
|
117
|
-
"typescript-eslint": "~8.
|
|
118
|
+
"typescript-eslint": "~8.39.0"
|
|
118
119
|
},
|
|
119
120
|
"peerDependenciesMeta": {
|
|
120
121
|
"@angular-devkit/core": {
|