Skip to content

Commit 975f45a

Browse files
filipesilvaclydin
authored andcommitted
fix(@angular/cli): update autoprefixer
Fix #9020, related to https://travis-ci.org/angular/angular-cli/jobs/322676874#L3792
1 parent 8006cc0 commit 975f45a

File tree

4 files changed

+91
-9
lines changed

4 files changed

+91
-9
lines changed

package-lock.json

+88-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@angular-devkit/build-optimizer": "~0.0.36",
4545
"@angular-devkit/schematics": "~0.0.42",
4646
"@schematics/angular": "~0.1.11",
47-
"autoprefixer": "^6.5.3",
47+
"autoprefixer": "^7.2.3",
4848
"chalk": "~2.2.0",
4949
"circular-dependency-plugin": "^4.2.1",
5050
"common-tags": "^1.3.1",

packages/@angular/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@ngtools/json-schema": "1.1.0",
3333
"@ngtools/webpack": "1.9.3",
3434
"@schematics/angular": "~0.1.11",
35-
"autoprefixer": "^6.5.3",
35+
"autoprefixer": "^7.2.3",
3636
"chalk": "~2.2.0",
3737
"circular-dependency-plugin": "^4.2.1",
3838
"common-tags": "^1.3.1",

tests/e2e/tests/third-party/bootstrap.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {oneLineTrim} from 'common-tags';
66

77
export default function() {
88
return Promise.resolve()
9-
.then(() => silentNpm('install', 'bootstrap@next'))
9+
.then(() => silentNpm('install', 'bootstrap@4.0.0-beta.3'))
1010
.then(() => updateJsonFile('.angular-cli.json', configJson => {
1111
const app = configJson['apps'][0];
1212
app['styles'].push('../node_modules/bootstrap/dist/css/bootstrap.css');

0 commit comments

Comments
 (0)