@o3r/schematics 9.2.0-alpha.15 → 9.2.0-alpha.17
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +10 -10
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"name": "@o3r/schematics",
|
3
|
-
"version": "9.2.0-alpha.
|
3
|
+
"version": "9.2.0-alpha.17",
|
4
4
|
"description": "Schematics module of the Otter framework",
|
5
|
-
"main": "./src/
|
5
|
+
"main": "./src/public_api.js",
|
6
6
|
"keywords": [
|
7
7
|
"schematics",
|
8
8
|
"otter"
|
@@ -55,12 +55,12 @@
|
|
55
55
|
"@babel/core": "~7.22.0",
|
56
56
|
"@babel/preset-typescript": "~7.22.0",
|
57
57
|
"@compodoc/compodoc": "^1.1.19",
|
58
|
-
"@nx/jest": "~16.
|
59
|
-
"@nx/js": "~16.
|
60
|
-
"@nx/linter": "~16.
|
61
|
-
"@o3r/build-helpers": "^9.2.0-alpha.
|
62
|
-
"@o3r/dev-tools": "^9.2.0-alpha.
|
63
|
-
"@o3r/eslint-plugin": "^9.2.0-alpha.
|
58
|
+
"@nx/jest": "~16.7.0",
|
59
|
+
"@nx/js": "~16.7.0",
|
60
|
+
"@nx/linter": "~16.7.0",
|
61
|
+
"@o3r/build-helpers": "^9.2.0-alpha.17",
|
62
|
+
"@o3r/dev-tools": "^9.2.0-alpha.17",
|
63
|
+
"@o3r/eslint-plugin": "^9.2.0-alpha.17",
|
64
64
|
"@schematics/angular": "~16.2.0",
|
65
65
|
"@types/jest": "~29.5.2",
|
66
66
|
"@types/node": "^18.0.0",
|
@@ -77,7 +77,7 @@
|
|
77
77
|
"jest": "~29.6.2",
|
78
78
|
"jest-junit": "~16.0.0",
|
79
79
|
"jsonschema": "~1.4.1",
|
80
|
-
"nx": "~16.
|
80
|
+
"nx": "~16.7.0",
|
81
81
|
"rxjs": "^7.8.1",
|
82
82
|
"ts-jest": "~29.1.1",
|
83
83
|
"type-fest": "^3.12.0",
|
@@ -88,7 +88,7 @@
|
|
88
88
|
"node": ">=16.0.0"
|
89
89
|
},
|
90
90
|
"schematics": "./collection.json",
|
91
|
-
"
|
91
|
+
"type": "commonjs",
|
92
92
|
"contributors": [
|
93
93
|
{
|
94
94
|
"name": "Yannick Adam",
|