@angular-devkit/build-angular 14.0.0-next.1 → 14.0.0-next.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/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-devkit/build-angular",
|
|
3
|
-
"version": "14.0.0-next.
|
|
3
|
+
"version": "14.0.0-next.2",
|
|
4
4
|
"description": "Angular Webpack Build Facade",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"typings": "src/index.d.ts",
|
|
7
7
|
"builders": "builders.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@ampproject/remapping": "2.1.
|
|
10
|
-
"@angular-devkit/architect": "0.1400.0-next.
|
|
11
|
-
"@angular-devkit/build-webpack": "0.1400.0-next.
|
|
12
|
-
"@angular-devkit/core": "14.0.0-next.
|
|
13
|
-
"@babel/core": "7.17.
|
|
14
|
-
"@babel/generator": "7.17.
|
|
9
|
+
"@ampproject/remapping": "2.1.2",
|
|
10
|
+
"@angular-devkit/architect": "0.1400.0-next.2",
|
|
11
|
+
"@angular-devkit/build-webpack": "0.1400.0-next.2",
|
|
12
|
+
"@angular-devkit/core": "14.0.0-next.2",
|
|
13
|
+
"@babel/core": "7.17.5",
|
|
14
|
+
"@babel/generator": "7.17.3",
|
|
15
15
|
"@babel/helper-annotate-as-pure": "7.16.7",
|
|
16
16
|
"@babel/plugin-proposal-async-generator-functions": "7.16.8",
|
|
17
17
|
"@babel/plugin-transform-async-to-generator": "7.16.8",
|
|
18
18
|
"@babel/plugin-transform-runtime": "7.17.0",
|
|
19
19
|
"@babel/preset-env": "7.16.11",
|
|
20
|
-
"@babel/runtime": "7.17.
|
|
20
|
+
"@babel/runtime": "7.17.2",
|
|
21
21
|
"@babel/template": "7.16.7",
|
|
22
22
|
"@discoveryjs/json-ext": "0.5.6",
|
|
23
|
-
"@ngtools/webpack": "14.0.0-next.
|
|
23
|
+
"@ngtools/webpack": "14.0.0-next.2",
|
|
24
24
|
"ansi-colors": "4.1.1",
|
|
25
25
|
"babel-loader": "8.2.3",
|
|
26
26
|
"babel-plugin-istanbul": "6.1.1",
|
|
27
27
|
"browserslist": "^4.9.1",
|
|
28
28
|
"cacache": "15.3.0",
|
|
29
29
|
"copy-webpack-plugin": "10.2.4",
|
|
30
|
-
"core-js": "3.21.
|
|
30
|
+
"core-js": "3.21.1",
|
|
31
31
|
"critters": "0.0.16",
|
|
32
32
|
"css-loader": "6.6.0",
|
|
33
|
-
"esbuild-wasm": "0.14.
|
|
33
|
+
"esbuild-wasm": "0.14.22",
|
|
34
34
|
"glob": "7.2.0",
|
|
35
35
|
"https-proxy-agent": "5.0.0",
|
|
36
36
|
"inquirer": "8.2.0",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"karma-source-map-support": "1.4.0",
|
|
39
39
|
"less": "4.1.2",
|
|
40
40
|
"less-loader": "10.2.0",
|
|
41
|
-
"license-webpack-plugin": "4.0.
|
|
41
|
+
"license-webpack-plugin": "4.0.2",
|
|
42
42
|
"loader-utils": "3.2.0",
|
|
43
43
|
"mini-css-extract-plugin": "2.5.3",
|
|
44
|
-
"minimatch": "
|
|
44
|
+
"minimatch": "5.0.0",
|
|
45
45
|
"open": "8.4.0",
|
|
46
46
|
"ora": "5.4.1",
|
|
47
47
|
"parse5-html-rewriting-stream": "6.0.1",
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
"postcss": "8.4.6",
|
|
50
50
|
"postcss-import": "14.0.2",
|
|
51
51
|
"postcss-loader": "6.2.1",
|
|
52
|
-
"postcss-preset-env": "7.
|
|
52
|
+
"postcss-preset-env": "7.4.1",
|
|
53
53
|
"regenerator-runtime": "0.13.9",
|
|
54
54
|
"resolve-url-loader": "5.0.0",
|
|
55
55
|
"rxjs": "6.6.7",
|
|
56
56
|
"sass": "1.49.7",
|
|
57
|
-
"sass-loader": "12.
|
|
57
|
+
"sass-loader": "12.6.0",
|
|
58
58
|
"semver": "7.3.5",
|
|
59
59
|
"source-map-loader": "3.0.1",
|
|
60
60
|
"source-map-support": "0.5.21",
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"text-table": "0.2.0",
|
|
65
65
|
"tree-kill": "1.2.2",
|
|
66
66
|
"tslib": "2.3.1",
|
|
67
|
-
"webpack": "5.
|
|
67
|
+
"webpack": "5.69.1",
|
|
68
68
|
"webpack-dev-middleware": "5.3.1",
|
|
69
69
|
"webpack-dev-server": "4.7.4",
|
|
70
70
|
"webpack-merge": "5.8.0",
|
|
71
71
|
"webpack-subresource-integrity": "5.1.0"
|
|
72
72
|
},
|
|
73
73
|
"optionalDependencies": {
|
|
74
|
-
"esbuild": "0.14.
|
|
74
|
+
"esbuild": "0.14.22"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-next",
|