Skip to content

Commit

Permalink
Revert "chore(core): update @angular-devkit/* deps to fix browserslis…
Browse files Browse the repository at this point in the history
…t out of date issue"

This reverts commit 3780eba.
  • Loading branch information
Victor Savkin committed Jan 15, 2020
1 parent 3780eba commit f438979
Show file tree
Hide file tree
Showing 15 changed files with 239 additions and 642 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"prepush": "yarn checkcommit && yarn documentation && yarn checkformat"
},
"devDependencies": {
"@angular-devkit/architect": "0.803.22",
"@angular-devkit/build-angular": "0.803.22",
"@angular-devkit/build-ng-packagr": "0.803.22",
"@angular-devkit/build-optimizer": "0.803.22",
"@angular-devkit/build-webpack": "0.803.22",
"@angular-devkit/core": "8.3.22",
"@angular-devkit/schematics": "8.3.22",
"@angular-devkit/architect": "0.803.14",
"@angular-devkit/build-angular": "0.803.14",
"@angular-devkit/build-ng-packagr": "0.803.14",
"@angular-devkit/build-optimizer": "0.803.14",
"@angular-devkit/build-webpack": "0.803.14",
"@angular-devkit/core": "8.3.14",
"@angular-devkit/schematics": "8.3.14",
"@angular-eslint/builder": "0.0.1-alpha.18",
"@angular/cli": "8.3.22",
"@angular/cli": "8.3.14",
"@angular/common": "^8.2.12",
"@angular/compiler": "^8.2.12",
"@angular/compiler-cli": "^8.2.12",
Expand Down Expand Up @@ -67,8 +67,8 @@
"@ngrx/schematics": "8.5.0",
"@ngrx/store": "8.5.0",
"@ngrx/store-devtools": "8.5.0",
"@ngtools/webpack": "8.3.22",
"@schematics/angular": "8.3.22",
"@ngtools/webpack": "8.3.14",
"@schematics/angular": "8.3.14",
"@storybook/addon-knobs": "^5.2.5",
"@storybook/angular": "^5.2.5",
"@storybook/core": "^5.2.5",
Expand Down Expand Up @@ -103,9 +103,9 @@
"babel-plugin-const-enum": "^0.0.5",
"babel-plugin-macros": "2.6.1",
"babel-plugin-transform-async-to-promises": "0.8.14",
"browserslist": "4.8.3",
"browserslist": "4.6.6",
"cacache": "12.0.2",
"caniuse-lite": "1.0.30001019",
"caniuse-lite": "1.0.30000989",
"circular-dependency-plugin": "^5.0.2",
"clean-css": "4.2.1",
"codelyzer": "~5.0.1",
Expand Down Expand Up @@ -133,7 +133,6 @@
"fork-ts-checker-webpack-plugin": "^3.1.1",
"fs-extra": "7.0.1",
"glob": "7.1.4",
"hasha": "5.1.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.0.3",
"identity-obj-proxy": "3.0.0",
Expand Down Expand Up @@ -165,7 +164,6 @@
"next": "9.1.5",
"ng-packagr": "5.7.0",
"ngrx-store-freeze": "0.2.4",
"npm-run-all": "^4.1.5",
"open": "6.4.0",
"opn": "^5.3.0",
"parse5": "4.0.0",
Expand Down Expand Up @@ -203,7 +201,6 @@
"styled-components": "4.3.2",
"stylus": "0.54.5",
"stylus-loader": "3.0.2",
"tar": "5.0.5",
"terser": "4.3.8",
"terser-webpack-plugin": "2.3.1",
"tmp": "0.0.33",
Expand All @@ -226,7 +223,10 @@
"worker-plugin": "3.2.0",
"yargs": "^11.0.0",
"yargs-parser": "10.0.0",
"zone.js": "^0.9.0"
"zone.js": "^0.9.0",
"tar": "5.0.5",
"npm-run-all": "^4.1.5",
"hasha": "5.1.0"
},
"author": "Victor Savkin",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const nxVersion = '*';
export const angularVersion = '^8.2.0';
export const angularDevkitVersion = '^0.803.22';
export const angularDevkitVersion = '^0.803.14';
export const angularJsVersion = '1.6.6';
export const ngrxVersion = '8.5.0';
export const rxjsVersion = '~6.4.0';
Expand Down
4 changes: 2 additions & 2 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@nrwl/workspace": "*"
},
"dependencies": {
"@angular-devkit/architect": "0.803.22",
"@angular-devkit/core": "8.3.22",
"@angular-devkit/architect": "0.803.14",
"@angular-devkit/core": "8.3.14",
"@cypress/webpack-preprocessor": "~4.1.0",
"tree-kill": "1.2.1",
"ts-loader": "5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"dependencies": {
"@nrwl/node": "*",
"@nrwl/jest": "*",
"@angular-devkit/schematics": "8.3.22"
"@angular-devkit/schematics": "8.3.14"
}
}
6 changes: 3 additions & 3 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@nrwl/workspace": "*"
},
"dependencies": {
"@angular-devkit/architect": "0.803.22",
"@angular-devkit/core": "8.3.22",
"@angular-devkit/schematics": "8.3.22"
"@angular-devkit/architect": "0.803.14",
"@angular-devkit/core": "8.3.14",
"@angular-devkit/schematics": "8.3.14"
}
}
2 changes: 1 addition & 1 deletion packages/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"dependencies": {
"@nrwl/node": "*",
"@nrwl/jest": "*",
"@angular-devkit/schematics": "8.3.22"
"@angular-devkit/schematics": "8.3.14"
}
}
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"@nrwl/react": "*",
"@angular-devkit/schematics": "8.3.22"
"@angular-devkit/schematics": "8.3.14"
}
}
8 changes: 4 additions & 4 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"dependencies": {
"@nrwl/jest": "*",
"@nrwl/linter": "*",
"@angular-devkit/architect": "0.803.22",
"@angular-devkit/core": "8.3.22",
"@angular-devkit/schematics": "8.3.22",
"@angular-devkit/build-webpack": "0.803.22",
"@angular-devkit/architect": "0.803.14",
"@angular-devkit/core": "8.3.14",
"@angular-devkit/schematics": "8.3.14",
"@angular-devkit/build-webpack": "0.803.14",
"circular-dependency-plugin": "5.2.0",
"copy-webpack-plugin": "5.1.1",
"fork-ts-checker-webpack-plugin": "^3.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/tao/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
},
"homepage": "https://nx.dev",
"dependencies": {
"@angular-devkit/schematics": "8.3.22",
"@angular-devkit/core": "8.3.22",
"@angular-devkit/architect": "0.803.22",
"@angular-devkit/schematics": "8.3.14",
"@angular-devkit/core": "8.3.14",
"@angular-devkit/architect": "0.803.14",
"inquirer": "^6.3.1",
"minimist": "^1.2.0",
"strip-json-comments": "2.0.1",
Expand Down
18 changes: 9 additions & 9 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,28 @@
"@nrwl/jest": "*",
"@nrwl/linter": "*",
"@angular/service-worker": "8.2.12",
"@angular-devkit/architect": "0.803.22",
"@angular-devkit/build-ng-packagr": "0.803.22",
"@angular-devkit/build-optimizer": "0.803.22",
"@angular-devkit/build-webpack": "0.803.22",
"@angular-devkit/core": "8.3.22",
"@angular-devkit/schematics": "8.3.22",
"@angular-devkit/architect": "0.803.14",
"@angular-devkit/build-ng-packagr": "0.803.14",
"@angular-devkit/build-optimizer": "0.803.14",
"@angular-devkit/build-webpack": "0.803.14",
"@angular-devkit/core": "8.3.14",
"@angular-devkit/schematics": "8.3.14",
"@babel/core": "7.5.5",
"@babel/preset-env": "7.5.5",
"@babel/preset-typescript": "7.3.3",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-proposal-decorators": "7.4.4",
"@babel/plugin-transform-regenerator": "7.4.5",
"@ngtools/webpack": "8.3.22",
"@ngtools/webpack": "8.3.14",
"ajv": "6.10.2",
"autoprefixer": "9.6.1",
"babel-loader": "8.0.6",
"babel-plugin-const-enum": "0.0.5",
"babel-plugin-macros": "2.6.1",
"babel-plugin-transform-async-to-promises": "0.8.14",
"browserslist": "4.8.3",
"browserslist": "4.6.6",
"cacache": "12.0.2",
"caniuse-lite": "1.0.30001019",
"caniuse-lite": "1.0.30000989",
"circular-dependency-plugin": "5.2.0",
"clean-css": "4.2.1",
"copy-webpack-plugin": "5.1.1",
Expand Down
42 changes: 0 additions & 42 deletions packages/workspace/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@
"version": "8.12.0-beta.1",
"description": "Add implicit e2e dependencies",
"factory": "./src/migrations/update-8-12-0/add-implicit-e2e-deps"
},
"update-package-json-deps": {
"version": "8.12.0-beta.1",
"description": "Add implicit e2e dependencies",
"factory": "./src/migrations/update-8-12-0/update-package-json-deps"
}
},
"packageJsonUpdates": {
Expand Down Expand Up @@ -298,43 +293,6 @@
"alwaysAddToPackageJson": false
}
}
},
"8120": {
"version": "8.12.0",
"packages": {
"@angular-devkit/architect": {
"version": "0.803.22",
"alwaysAddToPackageJson": false
},
"@angular-devkit/build-angular": {
"version": "0.803.22",
"alwaysAddToPackageJson": false
},
"@angular-devkit/build-ng-packagr": {
"version": "0.803.22",
"alwaysAddToPackageJson": false
},
"@angular-devkit/build-webpack": {
"version": "0.803.22",
"alwaysAddToPackageJson": false
},
"@angular-devkit/build-optimizer": {
"version": "0.803.22",
"alwaysAddToPackageJson": false
},
"@angular-devkit/schematics": {
"version": "8.3.22",
"alwaysAddToPackageJson": false
},
"@angular/cli": {
"version": "8.3.22",
"alwaysAddToPackageJson": false
},
"@schematics/angular": {
"version": "8.3.22",
"alwaysAddToPackageJson": false
}
}
}
}
}

This file was deleted.

This file was deleted.

3 changes: 1 addition & 2 deletions scripts/check-imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ function check() {
'packages/workspace/src/schematics/init/init.ts',
'packages/workspace/src/utils/update-task.ts',
'packages/workspace/src/migrations/update-8-3-0/update-8-3-0.spec.ts',
'packages/workspace/src/migrations/update-8-3-0/update-ng-cli-8-1.ts',
'packages/workspace/src/migrations/update-8-12-0/update-package-json-deps.spec.ts'
'packages/workspace/src/migrations/update-8-3-0/update-ng-cli-8-1.ts'
];

const files = [
Expand Down
Loading

0 comments on commit f438979

Please sign in to comment.