@nrwl/angular 13.8.1 → 13.8.2
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/migrations.json +9 -0
- package/package.json +6 -6
- package/src/utils/versions.d.ts +1 -1
- package/src/utils/versions.js +2 -2
package/migrations.json
CHANGED
|
@@ -1346,6 +1346,15 @@
|
|
|
1346
1346
|
"alwaysAddToPackageJson": false
|
|
1347
1347
|
}
|
|
1348
1348
|
}
|
|
1349
|
+
},
|
|
1350
|
+
"13.8.2": {
|
|
1351
|
+
"version": "13.8.2-beta.0",
|
|
1352
|
+
"packages": {
|
|
1353
|
+
"jest-preset-angular": {
|
|
1354
|
+
"version": "11.1.1",
|
|
1355
|
+
"alwaysAddToPackageJson": false
|
|
1356
|
+
}
|
|
1357
|
+
}
|
|
1349
1358
|
}
|
|
1350
1359
|
}
|
|
1351
1360
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/angular",
|
|
3
|
-
"version": "13.8.
|
|
3
|
+
"version": "13.8.2",
|
|
4
4
|
"description": "Angular Plugin for Nx",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@angular-devkit/schematics": "~13.2.0",
|
|
59
|
-
"@nrwl/cypress": "13.8.
|
|
60
|
-
"@nrwl/devkit": "13.8.
|
|
61
|
-
"@nrwl/jest": "13.8.
|
|
62
|
-
"@nrwl/linter": "13.8.
|
|
63
|
-
"@nrwl/storybook": "13.8.
|
|
59
|
+
"@nrwl/cypress": "13.8.2",
|
|
60
|
+
"@nrwl/devkit": "13.8.2",
|
|
61
|
+
"@nrwl/jest": "13.8.2",
|
|
62
|
+
"@nrwl/linter": "13.8.2",
|
|
63
|
+
"@nrwl/storybook": "13.8.2",
|
|
64
64
|
"@schematics/angular": "~13.2.0",
|
|
65
65
|
"@phenomnomnominal/tsquery": "4.1.1",
|
|
66
66
|
"ignore": "^5.0.4",
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export declare const angularDevkitVersion = "~13.2.0";
|
|
|
4
4
|
export declare const angularJsVersion = "1.7.9";
|
|
5
5
|
export declare const ngrxVersion = "~13.0.0";
|
|
6
6
|
export declare const rxjsVersion = "~7.4.0";
|
|
7
|
-
export declare const jestPresetAngularVersion = "11.
|
|
7
|
+
export declare const jestPresetAngularVersion = "11.1.1";
|
|
8
8
|
export declare const angularEslintVersion = "~13.0.1";
|
|
9
9
|
export declare const angularArchitectsModuleFederationPluginVersion = "^13.0.1";
|
|
10
10
|
export declare const tailwindVersion = "^3.0.2";
|
package/src/utils/versions.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.autoprefixerVersion = exports.postcssVersion = exports.tailwindVersion = exports.angularArchitectsModuleFederationPluginVersion = exports.angularEslintVersion = exports.jestPresetAngularVersion = exports.rxjsVersion = exports.ngrxVersion = exports.angularJsVersion = exports.angularDevkitVersion = exports.angularVersion = exports.nxVersion = void 0;
|
|
4
|
-
exports.nxVersion = '13.8.
|
|
4
|
+
exports.nxVersion = '13.8.2';
|
|
5
5
|
exports.angularVersion = '~13.2.0';
|
|
6
6
|
exports.angularDevkitVersion = '~13.2.0';
|
|
7
7
|
exports.angularJsVersion = '1.7.9';
|
|
8
8
|
exports.ngrxVersion = '~13.0.0';
|
|
9
9
|
exports.rxjsVersion = '~7.4.0';
|
|
10
|
-
exports.jestPresetAngularVersion = '11.
|
|
10
|
+
exports.jestPresetAngularVersion = '11.1.1';
|
|
11
11
|
exports.angularEslintVersion = '~13.0.1';
|
|
12
12
|
exports.angularArchitectsModuleFederationPluginVersion = '^13.0.1';
|
|
13
13
|
exports.tailwindVersion = '^3.0.2';
|