mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
build: update all non-major dependencies
This commit is contained in:
parent
c462d9cb90
commit
1225ce4dc4
34
package.json
34
package.json
@ -75,22 +75,22 @@
|
|||||||
"@angular/platform-server": "16.1.0-next.2",
|
"@angular/platform-server": "16.1.0-next.2",
|
||||||
"@angular/router": "16.1.0-next.2",
|
"@angular/router": "16.1.0-next.2",
|
||||||
"@angular/service-worker": "16.1.0-next.2",
|
"@angular/service-worker": "16.1.0-next.2",
|
||||||
"@babel/core": "7.21.8",
|
"@babel/core": "7.22.1",
|
||||||
"@babel/generator": "7.21.9",
|
"@babel/generator": "7.22.3",
|
||||||
"@babel/helper-annotate-as-pure": "7.18.6",
|
"@babel/helper-annotate-as-pure": "7.18.6",
|
||||||
"@babel/helper-split-export-declaration": "7.18.6",
|
"@babel/helper-split-export-declaration": "7.18.6",
|
||||||
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
|
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
|
||||||
"@babel/plugin-transform-async-to-generator": "7.20.7",
|
"@babel/plugin-transform-async-to-generator": "7.20.7",
|
||||||
"@babel/plugin-transform-runtime": "7.21.4",
|
"@babel/plugin-transform-runtime": "7.22.4",
|
||||||
"@babel/preset-env": "7.21.5",
|
"@babel/preset-env": "7.22.4",
|
||||||
"@babel/runtime": "7.21.5",
|
"@babel/runtime": "7.22.3",
|
||||||
"@babel/template": "7.21.9",
|
"@babel/template": "7.21.9",
|
||||||
"@bazel/bazelisk": "1.12.1",
|
"@bazel/bazelisk": "1.12.1",
|
||||||
"@bazel/buildifier": "6.1.2",
|
"@bazel/buildifier": "6.1.2",
|
||||||
"@bazel/concatjs": "5.8.1",
|
"@bazel/concatjs": "5.8.1",
|
||||||
"@bazel/jasmine": "5.8.1",
|
"@bazel/jasmine": "5.8.1",
|
||||||
"@discoveryjs/json-ext": "0.5.7",
|
"@discoveryjs/json-ext": "0.5.7",
|
||||||
"@types/babel__core": "7.20.0",
|
"@types/babel__core": "7.20.1",
|
||||||
"@types/babel__template": "7.4.1",
|
"@types/babel__template": "7.4.1",
|
||||||
"@types/browserslist": "^4.15.0",
|
"@types/browserslist": "^4.15.0",
|
||||||
"@types/cacache": "^15.0.0",
|
"@types/cacache": "^15.0.0",
|
||||||
@ -117,8 +117,8 @@
|
|||||||
"@types/yargs": "^17.0.20",
|
"@types/yargs": "^17.0.20",
|
||||||
"@types/yargs-parser": "^21.0.0",
|
"@types/yargs-parser": "^21.0.0",
|
||||||
"@types/yarnpkg__lockfile": "^1.1.5",
|
"@types/yarnpkg__lockfile": "^1.1.5",
|
||||||
"@typescript-eslint/eslint-plugin": "5.59.7",
|
"@typescript-eslint/eslint-plugin": "5.59.8",
|
||||||
"@typescript-eslint/parser": "5.59.7",
|
"@typescript-eslint/parser": "5.59.8",
|
||||||
"@vitejs/plugin-basic-ssl": "1.0.1",
|
"@vitejs/plugin-basic-ssl": "1.0.1",
|
||||||
"@yarnpkg/lockfile": "1.1.0",
|
"@yarnpkg/lockfile": "1.1.0",
|
||||||
"ajv": "8.12.0",
|
"ajv": "8.12.0",
|
||||||
@ -128,13 +128,13 @@
|
|||||||
"babel-loader": "9.1.2",
|
"babel-loader": "9.1.2",
|
||||||
"babel-plugin-istanbul": "6.1.1",
|
"babel-plugin-istanbul": "6.1.1",
|
||||||
"bootstrap": "^4.0.0",
|
"bootstrap": "^4.0.0",
|
||||||
"browserslist": "4.21.5",
|
"browserslist": "4.21.7",
|
||||||
"buffer": "6.0.3",
|
"buffer": "6.0.3",
|
||||||
"cacache": "17.1.3",
|
"cacache": "17.1.3",
|
||||||
"chokidar": "3.5.3",
|
"chokidar": "3.5.3",
|
||||||
"copy-webpack-plugin": "11.0.0",
|
"copy-webpack-plugin": "11.0.0",
|
||||||
"critters": "0.0.16",
|
"critters": "0.0.18",
|
||||||
"css-loader": "6.7.4",
|
"css-loader": "6.8.1",
|
||||||
"debug": "^4.1.1",
|
"debug": "^4.1.1",
|
||||||
"esbuild": "0.17.19",
|
"esbuild": "0.17.19",
|
||||||
"esbuild-wasm": "0.17.19",
|
"esbuild-wasm": "0.17.19",
|
||||||
@ -179,16 +179,16 @@
|
|||||||
"picomatch": "2.3.1",
|
"picomatch": "2.3.1",
|
||||||
"piscina": "3.2.0",
|
"piscina": "3.2.0",
|
||||||
"popper.js": "^1.14.1",
|
"popper.js": "^1.14.1",
|
||||||
"postcss": "8.4.23",
|
"postcss": "8.4.24",
|
||||||
"postcss-loader": "7.3.0",
|
"postcss-loader": "7.3.2",
|
||||||
"prettier": "^2.0.0",
|
"prettier": "^2.0.0",
|
||||||
"protractor": "~7.0.0",
|
"protractor": "~7.0.0",
|
||||||
"puppeteer": "18.2.1",
|
"puppeteer": "18.2.1",
|
||||||
"quicktype-core": "23.0.36",
|
"quicktype-core": "23.0.37",
|
||||||
"resolve-url-loader": "5.0.0",
|
"resolve-url-loader": "5.0.0",
|
||||||
"rxjs": "7.8.1",
|
"rxjs": "7.8.1",
|
||||||
"sass": "1.62.1",
|
"sass": "1.62.1",
|
||||||
"sass-loader": "13.3.0",
|
"sass-loader": "13.3.1",
|
||||||
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.8.1-linux.tar.gz",
|
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.8.1-linux.tar.gz",
|
||||||
"semver": "7.5.1",
|
"semver": "7.5.1",
|
||||||
"shelljs": "^0.8.5",
|
"shelljs": "^0.8.5",
|
||||||
@ -206,8 +206,8 @@
|
|||||||
"typescript": "5.1.0-beta",
|
"typescript": "5.1.0-beta",
|
||||||
"verdaccio": "5.24.1",
|
"verdaccio": "5.24.1",
|
||||||
"verdaccio-auth-memory": "^10.0.0",
|
"verdaccio-auth-memory": "^10.0.0",
|
||||||
"vite": "4.3.8",
|
"vite": "4.3.9",
|
||||||
"webpack": "5.83.1",
|
"webpack": "5.84.1",
|
||||||
"webpack-dev-middleware": "6.1.1",
|
"webpack-dev-middleware": "6.1.1",
|
||||||
"webpack-dev-server": "4.15.0",
|
"webpack-dev-server": "4.15.0",
|
||||||
"webpack-merge": "5.9.0",
|
"webpack-merge": "5.9.0",
|
||||||
|
@ -10,15 +10,15 @@
|
|||||||
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
|
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
|
||||||
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
|
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
|
||||||
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
|
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
|
||||||
"@babel/core": "7.21.8",
|
"@babel/core": "7.22.1",
|
||||||
"@babel/generator": "7.21.9",
|
"@babel/generator": "7.22.3",
|
||||||
"@babel/helper-annotate-as-pure": "7.18.6",
|
"@babel/helper-annotate-as-pure": "7.18.6",
|
||||||
"@babel/helper-split-export-declaration": "7.18.6",
|
"@babel/helper-split-export-declaration": "7.18.6",
|
||||||
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
|
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
|
||||||
"@babel/plugin-transform-async-to-generator": "7.20.7",
|
"@babel/plugin-transform-async-to-generator": "7.20.7",
|
||||||
"@babel/plugin-transform-runtime": "7.21.4",
|
"@babel/plugin-transform-runtime": "7.22.4",
|
||||||
"@babel/preset-env": "7.21.5",
|
"@babel/preset-env": "7.22.4",
|
||||||
"@babel/runtime": "7.21.5",
|
"@babel/runtime": "7.22.3",
|
||||||
"@babel/template": "7.21.9",
|
"@babel/template": "7.21.9",
|
||||||
"@discoveryjs/json-ext": "0.5.7",
|
"@discoveryjs/json-ext": "0.5.7",
|
||||||
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
|
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
|
||||||
@ -27,12 +27,12 @@
|
|||||||
"autoprefixer": "10.4.14",
|
"autoprefixer": "10.4.14",
|
||||||
"babel-loader": "9.1.2",
|
"babel-loader": "9.1.2",
|
||||||
"babel-plugin-istanbul": "6.1.1",
|
"babel-plugin-istanbul": "6.1.1",
|
||||||
"browserslist": "4.21.5",
|
"browserslist": "4.21.7",
|
||||||
"cacache": "17.1.3",
|
"cacache": "17.1.3",
|
||||||
"chokidar": "3.5.3",
|
"chokidar": "3.5.3",
|
||||||
"copy-webpack-plugin": "11.0.0",
|
"copy-webpack-plugin": "11.0.0",
|
||||||
"critters": "0.0.16",
|
"critters": "0.0.18",
|
||||||
"css-loader": "6.7.4",
|
"css-loader": "6.8.1",
|
||||||
"esbuild-wasm": "0.17.19",
|
"esbuild-wasm": "0.17.19",
|
||||||
"glob": "8.1.0",
|
"glob": "8.1.0",
|
||||||
"https-proxy-agent": "5.0.1",
|
"https-proxy-agent": "5.0.1",
|
||||||
@ -51,12 +51,12 @@
|
|||||||
"parse5-html-rewriting-stream": "7.0.0",
|
"parse5-html-rewriting-stream": "7.0.0",
|
||||||
"picomatch": "2.3.1",
|
"picomatch": "2.3.1",
|
||||||
"piscina": "3.2.0",
|
"piscina": "3.2.0",
|
||||||
"postcss": "8.4.23",
|
"postcss": "8.4.24",
|
||||||
"postcss-loader": "7.3.0",
|
"postcss-loader": "7.3.2",
|
||||||
"resolve-url-loader": "5.0.0",
|
"resolve-url-loader": "5.0.0",
|
||||||
"rxjs": "7.8.1",
|
"rxjs": "7.8.1",
|
||||||
"sass": "1.62.1",
|
"sass": "1.62.1",
|
||||||
"sass-loader": "13.3.0",
|
"sass-loader": "13.3.1",
|
||||||
"semver": "7.5.1",
|
"semver": "7.5.1",
|
||||||
"source-map-loader": "4.0.1",
|
"source-map-loader": "4.0.1",
|
||||||
"source-map-support": "0.5.21",
|
"source-map-support": "0.5.21",
|
||||||
@ -64,8 +64,8 @@
|
|||||||
"text-table": "0.2.0",
|
"text-table": "0.2.0",
|
||||||
"tree-kill": "1.2.2",
|
"tree-kill": "1.2.2",
|
||||||
"tslib": "2.5.2",
|
"tslib": "2.5.2",
|
||||||
"vite": "4.3.8",
|
"vite": "4.3.9",
|
||||||
"webpack": "5.83.1",
|
"webpack": "5.84.1",
|
||||||
"webpack-dev-middleware": "6.1.1",
|
"webpack-dev-middleware": "6.1.1",
|
||||||
"webpack-dev-server": "4.15.0",
|
"webpack-dev-server": "4.15.0",
|
||||||
"webpack-merge": "5.9.0",
|
"webpack-merge": "5.9.0",
|
||||||
|
@ -160,7 +160,7 @@ describe('AppShell Builder', () => {
|
|||||||
expect(content).toContain('app-shell works!');
|
expect(content).toContain('app-shell works!');
|
||||||
expect(content).toContain('p{color:#000}');
|
expect(content).toContain('p{color:#000}');
|
||||||
expect(content).toMatch(
|
expect(content).toMatch(
|
||||||
/<link rel="stylesheet" href="styles\.[a-z0-9]+\.css" media="print" onload="this\.media='all'">/,
|
/<link rel="stylesheet" href="styles\.[a-z0-9]+\.css" media="print" onload="this.media='all'">/,
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ describeBuilder(buildEsbuildBrowser, BROWSER_BUILDER_INFO, (harness) => {
|
|||||||
harness
|
harness
|
||||||
.expectFile('dist/index.html')
|
.expectFile('dist/index.html')
|
||||||
.content.toContain(
|
.content.toContain(
|
||||||
`<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'">`,
|
`<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'">`,
|
||||||
);
|
);
|
||||||
harness.expectFile('dist/index.html').content.toContain(`body{color:#000}`);
|
harness.expectFile('dist/index.html').content.toContain(`body{color:#000}`);
|
||||||
});
|
});
|
||||||
@ -53,7 +53,7 @@ describeBuilder(buildEsbuildBrowser, BROWSER_BUILDER_INFO, (harness) => {
|
|||||||
harness
|
harness
|
||||||
.expectFile('dist/index.html')
|
.expectFile('dist/index.html')
|
||||||
.content.toContain(
|
.content.toContain(
|
||||||
`<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'">`,
|
`<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'">`,
|
||||||
);
|
);
|
||||||
harness.expectFile('dist/index.html').content.toContain(`body{color:#000}`);
|
harness.expectFile('dist/index.html').content.toContain(`body{color:#000}`);
|
||||||
});
|
});
|
||||||
@ -71,7 +71,7 @@ describeBuilder(buildEsbuildBrowser, BROWSER_BUILDER_INFO, (harness) => {
|
|||||||
harness
|
harness
|
||||||
.expectFile('dist/index.html')
|
.expectFile('dist/index.html')
|
||||||
.content.toContain(
|
.content.toContain(
|
||||||
`<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'">`,
|
`<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'">`,
|
||||||
);
|
);
|
||||||
harness.expectFile('dist/index.html').content.toContain(`body{color:#000}`);
|
harness.expectFile('dist/index.html').content.toContain(`body{color:#000}`);
|
||||||
});
|
});
|
||||||
@ -130,7 +130,7 @@ describeBuilder(buildEsbuildBrowser, BROWSER_BUILDER_INFO, (harness) => {
|
|||||||
harness
|
harness
|
||||||
.expectFile('dist/index.html')
|
.expectFile('dist/index.html')
|
||||||
.content.toContain(
|
.content.toContain(
|
||||||
`<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'">`,
|
`<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'">`,
|
||||||
);
|
);
|
||||||
harness.expectFile('dist/index.html').content.toContain(`body{color:#000}`);
|
harness.expectFile('dist/index.html').content.toContain(`body{color:#000}`);
|
||||||
});
|
});
|
||||||
|
@ -59,7 +59,7 @@ describe('Browser Builder AOT', () => {
|
|||||||
const run = await architect.scheduleTarget(targetSpec, overrides, { logger });
|
const run = await architect.scheduleTarget(targetSpec, overrides, { logger });
|
||||||
const output = await run.result;
|
const output = await run.result;
|
||||||
expect(output.success).toBe(false);
|
expect(output.success).toBe(false);
|
||||||
expect(logs.join()).toContain('SassError: expected "}".');
|
expect(logs.join()).toContain('expected "}".');
|
||||||
await run.stop();
|
await run.stop();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -35,7 +35,7 @@ describeBuilder(buildWebpackBrowser, BROWSER_BUILDER_INFO, (harness) => {
|
|||||||
harness
|
harness
|
||||||
.expectFile('dist/index.html')
|
.expectFile('dist/index.html')
|
||||||
.content.toContain(
|
.content.toContain(
|
||||||
`<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'">`,
|
`<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'">`,
|
||||||
);
|
);
|
||||||
harness.expectFile('dist/index.html').content.toContain(`body{color:#000}`);
|
harness.expectFile('dist/index.html').content.toContain(`body{color:#000}`);
|
||||||
});
|
});
|
||||||
@ -53,7 +53,7 @@ describeBuilder(buildWebpackBrowser, BROWSER_BUILDER_INFO, (harness) => {
|
|||||||
harness
|
harness
|
||||||
.expectFile('dist/index.html')
|
.expectFile('dist/index.html')
|
||||||
.content.toContain(
|
.content.toContain(
|
||||||
`<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'">`,
|
`<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'">`,
|
||||||
);
|
);
|
||||||
harness.expectFile('dist/index.html').content.toContain(`body{color:#000}`);
|
harness.expectFile('dist/index.html').content.toContain(`body{color:#000}`);
|
||||||
});
|
});
|
||||||
@ -71,7 +71,7 @@ describeBuilder(buildWebpackBrowser, BROWSER_BUILDER_INFO, (harness) => {
|
|||||||
harness
|
harness
|
||||||
.expectFile('dist/index.html')
|
.expectFile('dist/index.html')
|
||||||
.content.toContain(
|
.content.toContain(
|
||||||
`<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'">`,
|
`<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'">`,
|
||||||
);
|
);
|
||||||
harness.expectFile('dist/index.html').content.toContain(`body{color:#000}`);
|
harness.expectFile('dist/index.html').content.toContain(`body{color:#000}`);
|
||||||
});
|
});
|
||||||
@ -129,7 +129,7 @@ describeBuilder(buildWebpackBrowser, BROWSER_BUILDER_INFO, (harness) => {
|
|||||||
harness
|
harness
|
||||||
.expectFile('dist/index.html')
|
.expectFile('dist/index.html')
|
||||||
.content.toContain(
|
.content.toContain(
|
||||||
`<link rel="stylesheet" href="http://cdn.com/styles.css" media="print" onload="this.media='all'">`,
|
`<link rel="stylesheet" href="http://cdn.com/styles.css" media="print" onload="this.media='all'">`,
|
||||||
);
|
);
|
||||||
harness.expectFile('dist/index.html').content.toContain(`body{color:#000}`);
|
harness.expectFile('dist/index.html').content.toContain(`body{color:#000}`);
|
||||||
});
|
});
|
||||||
@ -155,7 +155,7 @@ describeBuilder(buildWebpackBrowser, BROWSER_BUILDER_INFO, (harness) => {
|
|||||||
harness
|
harness
|
||||||
.expectFile('dist/index.html')
|
.expectFile('dist/index.html')
|
||||||
.content.toContain(
|
.content.toContain(
|
||||||
`<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'">`,
|
`<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'">`,
|
||||||
);
|
);
|
||||||
harness.expectFile('dist/index.html').content.toContain(`body{color:#000}`);
|
harness.expectFile('dist/index.html').content.toContain(`body{color:#000}`);
|
||||||
});
|
});
|
||||||
|
@ -117,7 +117,7 @@ describeBuilder(buildWebpackBrowser, BROWSER_BUILDER_INFO, (harness) => {
|
|||||||
expect(result?.success).toBeFalse();
|
expect(result?.success).toBeFalse();
|
||||||
expect(logs).toContain(
|
expect(logs).toContain(
|
||||||
jasmine.objectContaining<logging.LogEntry>({
|
jasmine.objectContaining<logging.LogEntry>({
|
||||||
message: jasmine.stringMatching(`SassError: Can't find stylesheet to import.`),
|
message: jasmine.stringMatching(`Can't find stylesheet to import`),
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
expect(logs).not.toContain(
|
expect(logs).not.toContain(
|
||||||
|
@ -51,10 +51,10 @@ describe('InlineCriticalCssProcessor', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
expect(content).toContain(
|
expect(content).toContain(
|
||||||
`<link href="styles.css" rel="stylesheet" media="print" onload="this.media='all'">`,
|
`<link href="styles.css" rel="stylesheet" media="print" onload="this.media='all'">`,
|
||||||
);
|
);
|
||||||
expect(content).toContain(
|
expect(content).toContain(
|
||||||
`<link href="theme.css" rel="stylesheet" media="print" onload="this.media='all'">`,
|
`<link href="theme.css" rel="stylesheet" media="print" onload="this.media='all'">`,
|
||||||
);
|
);
|
||||||
expect(content).not.toContain('color: blue');
|
expect(content).not.toContain('color: blue');
|
||||||
expect(tags.stripIndents`${content}`).toContain(tags.stripIndents`
|
expect(tags.stripIndents`${content}`).toContain(tags.stripIndents`
|
||||||
@ -75,10 +75,10 @@ describe('InlineCriticalCssProcessor', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
expect(content).toContain(
|
expect(content).toContain(
|
||||||
`<link href="http://cdn.com/styles.css" rel="stylesheet" media="print" onload="this.media='all'">`,
|
`<link href="http://cdn.com/styles.css" rel="stylesheet" media="print" onload="this.media='all'">`,
|
||||||
);
|
);
|
||||||
expect(content).toContain(
|
expect(content).toContain(
|
||||||
`<link href="http://cdn.com/theme.css" rel="stylesheet" media="print" onload="this.media='all'">`,
|
`<link href="http://cdn.com/theme.css" rel="stylesheet" media="print" onload="this.media='all'">`,
|
||||||
);
|
);
|
||||||
expect(tags.stripIndents`${content}`).toContain(tags.stripIndents`
|
expect(tags.stripIndents`${content}`).toContain(tags.stripIndents`
|
||||||
<style>
|
<style>
|
||||||
@ -98,10 +98,10 @@ describe('InlineCriticalCssProcessor', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
expect(content).toContain(
|
expect(content).toContain(
|
||||||
`<link href="styles.css" rel="stylesheet" media="print" onload="this.media='all'">`,
|
`<link href="styles.css" rel="stylesheet" media="print" onload="this.media='all'">`,
|
||||||
);
|
);
|
||||||
expect(content).toContain(
|
expect(content).toContain(
|
||||||
`<link href="theme.css" rel="stylesheet" media="print" onload="this.media='all'">`,
|
`<link href="theme.css" rel="stylesheet" media="print" onload="this.media='all'">`,
|
||||||
);
|
);
|
||||||
expect(content).toContain('<style>body{margin:0}html{color:white}</style>');
|
expect(content).toContain('<style>body{margin:0}html{color:white}</style>');
|
||||||
});
|
});
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
|
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
|
||||||
"node-fetch": "2.6.7",
|
"node-fetch": "2.6.7",
|
||||||
"webpack": "5.83.1"
|
"webpack": "5.84.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"webpack": "^5.30.0",
|
"webpack": "^5.30.0",
|
||||||
|
@ -31,6 +31,6 @@
|
|||||||
"@angular/compiler": "16.1.0-next.2",
|
"@angular/compiler": "16.1.0-next.2",
|
||||||
"@angular/compiler-cli": "16.1.0-next.2",
|
"@angular/compiler-cli": "16.1.0-next.2",
|
||||||
"typescript": "5.1.0-beta",
|
"typescript": "5.1.0-beta",
|
||||||
"webpack": "5.83.1"
|
"webpack": "5.84.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user