Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and josephperrott committed Jul 14, 2021
1 parent dcca970 commit a155bc5
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 111 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@babel/preset-env": "7.14.7",
"@babel/runtime": "7.14.6",
"@babel/template": "7.14.5",
"@bazel/bazelisk": "1.9.0",
"@bazel/bazelisk": "1.10.0",
"@bazel/buildifier": "4.0.1",
"@bazel/jasmine": "3.7.0",
"@bazel/typescript": "3.7.0",
Expand Down Expand Up @@ -125,8 +125,8 @@
"@types/text-table": "^0.2.1",
"@types/uuid": "^8.0.0",
"@types/webpack-dev-server": "^3.1.7",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"@typescript-eslint/eslint-plugin": "4.28.3",
"@typescript-eslint/parser": "4.28.3",
"@yarnpkg/lockfile": "1.1.0",
"ajv": "8.6.1",
"ajv-formats": "2.1.0",
Expand All @@ -143,7 +143,7 @@
"copy-webpack-plugin": "9.0.1",
"core-js": "3.15.2",
"critters": "0.0.10",
"css-loader": "5.2.6",
"css-loader": "5.2.7",
"css-minimizer-webpack-plugin": "3.0.2",
"debug": "^4.1.1",
"enhanced-resolve": "5.8.2",
Expand All @@ -162,7 +162,7 @@
"http-proxy": "^1.18.1",
"https-proxy-agent": "5.0.0",
"husky": "7.0.1",
"inquirer": "8.1.1",
"inquirer": "8.1.2",
"jasmine": "^3.3.1",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~7.0.0",
Expand All @@ -177,7 +177,7 @@
"less": "4.1.1",
"less-loader": "10.0.1",
"license-checker": "^25.0.0",
"license-webpack-plugin": "2.3.19",
"license-webpack-plugin": "2.3.20",
"loader-utils": "2.0.0",
"magic-string": "0.25.7",
"mini-css-extract-plugin": "2.1.0",
Expand Down Expand Up @@ -212,7 +212,7 @@
"source-map-loader": "3.0.0",
"source-map-support": "0.5.19",
"spdx-satisfies": "^5.0.0",
"style-loader": "3.0.0",
"style-loader": "3.1.0",
"stylus": "0.54.8",
"stylus-loader": "6.1.0",
"symbol-observable": "4.0.0",
Expand All @@ -227,7 +227,7 @@
"tslib": "2.3.0",
"tslint": "^6.1.3",
"typescript": "4.3.5",
"verdaccio": "5.1.1",
"verdaccio": "5.1.2",
"verdaccio-auth-memory": "^10.0.0",
"webpack": "5.44.0",
"webpack-dev-middleware": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ansi-colors": "4.1.1",
"debug": "4.3.2",
"ini": "2.0.0",
"inquirer": "8.1.1",
"inquirer": "8.1.2",
"jsonc-parser": "3.0.0",
"npm-package-arg": "8.1.5",
"npm-pick-manifest": "6.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"copy-webpack-plugin": "9.0.1",
"core-js": "3.15.2",
"critters": "0.0.10",
"css-loader": "5.2.6",
"css-loader": "5.2.7",
"css-minimizer-webpack-plugin": "3.0.2",
"esbuild": "0.12.15",
"find-cache-dir": "3.3.1",
"glob": "7.1.7",
"https-proxy-agent": "5.0.0",
"inquirer": "8.1.1",
"inquirer": "8.1.2",
"karma-source-map-support": "1.4.0",
"less": "4.1.1",
"less-loader": "10.0.1",
"license-webpack-plugin": "2.3.19",
"license-webpack-plugin": "2.3.20",
"loader-utils": "2.0.0",
"mini-css-extract-plugin": "2.1.0",
"minimatch": "3.0.4",
Expand All @@ -62,7 +62,7 @@
"semver": "7.3.5",
"source-map-loader": "3.0.0",
"source-map-support": "0.5.19",
"style-loader": "3.0.0",
"style-loader": "3.1.0",
"stylus": "0.54.8",
"stylus-loader": "6.1.0",
"terser": "5.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/schematics_cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular-devkit/core": "0.0.0",
"@angular-devkit/schematics": "0.0.0",
"ansi-colors": "4.1.1",
"inquirer": "8.1.1",
"inquirer": "8.1.2",
"minimist": "1.2.5",
"symbol-observable": "4.0.0"
}
Expand Down
Loading

0 comments on commit a155bc5

Please sign in to comment.