@o3r/extractors 13.0.0-next.4 → 13.0.0-next.6
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 +14 -17
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@o3r/extractors",
|
|
3
3
|
"main": "./src/public_api.js",
|
|
4
4
|
"types": "./src/public_api.d.ts",
|
|
5
|
-
"version": "13.0.0-next.
|
|
5
|
+
"version": "13.0.0-next.6",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"@angular-devkit/architect": ">=0.1900.0 <0.2000.0-0",
|
|
25
25
|
"@angular-devkit/core": "^19.0.0",
|
|
26
26
|
"@angular-devkit/schematics": "^19.0.0",
|
|
27
|
-
"@o3r/core": "^13.0.0-next.
|
|
28
|
-
"@o3r/schematics": "^13.0.0-next.
|
|
29
|
-
"@o3r/telemetry": "^13.0.0-next.
|
|
27
|
+
"@o3r/core": "^13.0.0-next.6",
|
|
28
|
+
"@o3r/schematics": "^13.0.0-next.6",
|
|
29
|
+
"@o3r/telemetry": "^13.0.0-next.6",
|
|
30
30
|
"@schematics/angular": "^19.0.0",
|
|
31
31
|
"@yarnpkg/cli": "^4.0.0",
|
|
32
32
|
"@yarnpkg/core": "^4.1.1",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"globby": "^11.1.0",
|
|
37
37
|
"semver": "^7.5.2",
|
|
38
38
|
"ts-node": "~10.9.2",
|
|
39
|
-
"type-fest": "^4.
|
|
39
|
+
"type-fest": "^4.30.1",
|
|
40
40
|
"typescript": "^5.5.4"
|
|
41
41
|
},
|
|
42
42
|
"peerDependenciesMeta": {
|
|
@@ -67,9 +67,6 @@
|
|
|
67
67
|
"globby": {
|
|
68
68
|
"optional": true
|
|
69
69
|
},
|
|
70
|
-
"semver": {
|
|
71
|
-
"optional": true
|
|
72
|
-
},
|
|
73
70
|
"type-fest": {
|
|
74
71
|
"optional": true
|
|
75
72
|
}
|
|
@@ -93,7 +90,7 @@
|
|
|
93
90
|
"@angular/core": "~19.2.0",
|
|
94
91
|
"@angular/platform-browser": "~19.2.0",
|
|
95
92
|
"@angular/platform-browser-dynamic": "~19.2.0",
|
|
96
|
-
"@babel/core": "~7.
|
|
93
|
+
"@babel/core": "~7.28.0",
|
|
97
94
|
"@babel/preset-typescript": "~7.27.0",
|
|
98
95
|
"@compodoc/compodoc": "^1.1.19",
|
|
99
96
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
@@ -101,13 +98,13 @@
|
|
|
101
98
|
"@nx/eslint-plugin": "~20.8.0",
|
|
102
99
|
"@nx/jest": "~20.8.0",
|
|
103
100
|
"@nx/js": "~20.8.0",
|
|
104
|
-
"@o3r/build-helpers": "^13.0.0-next.
|
|
105
|
-
"@o3r/core": "^13.0.0-next.
|
|
106
|
-
"@o3r/eslint-config": "^13.0.0-next.
|
|
107
|
-
"@o3r/eslint-plugin": "^13.0.0-next.
|
|
108
|
-
"@o3r/schematics": "^13.0.0-next.
|
|
109
|
-
"@o3r/telemetry": "^13.0.0-next.
|
|
110
|
-
"@o3r/test-helpers": "^13.0.0-next.
|
|
101
|
+
"@o3r/build-helpers": "^13.0.0-next.6",
|
|
102
|
+
"@o3r/core": "^13.0.0-next.6",
|
|
103
|
+
"@o3r/eslint-config": "^13.0.0-next.6",
|
|
104
|
+
"@o3r/eslint-plugin": "^13.0.0-next.6",
|
|
105
|
+
"@o3r/schematics": "^13.0.0-next.6",
|
|
106
|
+
"@o3r/telemetry": "^13.0.0-next.6",
|
|
107
|
+
"@o3r/test-helpers": "^13.0.0-next.6",
|
|
111
108
|
"@schematics/angular": "~19.2.0",
|
|
112
109
|
"@stylistic/eslint-plugin": "~3.1.0",
|
|
113
110
|
"@swc/helpers": "~0.5.0",
|
|
@@ -122,7 +119,7 @@
|
|
|
122
119
|
"@yarnpkg/plugin-pack": "^4.0.0",
|
|
123
120
|
"angular-eslint": "~19.4.0",
|
|
124
121
|
"cpy-cli": "^5.0.0",
|
|
125
|
-
"eslint": "~9.
|
|
122
|
+
"eslint": "~9.30.0",
|
|
126
123
|
"eslint-import-resolver-node": "~0.3.9",
|
|
127
124
|
"eslint-import-resolver-typescript": "~3.10.0",
|
|
128
125
|
"eslint-plugin-import": "~2.32.0",
|