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
angular-robot authored and alan-agius4 committed Aug 15, 2022
1 parent 793e6f3 commit ba41c17
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 124 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@
"cross-env": "^7.0.3",
"css-loader": "6.7.1",
"debug": "^4.1.1",
"esbuild": "0.15.1",
"esbuild-wasm": "0.15.1",
"eslint": "8.21.0",
"esbuild": "0.15.3",
"esbuild-wasm": "0.15.3",
"eslint": "8.22.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.26.0",
Expand Down Expand Up @@ -205,7 +205,7 @@
"source-map-loader": "4.0.0",
"source-map-support": "0.5.21",
"spdx-satisfies": "^5.0.0",
"stylus": "0.58.1",
"stylus": "0.59.0",
"stylus-loader": "7.0.0",
"symbol-observable": "4.0.0",
"tar": "^6.1.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"copy-webpack-plugin": "11.0.0",
"critters": "0.0.16",
"css-loader": "6.7.1",
"esbuild-wasm": "0.15.1",
"esbuild-wasm": "0.15.3",
"glob": "8.0.3",
"https-proxy-agent": "5.0.1",
"inquirer": "8.2.4",
Expand Down Expand Up @@ -57,7 +57,7 @@
"semver": "7.3.7",
"source-map-loader": "4.0.0",
"source-map-support": "0.5.21",
"stylus": "0.58.1",
"stylus": "0.59.0",
"stylus-loader": "7.0.0",
"terser": "5.14.2",
"text-table": "0.2.0",
Expand All @@ -70,7 +70,7 @@
"webpack-subresource-integrity": "5.1.0"
},
"optionalDependencies": {
"esbuild": "0.15.1"
"esbuild": "0.15.3"
},
"peerDependencies": {
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-next || ^14.1.0-next",
Expand Down

0 comments on commit ba41c17

Please sign in to comment.