Skip to content

Commit

Permalink
chore(tools): dependency updates for Nx 11.3, Angular 11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Feb 21, 2021
1 parent 80a2168 commit a222a3f
Show file tree
Hide file tree
Showing 12 changed files with 976 additions and 123 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,52 +23,52 @@
"contributors": "githubcontrib --owner NativeScript --repo $(basename $(pwd)) --cols 6 --showlogin true --sortOrder desc | pbcopy"
},
"devDependencies": {
"@angular-devkit/core": "~10.1.0",
"@angular-devkit/schematics": "~10.1.0",
"@nrwl/eslint-plugin-nx": "~10.3.0",
"@nrwl/jest": "~10.3.0",
"@nrwl/node": "~10.3.0",
"@nrwl/workspace": "~10.3.0",
"@nstudio/focus": "~10.3.0",
"@types/jasmine": "~3.5.11",
"@angular-devkit/core": "~11.2.0",
"@angular-devkit/schematics": "~11.2.0",
"@nrwl/eslint-plugin-nx": "~11.3.0",
"@nrwl/jest": "~11.3.0",
"@nrwl/node": "~11.3.0",
"@nrwl/workspace": "~11.3.0",
"@nstudio/focus": "~11.1.0",
"@types/jasmine": "~3.6.4",
"@types/jasminewd2": "~2.0.3",
"@types/jest": "~26.0.7",
"@types/node": "~12.0.0",
"@types/prettier": "~2.0.2",
"@types/prettier": "~2.2.0",
"@types/xml2js": "^0.4.5",
"@types/yargs": "~15.0.5",
"app-root-path": "~3.0.0",
"codelyzer": "~6.0.0",
"commitizen": "~4.1.2",
"conventional-changelog-cli": "~2.1.0",
"cosmiconfig": "~6.0.0",
"cypress": "~4.11.0",
"cz-conventional-changelog": "~3.2.0",
"cosmiconfig": "~7.0.0",
"cypress": "~6.2.1",
"cz-conventional-changelog": "~3.3.0",
"dotenv": "~8.2.0",
"express": "~4.17.1",
"fs-extra": "~9.0.1",
"fx": "~19.0.1",
"fx": "~20.0.0",
"github-contributors-list": "~1.2.3",
"glob": "~7.1.4",
"graphviz": "~0.0.8",
"html-webpack-plugin": "~4.3.0",
"husky": "~4.2.5",
"html-webpack-plugin": "~4.5.0",
"husky": "~4.3.0",
"identity-obj-proxy": "~3.0.0",
"ignore": "~5.1.8",
"jasmine-core": "~3.6.0",
"jasmine-marbles": "~0.6.0",
"jasmine-spec-reporter": "~5.0.2",
"jest": "~26.5.0",
"jest-jasmine2": "~26.5.0",
"jest": "~26.6.0",
"jest-jasmine2": "~26.6.0",
"jest-preset-angular": "~8.3.1",
"jest-worker": "~26.5.0",
"ng-packagr": "~10.1.0",
"jest-worker": "~26.6.0",
"ng-packagr": "~11.2.0",
"npm-run-all": "~4.1.5",
"opn": "~6.0.0",
"parse-version-string": "^1.0.1",
"precise-commits": "~1.0.2",
"prettier": "~2.1.0",
"release-it": "~14.0.4",
"prettier": "~2.2.0",
"release-it": "~14.2.0",
"rxjs": "~6.6.0",
"semver": "~7.3.0",
"shelljs": "~0.8.4",
Expand All @@ -77,14 +77,14 @@
"tmp": "~0.2.1",
"tree-kill": "~1.2.2",
"ts-loader": "~8.0.1",
"ts-node": "~9.0.0",
"ts-node": "~9.1.0",
"tsickle": "~0.39.1",
"tslib": "~2.0.0",
"tslib": "~2.1.0",
"tslint": "~6.1.2",
"typescript": "~4.0.3",
"verdaccio": "~4.8.0",
"verdaccio": "~4.10.0",
"xml2js": "~0.4.23",
"yargs": "~16.0.3",
"yargs": "~16.2.0",
"yargs-parser": "~20.2.1",
"zone.js": "~0.11.1"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/plugin-tools/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"version": "1.0.6",
"description": "Migrate tools to 1.0.6",
"factory": "./migrations/update-1-0-6/update-1-0-6"
},
"update-to-1.1.0": {
"version": "1.1.0",
"description": "Migrate tools to 1.1.0",
"factory": "./migrations/update-1-1-0/update-1-1-0"
}
}
}
Loading

0 comments on commit a222a3f

Please sign in to comment.