Skip to content

Commit

Permalink
chore: dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed Feb 14, 2023
1 parent 883acf6 commit 07d8b68
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 318 deletions.
28 changes: 18 additions & 10 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
{
"migrations": [
{
"version": "15.7.0-beta.0",
"description": "Split global configuration files into individual project.json files. This migration has been added automatically to the beginning of your migration set to retroactively make them work with the new version of Nx.",
"cli": "nx",
"version": "15.5.0-beta.0",
"description": "Update the @angular/cli package version to ~15.1.0.",
"factory": "./src/migrations/update-15-5-0/update-angular-cli",
"package": "@nrwl/angular",
"name": "update-angular-cli-version-15-1-0"
"implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files",
"package": "@nrwl/workspace",
"name": "15-7-0-split-configuration-into-project-json-files"
},
{
"version": "15.7.0-beta.0",
"description": "Split global configuration files (e.g., workspace.json) into individual project.json files.",
"cli": "nx",
"version": "15.5.0-beta.0",
"description": "Update to Cypress v12. Cypress 12 contains a handful of breaking changes that might causes tests to start failing that nx cannot directly fix. Read more Cypress 12 changes: https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-12-0.This migration will only run if you are already using Cypress v11.",
"factory": "./src/migrations/update-15-5-0/update-to-cypress-12",
"package": "@nrwl/cypress",
"name": "update-to-cypress-12"
"implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files",
"package": "@nrwl/workspace",
"name": "15-7-0-split-configuration-into-project-json-files"
},
{
"cli": "nx",
"version": "15.7.0-beta.1",
"description": "Install the required angular-devkit packages as we do not directly depend on them anymore",
"factory": "./src/migrations/update-15-7-0/install-required-packages",
"package": "@nrwl/angular",
"name": "install-required-packages"
}
]
}
23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@angular/platform-browser": "15.1.3",
"@angular/platform-browser-dynamic": "15.1.3",
"@angular/router": "15.1.3",
"@nrwl/angular": "15.6.3",
"@nrwl/angular": "15.7.0",
"bootstrap": "^5.2.3",
"commander": "^10.0.0",
"rxjs": "~7.8.0",
Expand All @@ -32,6 +32,8 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "15.1.4",
"@angular-devkit/core": "~15.1.0",
"@angular-devkit/schematics": "~15.1.0",
"@angular-eslint/eslint-plugin": "~15.2.0",
"@angular-eslint/eslint-plugin-template": "~15.2.0",
"@angular-eslint/template-parser": "~15.2.0",
Expand All @@ -42,19 +44,20 @@
"@commitlint/config-angular": "^17.3.0",
"@hirez_io/observer-spy": "^2.2.0",
"@jscutlery/semver": "^2.29.3",
"@nrwl/cypress": "15.6.3",
"@nrwl/devkit": "^15.6.3",
"@nrwl/esbuild": "15.6.3",
"@nrwl/eslint-plugin-nx": "15.6.3",
"@nrwl/jest": "15.6.3",
"@nrwl/linter": "15.6.3",
"@nrwl/workspace": "15.6.3",
"@nrwl/cypress": "15.7.0",
"@nrwl/devkit": "15.7.0",
"@nrwl/esbuild": "15.7.0",
"@nrwl/eslint-plugin-nx": "15.7.0",
"@nrwl/jest": "15.7.0",
"@nrwl/linter": "15.7.0",
"@nrwl/workspace": "15.7.0",
"@schematics/angular": "~15.1.0",
"@types/jest": "28.1.1",
"@types/node": "18.13.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"cypress": "^12.2.0",
"esbuild": "^0.17.0",
"esbuild": "0.17.5",
"eslint": "~8.33.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-cypress": "^2.10.3",
Expand All @@ -64,7 +67,7 @@
"jest-preset-angular": "~12.2.3",
"lint-staged": "^13.1.0",
"ng-packagr": "15.1.1",
"nx": "15.6.3",
"nx": "15.7.0",
"postcss": "^8.4.5",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.8.0",
Expand Down
Loading

0 comments on commit 07d8b68

Please sign in to comment.